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

This commit is contained in:
Peter Simons 2015-01-07 21:07:36 +01:00
parent 55d6b7eb08
commit c827471185

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "ihaskell-" + ihaskell.version ;
inherit (ihaskell) name;
buildInputs = [ makeWrapper ];