iputils: drop dontGzipMan, as it's not needed anymore

This commit is contained in:
Vladimír Čunát 2015-10-25 12:22:03 +01:00
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