ihaskell/wrapper: Fix eval by marking as broken.
Introduced by 5e03d07621.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ihaskell.meta.description;
|
description = ihaskell.meta.description;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user