forked from mirrors/nixpkgs
stun: gzip -9 -> gzip -9n
Note that it does not seem to make a difference to `nix-build --check`.
This commit is contained in:
parent
8246a845b4
commit
a34eae0ecb
|
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preBuild = ''
|
||||
tar Jxvf ${srcManpages} debian/manpages
|
||||
gzip -9 debian/manpages/stun.1
|
||||
gzip -9 debian/manpages/stund.8
|
||||
gzip -9n debian/manpages/stun.1
|
||||
gzip -9n debian/manpages/stund.8
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue