aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorJean-Baptiste Giraudeau <jb@giraudeau.info>2018-11-06 16:49:51 +0100
committerJean-Baptiste Giraudeau <jean-baptiste.giraudeau@iohk.io>2018-11-15 16:56:01 +0100
commit7fdb87a8625e85e5297a6be768b35b92b90e5280 (patch)
tree3d474ff270cdc04b9c3d69e49ab23ac98bfa6340 /pkgs/development/tools/misc/help2man
parentcb7fcd0a7c6d7c6157c299f7ef396582049a4d32 (diff)
Fix help2man.postInstall syntax error under cygwin.
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index 311b206fa91..1b90cfb1d01 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
#! $SHELL -e
export PERL5LIB=\''${PERL5LIB:+:}$gettext_perl
${stdenv.lib.optionalString stdenv.hostPlatform.isCygwin
- "export PATH=\''${PATH:+:}${gettext}/bin"}
+ ''export PATH=\''${PATH:+:}${gettext}/bin''}
exec -a \$0 $out/bin/.help2man-wrapped "\$@"
EOF
chmod +x $out/bin/help2man