forked from mirrors/nixpkgs
ihaskell: jailbreak to fix build with recent haskell-src-exts and classy-prelude
This commit is contained in:
parent
f5931470b7
commit
97118ad9c7
|
@ -39,6 +39,7 @@ cabal.mkDerivation (self: {
|
|||
postInstall = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
jailbreak = true;
|
||||
meta = with self.stdenv.lib; {
|
||||
homepage = "http://gibiansky.github.io/IHaskell/";
|
||||
description = "A Haskell backend kernel for the IPython project";
|
||||
|
|
Loading…
Reference in a new issue