summary refs log tree commit diff
path: root/pkgs/games/eduke32/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/eduke32/default.nix')
-rw-r--r--pkgs/games/eduke32/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/eduke32/default.nix b/pkgs/games/eduke32/default.nix
index a4f296da039..69d87411da6 100644
--- a/pkgs/games/eduke32/default.nix
+++ b/pkgs/games/eduke32/default.nix
@@ -71,5 +71,6 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     homepage = http://eduke32.com;
     maintainers = with maintainers; [ nckx sander ];
+    platforms = with platforms; linux;
   };
 }