From 01853f5f39e189330c49a7822d87e4368343733f Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Sat, 30 Sep 2023 16:35:01 +0200 Subject: [PATCH] fs-uae-launcher: allow side loading of fs-uae-device-helper to fix the detection of mouse and joystick devices --- pkgs/applications/emulators/fs-uae/launcher.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/emulators/fs-uae/launcher.nix b/pkgs/applications/emulators/fs-uae/launcher.nix index 63ff7eee2ea..6135ee064e1 100644 --- a/pkgs/applications/emulators/fs-uae/launcher.nix +++ b/pkgs/applications/emulators/fs-uae/launcher.nix @@ -39,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: { # fs-uae-launcher search side by side for fs-uae # see $src/fsgs/plugins/pluginexecutablefinder.py#find_executable ln -s ${fsuae}/bin/fs-uae $out/bin + ln -s ${fsuae}/bin/fs-uae-device-helper $out/bin ''; meta = {