1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +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:
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 = [ buildInputs = [
# Example Run-time Additional Dependencies # Example Run-time Additional Dependencies
openssl openssl
libxcrypt
xlibsWrapper xlibsWrapper
qemu qemu
e2fsprogs e2fsprogs