ihaskell: partial fix, mark as broken
This commit is contained in:
parent
e6ca8b0375
commit
64b2205bf4
@ -14260,6 +14260,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ base system-filepath text ];
|
libraryHaskellDepends = [ base system-filepath text ];
|
||||||
executableHaskellDepends = [ base system-filepath text ];
|
executableHaskellDepends = [ base system-filepath text ];
|
||||||
testHaskellDepends = [ base hspec system-filepath text ];
|
testHaskellDepends = [ base hspec system-filepath text ];
|
||||||
|
doCheck = false; # depends on an ancient version of hspec
|
||||||
homepage = "http://github.com/rampion/ReadArgs";
|
homepage = "http://github.com/rampion/ReadArgs";
|
||||||
description = "Simple command line argument parsing";
|
description = "Simple command line argument parsing";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -95186,6 +95187,9 @@ self: {
|
|||||||
description = "A Haskell backend kernel for the IPython project";
|
description = "A Haskell backend kernel for the IPython project";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
# GHC 8 not supported yet: https://github.com/gibiansky/IHaskell/issues/690
|
||||||
|
# GHC 7.10 build fails on various dependencies
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ihaskell-aeson" = callPackage
|
"ihaskell-aeson" = callPackage
|
||||||
|
@ -2156,8 +2156,8 @@ in
|
|||||||
ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
|
ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix {
|
||||||
inherit (haskellPackages) ihaskell ghcWithPackages;
|
inherit (haskellPackages) ihaskell ghcWithPackages;
|
||||||
|
|
||||||
ipython = pythonFull.buildEnv.override {
|
ipython = python3.buildEnv.override {
|
||||||
extraLibs = with pythonPackages; [ ipython ipykernel jupyter_client notebook ];
|
extraLibs = with python3Packages; [ ipython ipykernel jupyter_client notebook ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = config.ihaskell.packages or (self: []);
|
packages = config.ihaskell.packages or (self: []);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user