mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
dcap: fix build with libxcrypt
This commit is contained in:
committed by
Martin Weinelt
parent
fd1bcb107a
commit
ccba311ff5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user