nixpkgs/pkgs/gettext/gettext.fix
Eelco Dolstra 6ad771156c * Added GNU gettext. Nixification is paying off: e.g., it revealed that glib
has a dependency on gettext (and Perl; that's next).

svn path=/nixpkgs/trunk/; revision=323
2003-08-19 09:41:43 +00:00

14 lines
340 B
Plaintext

Package(
[ ("name", "gettext-0.12.1")
, ("build", Relative("gettext/gettext-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/gettext/gettext-0.12.1.tar.gz")
, ("md5", "5d4bddd300072315e668247e5b7d5bdb")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)