aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-05-24gnu: guile-ini: Update to 0.5.3.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24gnu: guile-smc: Fix cross-building.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc)[native-inputs]: Add guile-3.0 and guile-lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24gnu: guile-smc: Update to 0.6.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24gnu: fakeroot: Update to 1.31.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (fakeroot): Update to 1.31. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24gnu: guix: Depend on 'graphviz-minimal'.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: Add 'set-font-path' phase. [native-inputs]: Change GRAPHVIZ to GRAPHVIZ-MINIMAL. Add FONT-GHOSTSCRIPT. (guix-daemon)[native-inputs]: Remove "font-ghostscript". [arguments]: Delete 'set-font-path' phase.
2023-05-24gnu: graphviz: Add "minimal" variant.Ludovic Courtès
* gnu/packages/graphviz.scm (graphviz-minimal): New variable.
2023-05-24services: guix: Depend on 'avahi-daemon' when 'discover?' is set.Ludovic Courtès
Previously, with shepherd 0.10.0, guix-daemon would start quickly, possibly before avahi-daemon is running. Consequently, its "guix discover" child process would exit immediately with a warning saying "Avahi daemon is not running". * gnu/services/base.scm (guix-shepherd-service): When DISCOVER? is true, add 'avahi-daemon' to 'requirement'.
2023-05-24gnu: python-mpi4py: Update to 3.1.4.Ludovic Courtès
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.1.4.
2023-05-24gnu: ddd: Update to 3.4.0Andy Tai
* gnu/packages/debug.scm (ddd): Update to 3.4.0 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24gnu: lolcat: Update to 1.4.kiasoc5
* gnu/packages/toys.scm (lolcat): Update to 1.4. [version]: Switch to release tag. [arguments]: Use G-expressions. Remove trailing #t. <#:phases>: Replace assoc-ref with #$output. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24home: services: ssh: Do not empty ~/.ssh/authorized_keys by default.Janneke Nieuwenhuizen
The default was an empty list which would remove any ~/.ssh/authorized_keys file and replace it with a symlink to an empty file. On some systems, notably Ubuntu 22.10, the guix home generated ~/.ssh/authorized_keys file does not allow login. * doc/guix.texi (Secure Shell): Update, describe default #false value. * gnu/home/services/ssh.scm (<home-openssh-configuration>) [authorized-keys]: Change default to #f. (openssh-configuration-files): Cater for default #f value: Do not register "authorized_keys".
2023-05-24gnu: Update sbcl-njson to 1.1.0.Artyom Bologov
* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.1.0. [inputs]: Add sbcl-jzon. [arguments]: Add njson/jzon to 'asd-systems'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24gnu: Update sbcl-nactivitypub to 0.0.5.Artyom Bologov
* gnu/packages/lisp-xyz.scm (sbcl-nactivitypub): Update to 0.0.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24gnu: nyxt: Update to 3.0.0.Andre A. Gomes
* gnu/packages/web-browsers.scm (nyxt): Update to 3.0.0. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24gnu: sbcl-nasdf: Update to 0.1.5.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24gnu: sbcl-nfiles: Update to 1.1.3.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.3.
2023-05-24gnu: sbcl-serapeum: Update to 20230524.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20230524.
2023-05-24gnu: xonsh: Update to 0.14.0.Edison Ibáñez
* gnu/packages/shells.scm (xonsh): Update to 0.14.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24gnu: prosody: Update to 0.12.3.André Batista
* gnu/packages/messaging.scm (prosody): Update to 0.12.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24gnu: libfprint: Fix building with newer meson.Alex Devaure
* gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust configure-flags to explicitly link to nss. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24gnu: icewm: Update to 3.3.4.Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.3.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24gnu: htmlcxx: add --std=c++11 to configure flags.Arne Babenhauserheide
* gnu/packages/web.scm (htmlcxx): add CXXFLAGS to configure-flag. C++17 removed dynamic exception specifications. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24gnu: xygrib: Build with newer proj.Efraim Flashner
* gnu/packages/geo.scm (xygrib)[source]: Add upstream patch to build with newer version of proj. [inputs]: Replace proj-7 with proj. * gnu/packages/patches/xygrib-newer-proj.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-05-24gnu: xygrib: Fix building with newer openjpeg.Efraim Flashner
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to also search for newer openjpeg versions.
2023-05-24gnu: font-gnu-unifont: Remove more pre-generated files.Efraim Flashner
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Adjust the snippet to remove more pre-generated files.
2023-05-23services: cups: Add cups PAM service.muradm
Fixes <https://issues.guix.gnu.org/63198>. Have the CUPS service extend pam-root-service-type providing minimal configuration to authenticate users. Since PAM authentication is provided, the regular cups package can be used as default instead of the minimal, PAM-lacking variant. * gnu/services/cups.scm (cups-configuration) [cups]: Replace cups-minimal with cups. [allow-empty-password?]: PAM service configuration permitting empty passwords. (opaque-cups-configuration): Likewise. (cups-pam-service): New procedure. (cups-service-type): Extend pam-root-service-type with cups-pam-service. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-23gnu: Add python-vulture.Antero Mejr
* gnu/packages/python-check.scm (python-vulture): New variable. Signed-off-by: jgart <jgart@dismail.de>
2023-05-23gnu: ruby-2.7-fixed: Upgrade to 2.7.8 [fixes CVE-2023-{28755, 28756}]Remco van 't Veer
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and CVE-2023-28756 (ReDoS vulnerability in Time). * gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.8. (ruby-2.7)[replacement]: Graft. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-23gnu: cm: Update to 0.4.2.Andreas Enge
* gnu/packages/algebra.scm (cm): Update to 0.4.2.
2023-05-23gnu: Add python-crcmod.Rikard Nordgren
* gnu/packages/python-crypto.scm (python-crcmod): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: jgart <jgart@dismail.de>
2023-05-23gnu: guix-data-service: Update to 0.0.1-41.6885006.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006.
2023-05-23gnu: nar-herder: Update to 0-19.efaf8fa.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-19.efaf8fa.
2023-05-23gnu: guix-build-coordinator: Update to 0-83.c79f455.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-83.c79f455.
2023-05-23gnu: vim-guix-vim: Update to 0.4.0.Efraim Flashner
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0. [source]: Download from new upstream URL. [home-page]: Use new home-page.
2023-05-23gnu: alacritty: Update to 0.12.1.Efraim Flashner
* gnu/packages/terminals.scm (alacritty): Update to 0.12.1.
2023-05-23gnu: python-zope-schema: Update to 7.0.1.jgart
* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
2023-05-23gnu: python-lazr-restfulclient: Add missing inputs.jgart
* gnu/packages/python-web.scm (python-lazr-restfulclient) [propagated-inputs]: Add python-pyparsing and python-six.
2023-05-23gnu: python-zope-exceptions: Update to 4.6.Ivan Vilata-i-Balaguer
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6.
2023-05-22gnu: kanshi: Update to 1.3.1.Jelle Licht
* gnu/packages/wm.scm (kanshi): Update to 1.3.1.
2023-05-22gnu: linux-libre-with-bpf: Describe the package.Leo Famulari
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
2023-05-22gnu: linux-libre: Update to 6.3.3.Leo Famulari
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to linux-libre 6.3.
2023-05-22gnu: tremc: Fix compatibility with Transmission 4.0.Leo Famulari
This version is not released upstream, but it does fix compatibility with Transmission 4.0 and works for me. * gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
2023-05-22gnu: oil: Update to 0.15.0.Felix Gruber
* gnu/packages/shells.scm (oil): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: python-txtorcon: Update to 23.0.0.Juliana Sims
* gnu/packages/python-crypto.scm (python-txtorcon): Update to 23.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: python-txtorcon: Run guix style.Juliana Sims
* gnu/packages/python-crypto.scm (python-txtorcon): Run guix style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: python-txtorcon: Fix failing build.Juliana Sims
Oops, I forgot to add a copyright line - this version fixes that. * gnu/packages/python-crypto.scm (python-txtorcon): Fix failing build. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: homebank: Update to 5.6.3.fanquake
* gnu/packages/finance.scm (homebank): Update to 5.6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: Add opensycl.Andy Tai
* gnu/packages/sycl.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22gnu: lcov: Patch reference to 'find' command.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/63517>. Reported by Luca Cirrottola <luca.cirrottola@inria.fr>. * gnu/packages/code.scm (lcov)[arguments]: Rename 'patch-pwd' phase to 'patch-references-to-commands', and patch reference to 'find'.
2023-05-21gnu: dos2unix: Update to 7.5.0.Timotej Lazar
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.