Merge pull request #5722 from nckx/coan
coan: don't double-gzip man page
This commit is contained in:
commit
01cf6fa04d
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mv -v $out/share/man/man1/coan.1.{1,gz}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The C preprocessor chainsaw";
|
description = "The C preprocessor chainsaw";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user