mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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:
parent
a13e1f6963
commit
8c77cb5634
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user