* 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
This commit is contained in:
Eelco Dolstra
2003-08-19 09:41:43 +00:00
parent 6da1ac69b5
commit 6ad771156c
4 changed files with 24 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/sh
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$PATH
export PATH=$pkgconfig/bin:$gettext/bin:$PATH
tar xvfj $src || exit 1
cd glib-* || exit 1

View File

@@ -10,5 +10,6 @@ Package(
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gettext", IncludeFix("gettext/gettext.fix"))
]
)