Updating from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18878
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let version = "5.2.9"; in
|
||||
let version = "5.2.11"; in
|
||||
|
||||
args: with args;
|
||||
|
||||
@@ -177,7 +177,7 @@ composableDerivation {} ( fixed : {
|
||||
|
||||
src = args.fetchurl {
|
||||
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
|
||||
md5 = "280d6cda7f72a4fc6de42fda21ac2db7";
|
||||
md5 = "286bf34630f5643c25ebcedfec5e0a09";
|
||||
name = "php-${version}.tar.bz2";
|
||||
};
|
||||
|
||||
|
||||
@@ -82,4 +82,4 @@ stdenv.mkDerivation ( {
|
||||
# - On Darwin, `python.exe' fails with "Bus Error".
|
||||
platforms = stdenv.lib.platforms.allBut "i686-darwin";
|
||||
};
|
||||
} // (if stdenv.system == "i686-darwin" then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch ./nolongdouble.patch]; } else {} ) )
|
||||
} // (if stdenv.isDarwin then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch ./nolongdouble.patch]; } else {} ) )
|
||||
|
||||
@@ -89,4 +89,4 @@ stdenv.mkDerivation ( {
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms;
|
||||
};
|
||||
} // (if stdenv.system == "i686-darwin" then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch]; } else {} ) )
|
||||
} // (if stdenv.isDarwin then { NIX_CFLAGS_COMPILE = "-msse2" ; patches = [./search-path.patch]; } else {} ) )
|
||||
|
||||
Reference in New Issue
Block a user