me
/
guix
Archived
1
0
Fork 0

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.
master
Hartmut Goebel 2019-11-22 10:26:15 +01:00
parent 4ae8180ca6
commit 0d455d9865
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 0 additions and 3 deletions

View File

@ -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")