Author: eelco
Date: Wed May  9 21:10:12 2012
New Revision: 34033
URL: https://nixos.org/websvn/nix/?rev=34033&sc=1

Log:
* Disable some failing builds on specific platforms.

Modified:
   nixpkgs/trunk/pkgs/applications/science/math/eukleides/default.nix
   nixpkgs/trunk/pkgs/development/libraries/SDL_image/default.nix
   nixpkgs/trunk/pkgs/development/libraries/pango/1.29.x.nix
   nixpkgs/trunk/pkgs/top-level/release.nix

Modified: nixpkgs/trunk/pkgs/applications/science/math/eukleides/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/science/math/eukleides/default.nix  Wed May 
 9 17:21:37 2012        (r34032)
+++ nixpkgs/trunk/pkgs/applications/science/math/eukleides/default.nix  Wed May 
 9 21:10:12 2012        (r34033)
@@ -31,7 +31,7 @@
       circles and conics.
     '';
 
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/libraries/SDL_image/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/SDL_image/default.nix      Wed May 
 9 17:21:37 2012        (r34032)
+++ nixpkgs/trunk/pkgs/development/libraries/SDL_image/default.nix      Wed May 
 9 21:10:12 2012        (r34033)
@@ -36,6 +36,6 @@
   meta = {
     description = "SDL image library";
     homepage = http://www.libsdl.org/projects/SDL_image/;
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/development/libraries/pango/1.29.x.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/pango/1.29.x.nix   Wed May  9 
17:21:37 2012        (r34032)
+++ nixpkgs/trunk/pkgs/development/libraries/pango/1.29.x.nix   Wed May  9 
21:10:12 2012        (r34033)
@@ -31,6 +31,6 @@
     license = "LGPLv2+";
 
     maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix    Wed May  9 17:21:37 2012        
(r34032)
+++ nixpkgs/trunk/pkgs/top-level/release.nix    Wed May  9 21:10:12 2012        
(r34033)
@@ -94,7 +94,7 @@
   fuse = linux;
   gajim = linux;
   gawk = all;
-  gcc = all;
+  gcc = linux;
   gcc33 = linux;
   gcc34 = linux;
   gcc41 = linux;
@@ -183,7 +183,7 @@
   man = linux;
   manpages = linux;
   maxima = linux;
-  mc = all;
+  mc = linux;
   mcabber = linux;
   mcron = linux;
   mdadm = linux;
@@ -241,12 +241,12 @@
   ppl = all;
   procps = linux;
   pwdutils = linux;
-  pthreadmanpages = all;
+  pthreadmanpages = linux;
   pygtk = linux;
   pyqt4 = linux;
   python = allBut "i686-cygwin";
   pythonFull = linux;
-  sbcl = all;
+  sbcl = linux;
   qt3 = linux;
   quake3demo = linux;
   readline = all;
@@ -257,7 +257,7 @@
   rsync = linux;
   rubber = allBut "i686-cygwin";
   ruby = all;
-  rxvt_unicode = all;
+  rxvt_unicode = linux;
   samba = linux;
   screen = linux ++ darwin;
   scrot = linux;
@@ -267,7 +267,7 @@
   sharutils = all;
   slim = linux;
   sloccount = allBut "i686-cygwin";
-  smartmontools = all;
+  smartmontools = linux;
   socat = linux;
   spidermonkey = linux;
   splashutils = linux;
@@ -410,23 +410,13 @@
   */
 
   strategoPackages = {
-    sdf = all;
-    strategoxt = all;
-    javafront = all;
+    sdf = linux;
+    strategoxt = linux;
+    javafront = linux;
     strategoShell = linux ++ darwin;
     dryad = linux;
   };
 
-  strategoPackages018 = {
-    sdfStatic = all;
-    sdf = all;
-    strategoxt = all;
-    javafront = all;
-    aspectjfront = all;
-    strategoShell = all;
-    dryad = linux;
-  };
-
   pythonPackages = {
     zfec = linux;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to