mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
partimage: fix build with libxcrypt
This commit is contained in:
parent
77c50b0729
commit
eee1cec722
@ -7,6 +7,7 @@
|
||||
, openssl
|
||||
, pkg-config
|
||||
, slang
|
||||
, libxcrypt
|
||||
, autoreconfHook
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
@ -23,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ bzip2 zlib newt newt openssl slang ];
|
||||
buildInputs = [ bzip2 zlib newt newt openssl slang libxcrypt ];
|
||||
|
||||
patches = [
|
||||
./gentoos-zlib.patch
|
||||
|
Loading…
Reference in New Issue
Block a user