* GTK 2.6 plus associated libraries.

* Updated libtiff, libpng, libxml2, libxslt, gettext.

svn path=/nixpkgs/trunk/; revision=2238
This commit is contained in:
Eelco Dolstra
2005-02-15 16:22:20 +00:00
parent e42507d182
commit aac8011c8b
12 changed files with 106 additions and 24 deletions

View File

@@ -1,7 +0,0 @@
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd gettext-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1

View File

@@ -1,8 +1,8 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "gettext-0.12.1";
builder = ./builder.sh;
name = "gettext-0.14";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gettext-0.12.1.tar.gz;
md5 = "5d4bddd300072315e668247e5b7d5bdb";
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gettext-0.14.tar.gz;
md5 = "e715be150bbe32439ae68fab32df0299";
};
configureFlags = "--disable-csharp";
}