mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Toolchain: Add libxcrypt to serenity.nix
Should deal with build errors related to a missing crypt.h file
This commit is contained in:
parent
f54462c424
commit
e63f3f3c96
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [
|
||||
# Example Run-time Additional Dependencies
|
||||
openssl
|
||||
libxcrypt
|
||||
xlibsWrapper
|
||||
qemu
|
||||
e2fsprogs
|
||||
|
|
Loading…
Reference in a new issue