From 364b1d2985cb4d94609edb9cea947075d497bf57 Mon Sep 17 00:00:00 2001 From: mib Date: Tue, 4 Jul 2023 17:21:38 +0200 Subject: [PATCH] slipstream: add platform picking "all" since it's Java --- pkgs/tools/games/slipstream/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/games/slipstream/default.nix b/pkgs/tools/games/slipstream/default.nix index 550b226a18ed..3c9837d424b5 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; }; }