about summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-03-03 19:43:12 +0100
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-03-13 16:43:06 -0600
commitf8264a5b1e7832d93d8a22816f5133ff891724b6 (patch)
treebc29bf593b1f5b0a76b51c15e2f75b16b83c829a /pkgs/games/spring
parent9bd2506458ea053ccbcde6e622d7cec9993d8f36 (diff)
tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 8577db773e3f0..0a2eb6cfc9113 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -87,5 +87,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ qknight domenkozar sorki ];
     platforms = [ "x86_64-linux" ];
+    broken = true;
   };
 }