Author: simons
Date: Fri Jan 13 10:31:58 2012
New Revision: 31515
URL: https://nixos.org/websvn/nix/?rev=31515&sc=1
Log:
wxGTK-2.x: enable parallel building
Modified:
nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.8/default.nix
nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.0.nix
nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.1.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.8/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.8/default.nix Fri Jan
13 10:31:56 2012 (r31514)
+++ nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.8/default.nix Fri Jan
13 10:31:58 2012 (r31515)
@@ -46,4 +46,6 @@
";
passthru = {inherit gtk compat24 compat26 unicode;};
+
+ enableParallelBuilding = true;
}
Modified: nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.0.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.0.nix Fri Jan
13 10:31:56 2012 (r31514)
+++ nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.0.nix Fri Jan
13 10:31:58 2012 (r31515)
@@ -36,4 +36,6 @@
";
passthru = {inherit gtk compat24 compat26 unicode;};
+
+ enableParallelBuilding = true;
}
Modified: nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.1.nix Fri Jan
13 10:31:56 2012 (r31514)
+++ nixpkgs/trunk/pkgs/development/libraries/wxGTK-2.9/2.9.1.nix Fri Jan
13 10:31:58 2012 (r31515)
@@ -36,4 +36,6 @@
";
passthru = {inherit gtk compat24 compat26 unicode;};
+
+ enableParallelBuilding = true;
}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits