about summary refs log tree commit diff
path: root/pkgs/games/hheretic
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-03 22:39:54 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-03 22:39:54 +0200
commitd813fcfeff0a7d3866e5eebcfd67d5ec01848118 (patch)
treeec0ef50aa4a2d8a400210d2abc061dcf8beb5c3d /pkgs/games/hheretic
parent2ff4c5e736d12ab03bda72b76684e35692d0fba6 (diff)
treewide: mark packages broken on darwin
Diffstat (limited to 'pkgs/games/hheretic')
-rw-r--r--pkgs/games/hheretic/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/hheretic/default.nix b/pkgs/games/hheretic/default.nix
index 73adca8928cd7..6e4be6bd54b71 100644
--- a/pkgs/games/hheretic/default.nix
+++ b/pkgs/games/hheretic/default.nix
@@ -52,5 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
     mainProgram = "hheretic-gl";
     maintainers = with lib.maintainers; [ moody ];
     inherit (SDL.meta) platforms;
+    broken = stdenv.isDarwin;
   };
 })