mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: qbittorrent: Fix icons not showing in GUI.
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]: Add a wrap-qt phase.
This commit is contained in:
@@ -434,7 +434,18 @@ desktops.")
|
|||||||
(assoc-ref %build-inputs "boost")
|
(assoc-ref %build-inputs "boost")
|
||||||
"/lib")
|
"/lib")
|
||||||
"--enable-debug"
|
"--enable-debug"
|
||||||
"QMAKE_LRELEASE=lrelease")))
|
"QMAKE_LRELEASE=lrelease")
|
||||||
|
#:modules ((guix build gnu-build-system)
|
||||||
|
(guix build qt-utils)
|
||||||
|
(guix build utils))
|
||||||
|
#:imported-modules (,@%gnu-build-system-modules
|
||||||
|
(guix build qt-utils))
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'install 'wrap-qt
|
||||||
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
(wrap-qt-program (assoc-ref outputs "out") "qbittorrent")
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
|
|||||||
Reference in New Issue
Block a user