diff options
Diffstat (limited to 'pkgs/games/hheretic/default.nix')
-rw-r--r-- | pkgs/games/hheretic/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/hheretic/default.nix b/pkgs/games/hheretic/default.nix index 6e4be6bd54b7..83b0ccb620cf 100644 --- a/pkgs/games/hheretic/default.nix +++ b/pkgs/games/hheretic/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "hheretic-gl"; maintainers = with lib.maintainers; [ moody ]; inherit (SDL.meta) platforms; - broken = stdenv.isDarwin; + broken = stdenv.hostPlatform.isDarwin; }; }) |