From d0e60c71304109bea84d420ea26a8d048167cad2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 9 Aug 2011 07:49:41 +0000 Subject: [PATCH] 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' svn path=/nixpkgs/trunk/; revision=28412 --- pkgs/applications/editors/leksah/default.nix | 2 +- pkgs/development/libraries/haskell/leksah/leksah-server.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/leksah/default.nix b/pkgs/applications/editors/leksah/default.nix index 5597b322960..364e19233fe 100644 --- a/pkgs/applications/editors/leksah/default.nix +++ b/pkgs/applications/editors/leksah/default.nix @@ -16,7 +16,7 @@ cabal.mkDerivation (self : { 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 ]; }; }) diff --git a/pkgs/development/libraries/haskell/leksah/leksah-server.nix b/pkgs/development/libraries/haskell/leksah/leksah-server.nix index b34ff506ad9..ae4afa99f30 100644 --- a/pkgs/development/libraries/haskell/leksah/leksah-server.nix +++ b/pkgs/development/libraries/haskell/leksah/leksah-server.nix @@ -13,7 +13,7 @@ cabal.mkDerivation (self : { 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