mgba: add wrapGAppsHook
This commit is contained in:
committed by
Anderson Torres
parent
013bd5a87d
commit
fe2c56972e
@@ -12,6 +12,7 @@
|
||||
, minizip
|
||||
, pkg-config
|
||||
, libsForQt5
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -36,9 +37,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
wrapGAppsHook
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
preFixup = ''
|
||||
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
SDL2
|
||||
ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user