1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

coan: don't double-gzip man page

`make install` gzips coan.1 with the wrong extension (.1). So Nix re-
compresses it. Result: coan.1.1.gz, and a screen full of gobbledygook.
This commit is contained in:
Tobias Geerinckx-Rice 2015-01-12 21:38:31 +01:00
parent 2f4dc089a9
commit 9b7a58e1f9

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