deepin.dde-control-center: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping binaries that are ELF headers. So it can't wrap it if it already is.
This commit is contained in:
parent
ee7041cdf6
commit
ff72e1dfc1
@ -93,6 +93,14 @@ mkDerivation rec {
|
|||||||
--replace "/bin/systemctl" "${systemd}/bin/systemctl"
|
--replace "/bin/systemctl" "${systemd}/bin/systemctl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
gappsWrapperArgs+=(
|
||||||
|
"''${qtWrapperArgs[@]}"
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# debuging
|
# debuging
|
||||||
searchForUnresolvedDLL $out
|
searchForUnresolvedDLL $out
|
||||||
|
Loading…
Reference in New Issue
Block a user