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-20 15:32:14 +01:00
parent 8246a845b4
commit a34eae0ecb
+2 -2
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 = ''