Merge pull request #5722 from nckx/coan

coan: don't double-gzip man page
This commit is contained in:
lethalman 2015-01-13 14:14:07 +01:00
commit 01cf6fa04d

View file

@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
mv -v $out/share/man/man1/coan.1.{1,gz}
'';
meta = with stdenv.lib; {
description = "The C preprocessor chainsaw";
longDescription = ''