plasma-workspace: use impure wrappers

This commit is contained in:
Thomas Tuegel 2015-10-17 09:34:26 -05:00
parent 300b5eb7ed
commit e4873abc26

View File

@ -40,6 +40,7 @@ plasmaPackage {
''; '';
postInstall = '' postInstall = ''
export QT_WRAPPER_IMPURE=1 export QT_WRAPPER_IMPURE=1
export KDE_WRAPPER_IMPURE=1
wrapKDEProgram "$out/bin/ksmserver" wrapKDEProgram "$out/bin/ksmserver"
wrapKDEProgram "$out/bin/plasmawindowed" wrapKDEProgram "$out/bin/plasmawindowed"
wrapKDEProgram "$out/bin/kcminit_startup" wrapKDEProgram "$out/bin/kcminit_startup"