Skip to content

Commit

Permalink
gzip: xz.bin should be native input---accidentally worked because `…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 authored and vcunat committed Jan 14, 2017
1 parent 34b6f1f commit b518598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/compression/gzip/default.nix
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

buildInputs = [ xz.bin ];
nativeBuildInputs = [ xz.bin ];

preConfigure = if stdenv.isCygwin then ''
sed -i lib/fpending.h -e 's,include <stdio_ext.h>,,'
Expand Down

0 comments on commit b518598

Please sign in to comment.