mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:48:32 +00:00
mokutil: fix build with libxcrypt
This commit is contained in:
parent
3edcff9eb2
commit
fc4f68d27c
@ -6,6 +6,7 @@
|
||||
, openssl
|
||||
, efivar
|
||||
, keyutils
|
||||
, libxcrypt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
|
||||
openssl
|
||||
efivar
|
||||
keyutils
|
||||
libxcrypt
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user