ihaskell-wrapper: adapt so that it evaluates with the new Haskell infrastructure
This commit is contained in:
parent
55d6b7eb08
commit
c827471185
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "ihaskell-" + ihaskell.version ;
|
inherit (ihaskell) name;
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue