fs-uae-launcher: allow side loading of fs-uae-device-helper to fix the detection of mouse and joystick devices

This commit is contained in:
Sander van der Burg 2023-09-30 16:35:01 +02:00 committed by Anderson Torres
parent efb9f8b2dc
commit 01853f5f39

View file

@ -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 = {