From 76ec555e9ecbc48e1d3a2014ca0164618598d80d Mon Sep 17 00:00:00 2001 From: Coca Date: Sun, 22 Mar 2026 06:40:48 +0000 Subject: [PATCH] space-station-14-launcher: add dbus Fixes file dialogs in-game by providing the dependency for the bundled SDL --- pkgs/by-name/sp/space-station-14-launcher/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/sp/space-station-14-launcher/package.nix b/pkgs/by-name/sp/space-station-14-launcher/package.nix index a777882775ae..a5a5025d689d 100644 --- a/pkgs/by-name/sp/space-station-14-launcher/package.nix +++ b/pkgs/by-name/sp/space-station-14-launcher/package.nix @@ -27,6 +27,7 @@ libxkbcommon, wayland, fontconfig, + dbus, alsaSupport ? stdenv.hostPlatform.isLinux, jackSupport ? stdenv.hostPlatform.isLinux, pipewireSupport ? stdenv.hostPlatform.isLinux, @@ -99,6 +100,7 @@ buildDotnetModule rec { libxkbcommon wayland fontconfig.lib + dbus ] ++ lib.optional alsaSupport alsa-lib ++ lib.optional jackSupport libjack2