summaryrefslogtreecommitdiffstats
path: root/pkgs/games/warsow/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/warsow/default.nix')
-rw-r--r--pkgs/games/warsow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/warsow/default.nix b/pkgs/games/warsow/default.nix
index 95086d046303..b525e3cb0f89 100644
--- a/pkgs/games/warsow/default.nix
+++ b/pkgs/games/warsow/default.nix
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
# Engine is under GPLv2, everything else is under
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ];
- platforms = with platforms; linux;
+ platforms = platforms.linux;
};
}