diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index d51cb21750fd9..3992d67010a35 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; }; }