mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pam_mount: move perl into nativeBuildInputs to support cross compilation
This commit is contained in:
parent
edcec44cc1
commit
90588d5e85
@ -18,9 +18,22 @@ stdenv.mkDerivation rec {
|
||||
--replace @@NIX_UTILLINUX@@ ${util-linux}/bin
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook libtool pkg-config ];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
libtool
|
||||
perl
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [ pam libHX util-linux libxml2 pcre2 perl openssl cryptsetup ];
|
||||
buildInputs = [
|
||||
cryptsetup
|
||||
libHX
|
||||
libxml2
|
||||
openssl
|
||||
pam
|
||||
pcre2
|
||||
util-linux
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user