summary refs log tree commit diff
path: root/pkgs/tools/games/slipstream/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/slipstream/default.nix')
-rw-r--r--pkgs/tools/games/slipstream/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix
index 550b226a18e..3c9837d424b 100644
--- a/pkgs/tools/games/slipstream/default.nix
+++ b/pkgs/tools/games/slipstream/default.nix
@@ -45,5 +45,6 @@ mavenWithJdk.buildMavenPackage rec {
     homepage = "https://github.com/Vhati/Slipstream-Mod-Manager";
     license = licenses.gpl2;
     maintainers = with maintainers; [ mib ];
+    platforms = platforms.all;
   };
 }