3
0
Fork 0
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:
Joachim Fasting 2016-12-19 14:35:01 +01:00
parent 8246a845b4
commit a34eae0ecb
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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 = ''