gnu: kdeconnect: Remove useless code.
After fixing wrap-qt-program, setting QT_PLUGIN_PATH here is no longer necessary. * gnu/packages/kde.scm (kdeconnect)[arguments]<phases>{wrap-executable}: Remove setting QT_PLUGIN_PATH.
This commit is contained in:
parent
4ae8180ca6
commit
0d455d9865
@ -558,9 +558,6 @@ different notification systems.")
|
||||
(add-after 'install 'wrap-executable
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(setenv "QT_PLUGIN_PATH"
|
||||
(string-append out "/lib/qt5/plugins"
|
||||
":" (getenv "QT_PLUGIN_PATH")))
|
||||
(wrap-qt-program out "../lib/libexec/kdeconnectd")
|
||||
(wrap-qt-program out "kdeconnect-cli")
|
||||
(wrap-qt-program out "kdeconnect-handler")
|
||||
|
Loading…
x
Reference in New Issue
Block a user