aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-23doc: Explain how to use local guix repositories.André Batista
* doc/guix.texi (Using a Custom Guix Channel): Add note and example on how to exempt a local guix repository from git ownership checks. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-23gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR.Vivien Kraus
* gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification GNULIB_SRCDIR]: Set separator to #f. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23gnu: Add aspell-dict-bg.Yovan Naumovski
* gnu/packages/aspell.scm (aspell-dict-bg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23gnu: lightning: Update to 2.2.1Andy Tai
* gnu/packages/assembly.scm (lightning): Update to 2.2.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23doc: Further clarify documentation of 'host' and 'hosts-service-type'.Ludovic Courtès
* doc/guix.texi (Base Services): Use docstring of 'host' to document it and remove @deftp. Introduce example. Fix typos in file name.
2023-02-23services: hosts: Do not export '%host'.Ludovic Courtès
This was not meant to be exported. * gnu/services/base.scm (%host): Do not export. * doc/guix.texi (Base Services): Remove mention.
2023-02-23doc: hosts-service-type: Improve documentation.Bruno Victal
* doc/guix.texi (Base Services): Improve hosts-service-type documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23system: Do not export local-host-entries.Bruno Victal
Unlike the deprecated 'local-host-aliases', there's no use for local-host-entries since it's used to set the default value for hosts-service-type. Given that this service-type is expected to be extended, one presumes that when they explicitly override the service default value they do not have much interest in the 'local-host-entries' procedure. * gnu/system.scm: Do not export local-host-entries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23doc: hosts-service-type: Relocate to Base Services.Bruno Victal
hosts-service-type is under (gnu services base) * doc/guix.texi: Merge duplicated copyright lines. (Service Reference): Move hosts-service-type to ... (Base Services): ... here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23gnu: openmpi: Use gexps.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[arguments]: Use gexps.
2023-02-23gnu: psm2: Use gexps.Ludovic Courtès
* gnu/packages/linux.scm (psm2)[arguments]: Use gexps.
2023-02-23gnu: ibutils: Fix compilation.Ludovic Courtès
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS to #:configure-flags.
2023-02-23gnu: ibutils: Use gexps.Ludovic Courtès
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
2023-02-23gnu: infiniband-diags: Use gexps.Ludovic Courtès
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Use gexps. Replace reference to '%outputs' with references to #:outputs.
2023-02-23gnu: ucx: Use gexps.Ludovic Courtès
* gnu/packages/fabric-management.scm (ucx): Use gexps.
2023-02-23gnu: ucx: Mark POWER9 as supported.Ludovic Courtès
* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add "powerpc64le-linux".
2023-02-23Revert "gnu: texlive-latex-fancyvrb: Add needed propagated-inputs."Nicolas Goaziou
This reverts commit 7a01586afe9b65acc0a298b699a66fb187dd7b4f, which causes too many rebuilds.
2023-02-23gnu: Add staticsite.Vagrant Cascadian
* gnu/packages/python-xyz.scm (staticsite): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add x11-ssh-askpass.Simon Streit
* gnu/packages/ssh.scm (x11-ssh-askpass): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: mpdris2: Remove input labels and add inputs.Simon Streit
* gnu/packages/mpd.scm (mpdris2)[arguments]: Use G-expressions. Remove trailing #T from phase. [inputs]: Remove labels. Add BASH-MINIMAL and PYTHON-MUTAGEN. [native-inputs]: Remove labels. [description]: Use complete sentence.
2023-02-23gnu: Add emacs-ob-go.conses
* gnu/packages/emacs-xyz.scm (emacs-ob-go): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add emacs-org-recur.conses
* gnu/packages/emacs-xyz.scm (emacs-org-recur): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add emacs-calc-currency.conses
* gnu/packages/emacs-xyz.scm (emacs-calc-currency): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add emacs-jsdoc.Demis Balbach
* gnu/packages/emacs-xyz.scm (emacs-jsdoc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add texlive-minted.Morgan Smith
* gnu/packages/tex.scm (texlive-minted): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add texlive-fvextra.Morgan Smith
* gnu/packages/tex.scm (texlive-fvextra): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.Morgan Smith
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add TEXLIVE-LATEX-UPQUOTE. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: texlive-mdframed: Add needed propagated-inputs.Morgan Smith
* gnu/packages/tex.scm (texlive-mdframed)[propagated-inputs]: Add texlive-latex-needspace, and texlive-zref. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: texlive-latex-ifplatform: Add needed propagated-inputs.Morgan Smith
* gnu/packages/tex.scm (texlive-latex-ifplatform)[propagated-inputs]: Add texlive-catchfile. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: Add texlive-catchfile.Morgan Smith
* gnu/packages/tex.scm (texlive-catchfile): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23gnu: emacs-modus-themes: Update to 4.1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.1.0.
2023-02-23gnu: emacs-xref: Update to 1.6.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.2.
2023-02-23gnu: emacs-posframe: Update to 1.4.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.0.
2023-02-23pack: Add UTF-8 locales to RPM pack builder.Maxim Cournoyer
It's necessary as 'generate-header' call ends up calling 'find-files', which could fail to read file names containing non-ascii characters, as spotted in the wild: building /gnu/store/...-jami-rpm-pack.rpm.drv... find-files: ./gnu/store/...-nss-certs-3.81/etc/ssl/certs/NetLock_Arany_=Class_Gold=_F??tan??s??tv??ny.pem: No such file or directory * guix/scripts/pack.scm (rpm-archive): Expand set-utf8-locale helper in the builder gexp.
2023-02-22gnu: linux-libre 4.14: Update to 4.14.306.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.306. (linux-libre-4.14-pristine-source): Update hash.
2023-02-22gnu: linux-libre 4.19: Update to 4.19.273.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.273. (linux-libre-4.19-pristine-source): Update hash.
2023-02-22gnu: linux-libre 5.4: Update to 5.4.232.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.232. (linux-libre-5.4-pristine-source): Update hash.
2023-02-22gnu: linux-libre 5.10: Update to 5.10.169.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.169. (linux-libre-5.10-pristine-source): Update hash.
2023-02-22gnu: linux-libre 5.15: Update to 5.15.95.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.95. (linux-libre-5.15-pristine-source): Update hash.
2023-02-22gnu: linux-libre 6.1: Update to 6.1.13.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.13. (linux-libre-6.1-pristine-source): Update hash.
2023-02-22gnu: josm: Update to 18646.Julien Lepiller
* gnu/packages/geo.scm (josm): Update to 18646.
2023-02-22gnu: kicad: Fix native-search-paths.Peter Polidoro
* gnu/packages/engineering.scm (kicad)[native-search-paths]: Update environment variables' names for kicad-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22gnu: gnunet-gtk: Use new style inputs and gexps.Adam Faiz
* gnu/packages/gnunet.scm (gnunet-gtk)[arguments]: Use new style and gexps. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22gnu: gnunet-gtk: Update to 0.19.0.Adam Faiz
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.19.0. [inputs]: Add libsodium. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22gnu: gnunet: Update to 0.19.3.Adam Faiz
* gnu/packages/gnunet.scm (gnunet): Update to 0.19.3. [source]: Add snippet. [inputs]: Replace gnurl by curl. [native-inputs]: Add python-sphinx and python-sphinx-rtd-theme. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22gnu: cl-jzon: Update to 1.0.0.jgart
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.0.0. [source]: Use version release instead of commit. [inputs]: Add sbcl-float-features and sbcl-trivial-gray-streams. [description]: Fix typo. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22pack: Register extra /usr/share sub-directories as FHS.Maxim Cournoyer
* guix/rpm.scm (%fhs-directories): Add extra FHS directories. They were found to conflict while testing a 'guix pack' built Jami RPM.
2023-02-22qtwebengine-5: Enable pulseaudio.宋文武
Previously it will dlopen libpulse, then fallback to alsa. See also <https://issues.guix.gnu.org/45280>. * gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio with gn_args.
2023-02-21gnu: opendht: Update to 2.4.12.Maxim Cournoyer
* gnu/packages/networking.scm (opendht): Update to 2.4.12.
2023-02-21gnu: Add guile-proba.Luis Felipe
* gnu/packages/check.scm (guile-proba): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>