about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-18 10:41:34 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-11-18 10:41:34 +0100
commit0d0d7dcd06a01bb9ab8f17ee15efd0334677eec4 (patch)
tree1d8b73f5d799dc62efc56a181012abc3e8062c19 /pkgs/development/tools/misc/help2man
parent0a085d508ac054e45dfe0a7f24d55b29ca9d4ae9 (diff)
parent3aa6b8ccc5ad930803e7beb9492f88f6df2c1fdb (diff)
Merge staging-next into staging
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 b473aec859eba..44ec787a1a5ae 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