8c77cb5634
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
19 lines
524 B
Nix
19 lines
524 B
Nix
{cabal, ghc, glib, gtk, haddock, mtl, parsec} :
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "ltk";
|
|
version = "0.10.0.4";
|
|
sha256 = "1dp6dl8a0pfj6lx8n8a2y1j3c2z57k9pf81yr45qsp7wg53d6qhf";
|
|
propagatedBuildInputs = [ ghc glib gtk haddock mtl parsec ];
|
|
meta = {
|
|
homepage = "http://www.leksah.org";
|
|
description = "Leksah tool kit";
|
|
license = "GPL";
|
|
platforms = self.stdenv.lib.platforms.linux;
|
|
maintainers = [
|
|
self.stdenv.lib.maintainers.simons
|
|
self.stdenv.lib.maintainers.andres
|
|
];
|
|
};
|
|
})
|