mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Add libxcrypt to serenity.nix
Should deal with build errors related to a missing crypt.h file
This commit is contained in:
committed by
Linus Groh
parent
f54462c424
commit
e63f3f3c96
@@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [
|
||||
# Example Run-time Additional Dependencies
|
||||
openssl
|
||||
libxcrypt
|
||||
xlibsWrapper
|
||||
qemu
|
||||
e2fsprogs
|
||||
|
||||
Reference in New Issue
Block a user