about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorSimon Bruder <simon@sbruder.de>2022-08-12 11:09:12 -0700
committerZhaofeng Li <hello@zhaofeng.li>2022-08-12 11:11:54 -0700
commit9e690f486befe15acf42d595623474a49d91f079 (patch)
tree189ec434784cef39152aa594450229d3d6eb5f9f /pkgs/applications/emulators
parent3b9cf4174409900c68b3edebb878a0999883c585 (diff)
ryujinx: Add ffmpeg to runtimeDeps
Ryujinx has stopped depending on the ffmpeg executable.

https://github.com/Ryujinx/Ryujinx/commit/c5bddfeab8a905ce6c306ffafb079d8550f0b027
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/ryujinx/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix
index 98f7f902d7f8b..8d77e00e82014 100644
--- a/pkgs/applications/emulators/ryujinx/default.nix
+++ b/pkgs/applications/emulators/ryujinx/default.nix
@@ -55,10 +55,7 @@ buildDotnetModule rec {
     sndio
     pulseaudio
     vulkan-loader
-  ];
-
-  makeWrapperArgs = [
-    "--suffix PATH : ${lib.getBin ffmpeg}"
+    ffmpeg
   ];
 
   patches = [