mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gawk: xz.bin should be a native build input
This commit is contained in:
parent
fa0a12e35d
commit
27b47ef736
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
||||
|| stdenv.isFreeBSD
|
||||
);
|
||||
|
||||
buildInputs = [ xz.bin ]
|
||||
++ stdenv.lib.optional (stdenv.system != "x86_64-cygwin") libsigsegv
|
||||
nativeBuildInputs = [ xz.bin ];
|
||||
buildInputs =
|
||||
stdenv.lib.optional (stdenv.system != "x86_64-cygwin") libsigsegv
|
||||
++ stdenv.lib.optional interactive readline
|
||||
++ stdenv.lib.optional stdenv.isDarwin locale;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user