ihaskell-wrapper: adapt so that it evaluates with the new Haskell infrastructure

This commit is contained in:
Peter Simons
2015-01-07 22:21:23 +01:00
parent 55d6b7eb08
commit c827471185
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "ihaskell-" + ihaskell.version ;
inherit (ihaskell) name;
buildInputs = [ makeWrapper ];