* Update a bunch of base packages.
svn path=/nixpkgs/trunk/; revision=4065
This commit is contained in:
@@ -7,5 +7,5 @@ assert pkgconfig != null && libgnome != null && libgnomecanvas != null
|
||||
stdenv.mkDerivation {
|
||||
inherit (input) name src;
|
||||
buildInputs = [pkgconfig libglade esound libjpeg gnomekeyring];
|
||||
propagatedBuildInputs = [libgnome libgnomecanvas libbonoboui];
|
||||
propagatedBuildInputs = [libgnome libgnomecanvas libbonoboui libjpeg];
|
||||
}
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
assert zlib != null && libjpeg != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libtiff-3.7.2";
|
||||
name = "libtiff-3.7.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/tiff-3.7.2.tar.gz;
|
||||
md5 = "9d7123bd0dbde2a3853fb758346adb78";
|
||||
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.7.4.tar.gz;
|
||||
md5 = "f37a7907bca4e235da85eb0126caa2b0";
|
||||
};
|
||||
propagatedBuildInputs = [zlib libjpeg];
|
||||
inherit zlib libjpeg;
|
||||
|
||||
@@ -8,7 +8,7 @@ fi
|
||||
patchPhase() {
|
||||
echo "Patching"
|
||||
mv configure configure.old
|
||||
sed -e "s^pythondir=.*$^pythondir=$out/lib/python2.3/site-packages^" < configure.old > configure
|
||||
sed -e "s^pythondir=.*$^pythondir=$out/lib/python2.4/site-packages^" < configure.old > configure
|
||||
chmod u+x configure
|
||||
}
|
||||
patchPhase=patchPhase
|
||||
|
||||
@@ -4,12 +4,12 @@ assert zlib != null;
|
||||
assert pythonSupport -> python != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libxml2-2.6.19";
|
||||
name = "libxml2-2.6.22";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://xmlsoft.org/libxml2-2.6.19.tar.gz;
|
||||
md5 = "61587d43389a414fc2f5223b428e325e";
|
||||
url = ftp://xmlsoft.org/libxml2-2.6.22.tar.gz;
|
||||
md5 = "1db8d06b4f49a665a8f47dc6d94450e6";
|
||||
};
|
||||
|
||||
python = if pythonSupport then python else null;
|
||||
|
||||
@@ -5,8 +5,8 @@ assert libxml2 != null;
|
||||
stdenv.mkDerivation {
|
||||
name = "libxslt-1.1.14";
|
||||
src = fetchurl {
|
||||
url = ftp://xmlsoft.org/libxslt-1.1.14.tar.gz;
|
||||
md5 = "db71660bb7d01ccd4e6be990af8d813b";
|
||||
url = ftp://xmlsoft.org/libxslt-1.1.15.tar.gz;
|
||||
md5 = "238de9eda71b570ff7b78aaf65308fc6";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user