From 422e187fb48d8c5f9c3f61457cdfaf47f473b1ee Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 26 Jul 2019 10:09:44 +0200 Subject: gnu: jami-client-gnome: Rename to 'jami'. * gnu/packages/telephony.scm (jami-client-gnome): Rename to... (jami): ... this. Update 'name' field accordingly. (jami-client-gnome): New variable. --- gnu/packages/telephony.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index b5c14143a8..cf37756503 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -847,10 +847,10 @@ This package provides a library common to all Jami clients.") (home-page "https://jami.net") (license license:gpl3+))) -(define-public jami-client-gnome +(define-public jami (package (inherit libring) - (name "jami-client-gnome") + (name "jami") (build-system cmake-build-system) (inputs `(("libringclient" ,libringclient) @@ -906,3 +906,6 @@ IAX protocols, as well as decentralized calling using P2P-DHT. This package provides the Jami client for the GNOME desktop.") (home-page "https://jami.net") (license license:gpl3+))) + +(define-public jami-client-gnome + (deprecated-package "jami-client-gnome" jami)) -- cgit v1.2.3 a>treecommitdiff
path: root/build-aux
AgeCommit message (Expand)Author
2017-12-13hydra: Pre-load the compiler....Ludovic Courtès
2017-12-13hydra: Invalidate derivation caches after each architecture evaluation....Ludovic Courtès
2017-12-13pull: Add (guix profiling) to the build environment....Ludovic Courtès
2017-12-07pull: Build with an ABI-compatible Guile....Ludovic Courtès
2017-11-28build: Explicitly flush the "LOAD" and "GUILEC" lines....Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès
2017-11-21hydra: Add jobs for the modular Guix....Ludovic Courtès
2017-11-21hydra: 'evaluate' passes an alist to the entry point....Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès
2017-11-07hydra: Add jobs for all of '%final-inputs'....Ludovic Courtès
2017-11-07hydra: Build hidden packages....Ludovic Courtès
2017-11-07hydra: Factorize package list creation....Ludovic Courtès
2017-10-23pull: Add (guix build compile) to the mix....Ludovic Courtès
2017-10-22build: Honor make's '-j' flag....Ludovic Courtès
2017-10-22build: Factorize module compilation in (guix build compile)....Ludovic Courtès
2017-10-10build: Set 'NIX_BUILD_HOOK' only if offloading is configured....Eric Bavier
2017-09-28cuirass: Add 'cuirass-jobs.scm' target to compute the Cuirass jobs....Jan Nieuwenhuizen
2017-09-27cuirass: Support subset with list of package[@version]....Jan Nieuwenhuizen
2017-09-27cuirass: Add gnu-system build spec....Jan Nieuwenhuizen
2017-09-08build: Use -Wmacro-use-before-definition....Ludovic Courtès
2017-08-02pull: Fetch source code from Git....Ludovic Courtès
2017-07-25hydra: Add 'guix.SYSTEM' jobs....Ludovic Courtès
2017-07-25hydra: Simplify 'tarball' job....Ludovic Courtès
2017-07-03build: Add iso9660 system image generator....Danny Milosavljevic
2017-06-15hydra: Don't build non-substitutable packages....Ludovic Courtès
2017-06-09pull: Add a dependency to guile-git....Mathieu Othacehe