mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
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;
|
||||
|
||||
postInstall = ''
|
||||
mv -v $out/share/man/man1/coan.1.{1,gz}
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The C preprocessor chainsaw";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user