mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-21 16:05:26 +02:00

This patch moves already existing packaging scripts from jami-project into client-qt. Introduced changes are: + WITH_SUBMODULE must search in system lib too because for packaging client-qt (for rpm) will be built separately, and will depend on jami-daemon. + Fix appdata.xml (replace old wiki with docs.jami.net) + path changes (because we build in client-qt not jami-project). GitLab: #853 Change-Id: I1313830d85c8094fcbcc52e22033a2add7b1e89f
5 lines
178 B
Scheme
5 lines
178 B
Scheme
;;; Tested with this revision of GNU Guix.
|
|
(list (channel
|
|
(inherit %default-guix-channel)
|
|
(commit
|
|
"f5cc7d03a778f20e2ad487e2c17cc8853bc871f0"))) ;2022-08-01
|