mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-24 13:05:35 +00:00
rosenthal: qbittorrent-enhanced-edition-nox: Fix build issue.
* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition-nox) [arguments]<#:phases>: Delete `wrap-qt` phase.
This commit is contained in:
parent
5f28176ab8
commit
5478467f96
@ -48,7 +48,10 @@ the following features:
|
|||||||
(substitute-keyword-arguments (package-arguments base)
|
(substitute-keyword-arguments (package-arguments base)
|
||||||
((#:configure-flags configure-flags)
|
((#:configure-flags configure-flags)
|
||||||
#~(append #$configure-flags
|
#~(append #$configure-flags
|
||||||
(list "--disable-gui")))))
|
(list "--disable-gui")))
|
||||||
|
((#:phases phases)
|
||||||
|
#~(modify-phases #$phases
|
||||||
|
(delete 'wrap-qt)))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs base)
|
(modify-inputs (package-inputs base)
|
||||||
(delete "qtsvg-5"))))))
|
(delete "qtsvg-5"))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user