add new version of help2man, with variability (no upgrade to the latest and
greatest) svn path=/nixpkgs/trunk/; revision=5533
This commit is contained in:
parent
f590067ee0
commit
0891c55730
21
pkgs/development/tools/misc/help2man/help2man-1.36.4.nix
Normal file
21
pkgs/development/tools/misc/help2man/help2man-1.36.4.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{stdenv, fetchurl, perl, gettext, perlLocaleGettext}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "help2man-1.36.4";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = ftp://ftp.nluug.nl/pub/gnu/help2man/help2man-1.36.4.tar.gz;
|
||||||
|
md5 = "d31a0a38c2ec71faa06723f6b8bd3076";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
perl
|
||||||
|
gettext
|
||||||
|
perlLocaleGettext
|
||||||
|
];
|
||||||
|
|
||||||
|
# So that configure can find `preloadable_libintl.so'.
|
||||||
|
LD_LIBRARY_PATH = gettext ~ "/lib";
|
||||||
|
|
||||||
|
inherit gettext;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user