rosenthal: qbittorrent-enhanced-edition-nox: Fix build issue.

* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition-nox)
[arguments]<#:phases>: Delete `wrap-qt` phase.
remotes/origin/cloudflared-unbundle
Hilton Chain 2 years ago
parent 5f28176ab8
commit 5478467f96
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7
  1. 5
      rosenthal/packages/bittorrent.scm

@ -48,7 +48,10 @@ the following features:
(substitute-keyword-arguments (package-arguments base)
((#:configure-flags configure-flags)
#~(append #$configure-flags
(list "--disable-gui")))))
(list "--disable-gui")))
((#:phases phases)
#~(modify-phases #$phases
(delete 'wrap-qt)))))
(inputs
(modify-inputs (package-inputs base)
(delete "qtsvg-5"))))))

Loading…
Cancel
Save