cygwin: help2man patch for cygwin

This commit is contained in:
Rok Garbas
2015-05-28 14:15:47 +02:00
parent 93d507cac8
commit ea3748d519
2 changed files with 167 additions and 0 deletions
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
doCheck = false; # target `check' is missing
patches = if stdenv.isCygwin then [ ./1.40.4-cygwin-nls.patch ] else null;
postInstall =
'' wrapProgram "$out/bin/help2man" \
--prefix PERL5LIB : "$(echo ${LocaleGettext}/lib/perl*/site_perl)"