gnu: jami-qt: Remove the custom wrap phase.
Commit 06eb21856f made it necessary, since it is now handled by the Qt build system itself. * gnu/packages/jami.scm (jami-qt)[phases]{wrap}: Remove phase.
This commit is contained in:
parent
fed28a9632
commit
59134f1e02
@ -585,25 +585,13 @@ decentralized calling using P2P-DHT.")
|
|||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test suite
|
`(#:tests? #f ;no test suite
|
||||||
#:phases
|
;; TODO: Uncomment after switching back to the tarball source.
|
||||||
(modify-phases %standard-phases
|
;; #:phases
|
||||||
;; TODO: Uncomment after switching back to the tarball source.
|
;; (modify-phases %standard-phases
|
||||||
;; (add-after 'unpack 'change-directory
|
;; (add-after 'unpack 'change-directory
|
||||||
;; (lambda _
|
;; (lambda _
|
||||||
;; (chdir "client-qt")))
|
;; (chdir "client-qt"))))
|
||||||
(add-after 'install 'wrap
|
))
|
||||||
;; The program fails to find the QtWebEngineProcess program, so we
|
|
||||||
;; set QTWEBENGINEPROCESS_PATH to help it.
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin"))
|
|
||||||
(qtwebengineprocess (string-append
|
|
||||||
(assoc-ref inputs "qtwebengine")
|
|
||||||
"/lib/qt5/libexec/QtWebEngineProcess")))
|
|
||||||
(for-each (lambda (program)
|
|
||||||
(wrap-program program
|
|
||||||
`("QTWEBENGINEPROCESS_PATH" =
|
|
||||||
(,qtwebengineprocess))))
|
|
||||||
(find-files bin ".*"))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)
|
("qttools" ,qttools)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user