mokutil: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:45 +02:00
committed by Martin Weinelt
parent 3edcff9eb2
commit fc4f68d27c
+2
View File
@@ -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; {