3
0
Fork 0
forked from mirrors/nixpkgs

ihaskell: jailbreak to fix build with recent haskell-src-exts and classy-prelude

This commit is contained in:
Peter Simons 2014-10-14 15:42:18 +02:00
parent f5931470b7
commit 97118ad9c7

View file

@ -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";