mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
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:
parent
efb9f8b2dc
commit
01853f5f39
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user