3
0
Fork 0
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:
aszlig 2014-10-22 09:21:53 +02:00
parent 57aaf3d36e
commit 0c968c9a0e
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
meta = {
description = ihaskell.meta.description;
broken = true;
};
}