aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/builtins.hh
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:13 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:56 +0000
commit910c1ee7ce163b8d4c3bc6d15c645be34b46a9c2 (patch)
tree52503292a7700dbf4d1597ecf727dbd63bc5cb48 /nix/libstore/builtins.hh
parenta60366ca06e8cc004fa4524b5f834130f776e8e6 (diff)
downloadguix-910c1ee7ce163b8d4c3bc6d15c645be34b46a9c2.tar.gz
guix-910c1ee7ce163b8d4c3bc6d15c645be34b46a9c2.zip
gnu: borgmatic: Move to pyproject-build-system.
* gnu/packages/backup.scm (borgmatic): [build-system]: Move to pyproject-build-system. [arguments]: Migrate 'check phase replacement to <#:test-flags>. <#:phases>: Add 'set-path phase. Change-Id: I916e87f10c75718c4e840d97eaa78623ed2a4fd3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'nix/libstore/builtins.hh')
0 files changed, 0 insertions, 0 deletions
-05-02gnu: jami: Create a jami-apply-dependency-patches procedure....* gnu/packages/jami.scm (pjproject-jami) [native-inputs]: Rename "savoir-faire-linux-patches" to "sfl-patches". [arguments]: Move Jami patching procedure to ... (jami-apply-dependency-patches): ... this new procedure. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Jan Wielkiewicz 2020-05-02gnu: jami: Fix download....The package name changed from Ring to Jami. Package tarballs start now with "jami_" prefix. The "ring-release" folder is also deprecated, let's use the "release" folder instead. * gnu/packages/jami.scm (jami-source)[origin]: Change the uri from "https://dl.jami.net/ring-release/tarballs/ring_" to "https://dl.jami.net/release/tarballs/jami_". Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Jan Wielkiewicz 2020-05-02gnu: telephony: Move Jami and its dependencies to jami.scm....Jami is a massive package and its developers modify many libraries. Keeping them in a single file makes maintenance easier. * gnu/packages/telephony.scm (%jami-version, jami-source, pjproject-jami, libring, libringclient, jami, jami-client-gnome): Move to ... * gnu/packages/jami.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Jan Wielkiewicz