Author: shlevy
Date: Wed Apr 6 05:22:10 2011
New Revision: 26707
URL: https://svn.nixos.org/websvn/nix/?rev=26707&sc=1
Log:
Bump ppl to 0.11
This is so we only have one version of ppl when stdenv-updates is merged
Tested by nix-build -A gcc4.4, for the reasons detailed in previous commit
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ppl/default.nix
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ppl/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ppl/default.nix
Wed Apr 6 05:21:05 2011 (r26706)
+++ nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ppl/default.nix
Wed Apr 6 05:22:10 2011 (r26707)
@@ -1,15 +1,15 @@
{ fetchurl, stdenv, gmpxx, perl, gnum4, static ? false }:
let
- version = "0.10.2";
- staticFlags = if static then " --enable-static --disable-shared" else "";
+ version = "0.11";
+ staticFlags = if static then " --enable-static --disable-shared
--disable-watchdog" else "";
in
stdenv.mkDerivation rec {
name = "ppl-${version}";
src = fetchurl {
url = "mirror://gcc/infrastructure/ppl-${version}.tar.gz";
- sha256 = "0lly44sac4jd72klnhhil3wha15vak76r6gy88sh0zjsaww9hf6h";
+ sha256 = "0xqwyaj232gi0pgm6z2rihk6p8l1rngbbibnhmcrbq4jq550clrl";
};
buildNativeInputs = [ perl gnum4 ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits