cygwin: help2man patch for cygwin
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user