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

Log:
pkgs/development/libraries/haskell/ltk: disable Darwin builds

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

  at `haskellPackages_ghc703.ltk' [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/development/libraries/haskell/ltk/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/ltk/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/ltk/default.nix    Tue Aug 
 9 07:44:28 2011        (r28410)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/ltk/default.nix    Tue Aug 
 9 07:49:36 2011        (r28411)
@@ -9,7 +9,7 @@
     homepage = "http://www.leksah.org";;
     description = "Leksah tool kit";
     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