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
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ mkDerivation rec {
|
|||
--replace "/bin/systemctl" "${systemd}/bin/systemctl"
|
||||
'';
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
"''${qtWrapperArgs[@]}"
|
||||
)
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
# debuging
|
||||
searchForUnresolvedDLL $out
|
||||
|
|
Loading…
Reference in a new issue