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
Notes:
sideshowbarker
2024-07-17 06:33:00 +09:00
Author: https://github.com/Drakonis 🔰 Commit: https://github.com/SerenityOS/serenity/commit/e63f3f3c96 Pull-request: https://github.com/SerenityOS/serenity/pull/16041
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…
Add table
Reference in a new issue