Author: simons
Date: Tue Aug  9 07:49:41 2011
New Revision: 28412
URL: https://svn.nixos.org/websvn/nix/?rev=28412&sc=1

Log:
leksah: disable Darwin builds

The expression needs more attention before it can be built on platforms
other than Linux:

  at `haskellPackages.leksahServer' [system = "i686-darwin"]:
  assertion failed at 
`/nix/store/jbcbv6lf44wiy5afsk99sv3vzd1zhg9f-nixpkgs-r28407/pkgs/os-specific/linux/kernel-headers/2.6.32.nix:3:1'

  at `haskellPackages.leksah' [system = "i686-darwin"]:
  assertion failed at 
`/nix/store/jbcbv6lf44wiy5afsk99sv3vzd1zhg9f-nixpkgs-r28407/pkgs/os-specific/linux/kernel-headers/2.6.32.nix:3:1'

Modified:
   nixpkgs/trunk/pkgs/applications/editors/leksah/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix

Modified: nixpkgs/trunk/pkgs/applications/editors/leksah/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/editors/leksah/default.nix  Tue Aug  9 
07:49:36 2011        (r28411)
+++ nixpkgs/trunk/pkgs/applications/editors/leksah/default.nix  Tue Aug  9 
07:49:41 2011        (r28412)
@@ -16,7 +16,7 @@
     homepage = "http://www.leksah.org";;
     description = "Haskell IDE written in Haskell";
     license = "GPL";
-    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    platforms = self.stdenv.lib.platforms.linux;
     maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix   
Tue Aug  9 07:49:36 2011        (r28411)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix   
Tue Aug  9 07:49:41 2011        (r28412)
@@ -13,7 +13,7 @@
     homepage = "http://leksah.org";;
     description = "Metadata collection for leksah";
     license = "GPL";
-    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    platforms = self.stdenv.lib.platforms.linux;
     maintainers = [
       self.stdenv.lib.maintainers.simons
       self.stdenv.lib.maintainers.andres
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to