about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-28 16:18:39 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:30 +0100
commit0dbc457393c9c7840acbef7af1628f4142403d85 (patch)
treeaa70b5661d4c06a5eb435363ee91742ffe5e36ee /pkgs/development
parentef891b8a4671641780e22b7fa1ada3ed718f7661 (diff)
downloadnixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar.gz
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar.bz2
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar.lz
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar.xz
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.tar.zst
nixlib-0dbc457393c9c7840acbef7af1628f4142403d85.zip
spago: build is broken in lts-15.x
Ping @cdepillabout.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/purescript/spago/spago.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/purescript/spago/spago.nix b/pkgs/development/tools/purescript/spago/spago.nix
index adf019eef572..433639ff330d 100644
--- a/pkgs/development/tools/purescript/spago/spago.nix
+++ b/pkgs/development/tools/purescript/spago/spago.nix
@@ -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.
 }