elm-reactor: mark broken

http://hydra.cryp.to/build/297517/nixlog/2/raw
This commit is contained in:
Peter Simons 2015-01-01 18:15:50 +01:00
parent f5f3c5b5f6
commit 0a0965f2ac

View file

@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
description = "Interactive development tool for Elm programs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})