mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Fix help2man.postInstall syntax error under cygwin.
This commit is contained in:
parent
cb7fcd0a7c
commit
7fdb87a862
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user