summary refs log tree commit diff
path: root/pkgs/games/odamex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/odamex/default.nix')
-rw-r--r--pkgs/games/odamex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/odamex/default.nix b/pkgs/games/odamex/default.nix
index 7b7ab1c155af..f24e6155ec60 100644
--- a/pkgs/games/odamex/default.nix
+++ b/pkgs/games/odamex/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
     homepage = http://odamex.net/;
     description = "A client/server port for playing old-school Doom online";
     license = stdenv.lib.licenses.gpl2;
+    platforms = stdenv.lib.platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ MP2E ];
   };
 }