forked from mirrors/nixpkgs
ihaskell/wrapper: Fix eval by marking as broken.
Introduced by 5e03d07621
.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
57aaf3d36e
commit
0c968c9a0e
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = ihaskell.meta.description;
|
||||
broken = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue