summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authormib <mib@kanp.ai>2023-07-04 17:21:38 +0200
committermib <mib@kanp.ai>2023-07-04 17:21:38 +0200
commit364b1d2985cb4d94609edb9cea947075d497bf57 (patch)
treea4297639262ba4417c66bf77305bc6de6e0510af /pkgs/tools/games
parentae059c58a1fb991a719c6b9f3c91138e13c97f8a (diff)
downloadnixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar.gz
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar.bz2
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar.lz
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar.xz
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.tar.zst
nixpkgs-364b1d2985cb4d94609edb9cea947075d497bf57.zip
slipstream: add platform
picking "all" since it's Java
Diffstat (limited to 'pkgs/tools/games')
-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;
   };
 }