gpxsee: add wrapGAppsHook3
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
qtserialport,
|
||||
qtsvg,
|
||||
wrapQtAppsHook,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -48,8 +49,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
qmake
|
||||
qttools
|
||||
wrapQtAppsHook
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
preFixup = ''
|
||||
qtWrapperArgs+=(''${gappsWrapperArgs[@]})
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
lrelease gpxsee.pro
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user