Author: shlevy
Date: Tue Apr 5 16:14:23 2011
New Revision: 26701
URL: https://svn.nixos.org/websvn/nix/?rev=26701&sc=1
Log:
Whoops, edited the wrong expression
Modified:
nixpkgs/trunk/pkgs/development/libraries/ppl/0.11.nix
nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/ppl/0.11.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/ppl/0.11.nix Tue Apr 5
16:10:58 2011 (r26700)
+++ nixpkgs/trunk/pkgs/development/libraries/ppl/0.11.nix Tue Apr 5
16:14:23 2011 (r26701)
@@ -2,7 +2,7 @@
let
version = "0.11";
- staticFlags = if static then " --enable-static --disable-shared" else "";
+ staticFlags = if static then " --enable-static --disable-shared
--disable-watchdog" else "";
in
stdenv.mkDerivation rec {
name = "ppl-${version}";
Modified: nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix Tue Apr 5
16:10:58 2011 (r26700)
+++ nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix Tue Apr 5
16:14:23 2011 (r26701)
@@ -2,7 +2,7 @@
let
version = "0.10.2";
- staticFlags = if static then " --enable-static --disable-shared
--disable-watchdog" else "";
+ staticFlags = if static then " --enable-static --disable-shared" else "";
in
stdenv.mkDerivation rec {
name = "ppl-${version}";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits