mokutil: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 02:58:21 +02:00 committed by Martin Weinelt
parent 3edcff9eb2
commit fc4f68d27c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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; {