spago: build is broken in lts-15.x

Ping @cdepillabout.
This commit is contained in:
Peter Simons 2020-02-28 16:18:39 +01:00
parent ef891b8a46
commit 0dbc457393

View file

@ -44,4 +44,5 @@ mkDerivation {
prePatch = "hpack";
homepage = "https://github.com/purescript/spago#readme";
license = stdenv.lib.licenses.bsd3;
broken = true; # Build is broken in lts-15.x.
}