Author: shlevy
Date: Tue Apr 5 16:10:58 2011
New Revision: 26700
URL: https://svn.nixos.org/websvn/nix/?rev=26700&sc=1
Log:
Disable watchdog when building ppl-0.11 statically
Modified:
nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix Tue Apr 5
15:28:25 2011 (r26699)
+++ nixpkgs/trunk/pkgs/development/libraries/ppl/default.nix Tue Apr 5
16:10:58 2011 (r26700)
@@ -2,7 +2,7 @@
let
version = "0.10.2";
- 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}";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits