mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
commit
f8a0cacabc
@ -24,7 +24,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ xz.bin ];
|
||||
|
||||
makeFlags = [ "SHELL=/bin/sh" "GREP=grep" ];
|
||||
makeFlags = [
|
||||
"SHELL=/bin/sh"
|
||||
"GREP=grep"
|
||||
# gzip 1.12 doesn't build `zless` unless it can find `less`, but we
|
||||
# can avoid having `less` as a build input if we just override these.
|
||||
"ZLESS_MAN=zless.1"
|
||||
"ZLESS_PROG=zless"
|
||||
];
|
||||
|
||||
# Many gzip executables are shell scripts that depend upon other gzip
|
||||
# executables being in $PATH. Rather than try to re-write all the
|
||||
|
Loading…
Reference in New Issue
Block a user