mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
iputils: drop dontGzipMan, as it's not needed anymore
This commit is contained in:
parent
784f69e6ae
commit
4e4f560c08
@ -24,9 +24,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildFlags = "man all ninfod";
|
||||
|
||||
# Stdenv doesn't handle symlinks well for that
|
||||
dontGzipMan = true;
|
||||
|
||||
installPhase =
|
||||
''
|
||||
mkdir -p $out/sbin $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user