libtas: add binutils and ffmpeg to PATH (#381615)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, lua5_3
|
||||
, qt5
|
||||
, file
|
||||
, binutils
|
||||
, makeDesktopItem
|
||||
}:
|
||||
|
||||
@@ -39,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/libTAS \
|
||||
--suffix PATH : ${lib.makeBinPath [ file ]} \
|
||||
--suffix PATH : ${lib.makeBinPath [ file binutils ffmpeg ]} \
|
||||
--set-default LIBTAS_SO_PATH $out/lib/libtas.so
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user