Toolchain: Add libxcrypt to serenity.nix

Should deal with build errors related to a missing crypt.h file
This commit is contained in:
Victor Hugo Aguiar Pacce 2022-11-12 17:14:30 -03:00 committed by Linus Groh
parent f54462c424
commit e63f3f3c96

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation {
buildInputs = [
# Example Run-time Additional Dependencies
openssl
libxcrypt
xlibsWrapper
qemu
e2fsprogs