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'

svn path=/nixpkgs/trunk/; revision=28411
This commit is contained in:
Peter Simons 2011-08-09 07:49:36 +00:00
parent a13e1f6963
commit 8c77cb5634

View file

@ -9,7 +9,7 @@ cabal.mkDerivation (self : {
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