dcap: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-09-30 02:44:10 +02:00
committed by Martin Weinelt
parent fd1bcb107a
commit ccba311ff5

View File

@@ -6,6 +6,7 @@
, libtool
, zlib
, cunit
, libxcrypt
}:
stdenv.mkDerivation rec {
pname = "dcap";
@@ -19,7 +20,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoconf automake libtool ];
buildInputs = [ zlib ];
buildInputs = [ zlib libxcrypt ];
preConfigure = ''
patchShebangs bootstrap.sh