haskell-haste-perch: drop unsupported package
This package requires a special build process that's not based on Cabal (see <https://github.com/agocorona/haste-perch/issues/5>). Someone needs to figure out how to compile and install this stuff in the context of Nix.
This commit is contained in:
parent
fd3ca78bfc
commit
02c99b7cd1
@ -1,17 +0,0 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
||||||
|
|
||||||
{ cabal, hasteCompiler, mtl }:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
|
||||||
pname = "haste-perch";
|
|
||||||
version = "0.1.0.0";
|
|
||||||
sha256 = "0g2ijb0mzqs2iq4i47biaxbsg4v15w9ky6yyz6wmngwf06rg4iwj";
|
|
||||||
buildDepends = [ hasteCompiler mtl ];
|
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
|
||||||
homepage = "https://github.com/agocorona/haste-perch";
|
|
||||||
description = "Create dynamic HTML in the browser using blaze-html-style notation with Haste";
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
|
||||||
platforms = self.ghc.meta.platforms;
|
|
||||||
};
|
|
||||||
})
|
|
@ -1048,8 +1048,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
hasteCompiler = callPackage ../development/libraries/haskell/haste-compiler {};
|
hasteCompiler = callPackage ../development/libraries/haskell/haste-compiler {};
|
||||||
|
|
||||||
hastePerch = callPackage ../development/libraries/haskell/haste-perch {};
|
|
||||||
|
|
||||||
hcltest = callPackage ../development/libraries/haskell/hcltest {};
|
hcltest = callPackage ../development/libraries/haskell/hcltest {};
|
||||||
|
|
||||||
hedis = callPackage ../development/libraries/haskell/hedis {};
|
hedis = callPackage ../development/libraries/haskell/hedis {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user