From 71f3d4aa4288c3cb4f54796cefbb3f85c325b4b4 Mon Sep 17 00:00:00 2001 From: Paul S Date: Mon, 8 Apr 2024 13:48:48 +0100 Subject: [PATCH] fheroes2: platforms.unix instead of platforms.linux fixes #302354 --- pkgs/games/fheroes2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index d51cb21750fd99..3992d67010a350 100644 --- a/pkgs/games/fheroes2/default.nix +++ b/pkgs/games/fheroes2/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl2Plus; maintainers = [ maintainers.karolchmist ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }