aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-27gnu: Add cl-lunamech-matrix-api.jgart
* gnu/packages/lisp-xyz.scm (cl-lunamech-matrix-api, ecl-lunamech-matrix-api, sbcl-lunamech-matrix-api): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27gnu: Add cl-reader.jgart
* gnu/packages/lisp-xyz.scm (cl-reader, ecl-reader, sbcl-reader): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27gnu: Add cl-hash-set.jgart
* gnu/packages/lisp-xyz.scm (cl-hash-set, ecl-hash-set, sbcl-hash-set): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27gnu: Add cl-lisp-pay.jgart
* gnu/packages/lisp-xyz.scm (cl-lisp-pay, ecl-lisp-pay, sbcl-lisp-pay): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27gnu: Add cl-tls.jgart
* gnu/packages/lisp-xyz.scm (cl-tls, ecl-cl-tls, sbcl-cl-tls): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-26gnu: font-sil-charis: Update to 6.2.0.Stefan Baums
* gnu/packages/fonts.scm (font-sil-charis): Update to 6.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26gnu: font-sil-andika: Update to 6.2.0.Stefan Baums
* gnu/packages/fonts.scm (font-sil-andika): Update to 6.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26gnu: font-sil-gentium: Update to 6.2.0.Stefan Baums
* gnu/packages/fonts.scm (font-sil-gentium): Update to 6.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26gnu: haproxy: Move to (gnu packages high-availability).Sharlatan Hellseher
Copyright records were synchronized based on commit history. * gnu/packages/networking.scm (haproxy): Move this variable from here... * gnu/packages/high-availability.scm (haproxy): ...to here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26gnu: haproxy: Update to 2.7.5.Sharlatan Hellseher
* gnu/packages/networking.scm (haproxy): Update to 2.7.4. [arguments]: Use Gexp. <make-flags>: Add extra build options 'USE_PCRE2_JIT' enables JIT for faster regex on libpcre2, 'USE_PROMEX' enables the Prometheus exporter. Set CC to use cc-for-target, point 'LUA_INC' and 'LUA_LIB' to corresponded '/include' and '/lib' outputs of Lua. Replace 'USE_PCRE_2' by correct option 'USE_PCRE2'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26tests: Fix guix-home.sh when guix isn't installedTing-Wei Lan
* tests/guix-home.sh: Reorder NIX_STORE_DIR variable definition to prevent guix from crashing due to missing /gnu/store. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26gnu: chez-scheme-for-racket-bootstrap-bootfiles: change for aarch64.Tim Johann
* gnu/packages/chez.scm (chez-scheme-for-racket-bootstrap-bootfiles): Temporary change for build on aarch64, making racket available on aarch64. Architecture autodetect in rktboot only addresses x86 archs, so far. This work-around sets the architecture, looked up in translation table, explicitly. The long term solution should be to fix rktboot to include other natively supported architectures in the autodetect mechanism. cf. https://github.com/racket/racket/issues/3948 [arguments] use --machine even when architecture is supported by Racket's fork of ChezScheme. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26services: herd: Remove workaround for Shepherd < 0.5.0.Ludovic Courtès
* gnu/services/herd.scm (load-services/safe): Remove workaround for Shepherd < 0.5.0, released in 2018.
2023-03-26doc: Properly document 'replace' clause of 'modify-inputs'.Ludovic Courtès
* doc/guix.texi (Defining Package Variants): Add 'replace' to the reference of 'modify-inputs' clauses.
2023-03-26gnu: xdg-utils: Use a pinned version of w3m.Leo Famulari
* gnu/packages/freedesktop.scm (xdg-utils)[native-inputs]: Replace w3m with w3m-for-tests.
2023-03-26gnu: Add a pinned-version variant of w3m.Leo Famulari
* gnu/packages/w3m.scm (w3m-for-tests): New variable.
2023-03-26home: services: Export home-xmodmap-service-type and configuration.Jan (janneke) Nieuwenhuizen
This is a follow-up to commit 511ae8325db0dfc7803d7b98d7e4d8f76774e8c5 home: services: Add home-xmodmap-service-type. * gnu/home/services/desktop.scm (home-xmodmap-service-type, home-xmodmap-configuration): Export.
2023-03-26linux-container: Remove hosts-service-type when network is shared.Pierre Langlois
Fixes <https://issues.guix.gnu.org/61627>. * gnu/system/linux-container.scm (container-essential-services): When shared-network? is true, remove the hosts-service-type service kind.
2023-03-26Revert "gnu: nautilus: Update to 43.2."Liliana Marie Prikler
This reverts commit d58a804837760758b4389210711d170d65be2a53, as nautilus 43.2 depends on gnome-desktop 43.2.
2023-03-26Revert "gnu: gnome-desktop: Update to 43.2."Liliana Marie Prikler
This reverts commit dde25af03e3d0ba5d94bdd814d03eee1e4907709, which broke the build of gnome-control-center.
2023-03-26gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].Jack Hill
* gnu/packages/messaging.scm (dino): Update to 0.4.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-03-26gnu: Add physlock.Sergey Trofimov
* gnu/packages/xdisorg.scm (physlock): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-03-26gnu: nautilus: Update to 43.2.Liliana Marie Prikler
* gnu/packages/gnome.scm (nautilus): Update to 43.2. [arguments]: Adjust ‘skip-gtk-update-icon-cache’ phase accordingly. [inputs]: Replace glib with glib-next, gtk+ with gtk and libhandy with libadwaita. * gnu/packages/patches/nautilus-extension-search-path.patch: Adjust accordingly.
2023-03-26gnu: gnome-desktop: Update to 43.2.Liliana Marie Prikler
* gnu/packages/gnome.scm (gnome-desktop): Update to 43.2.
2023-03-26etc: Add gnome team.Liliana Marie Prikler
* etc/teams.scm.in (gnome): New team. ("Liliana Marie Prikler", "Raghav Gururajan"): Add to gnome.
2023-03-25gnu: Add python-hatchling.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-hatchling): New variable.
2023-03-25gnu: Add r-ctrdata.Ricardo Wurmus
* gnu/packages/cran.scm (r-ctrdata): New variable.
2023-03-25gnu: Add r-nodbi.Ricardo Wurmus
* gnu/packages/cran.scm (r-nodbi): New variable.
2023-03-25gnu: Add r-jsonify.Ricardo Wurmus
* gnu/packages/cran.scm (r-jsonify): New variable.
2023-03-25gnu: Add r-ctrialsgov.Ricardo Wurmus
* gnu/packages/cran.scm (r-ctrialsgov): New variable.
2023-03-25services: xorg-wrapper: Support xorg server input rewriting.r0man
This patch adds support for proper xorg server input rewriting. It uses the lookup-package-direct-input procedure to configure the X server paths dynamically, instead of always using the hard coded package. Something like this is now possible: (define other-mesa (package-input-rewriting/spec `(("mesa" . ,(const other-mesa))))) (xorg-configuration (xorg-configuration (server (other-mesa xorg-server)))) Without this patch the X server would still be configured with mesa (causing version issues), and not with other-mesa (as per the input rewrite). * gnu/services/xorg.scm (xorg-configuration-server-package-path) (xorg-configuration-dri-driver-path, xorg-configuration-xkb-bin-dir) (xorg-configuration-xkb-dir): New procedures. (xorg-wrapper): Use them for dri and xkb paths. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-24gnu: emacs-cider: Update to 1.7.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.7.0.
2023-03-24gnu: emacs-citar: Update to 1.3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.1.
2023-03-24gnu: emacs-citar-org-roam: Update to 0.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.0. [propagated-inputs]: Reorder alphabetically.
2023-03-24gnu: emacs-evil-collection: Run tests.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-collection)[arguments]: Run tests. [native-inputs]: Add EMACS-MAGIT. [propagated-inputs]: Reorder-alphabetically.
2023-03-24gnu: emacs-evil-collection: Update to 0.0.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.9.
2023-03-24gnu: emacs-geiser-chez: Update to 0.18.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.18.
2023-03-24gnu: emacs-sqlite3-api: Update to 0.17.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api): Update to 0.17.
2023-03-24gnu: Syncthing: Update to 1.23.2.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
2023-03-24gnu: python-scikit-allel: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-allel): Move up to create alphabetic order. [build-system]: Use pyproject-build-system. [arguments]: Provide test flags instead of overriding 'check phase; split out build step into new 'build-ext phase. Disable roh_mhmm tests.
2023-03-24gnu: Add python-scikit-optimize.Ricardo Wurmus
* gnu/packages/python-science.scm (python-scikit-optimize): New variable.
2023-03-24.guix-authorizations: Remove Paul Garlick due to inactivity.Leo Famulari
* .guix-authorizations: Remove from pgarlick.
2023-03-24.guix-authorizations: Remove Jakub Kądziołka due to inactivity.Leo Famulari
* .guix-authorizations: Remove niedzejkob.
2023-03-24.guix-authorizations: Remove Chris Marusich due to inactivity.Leo Famulari
* .guix-authorizations: Remove marusich.
2023-03-24.guix-authorizations: Remove Brice Waegeneire due to inactivity.Leo Famulari
* .guix-authorizations: Remove bricewge.
2023-03-24.guix-authorizations: Remove Alex Kost due to inactivity.Leo Famulari
* .guix-authorizations: Remove alezost.
2023-03-24services: mpd: Set PulseAudio-related variables.Bruno Victal
These variables are necessary for PulseAudio to work properly out-of-the-box for 'non-interactive' users. * doc/guix.texi (Audio Services): Update environment-variables field description for mpd-configuration data type. * gnu/services/audio.scm (mpd-configuration)[environment-variables]: Set PULSE_CLIENTCONFIG and PULSE_CONFIG environment variables to the system-wide PulseAudio configuration. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-24services: audio: Remove redundant list-of-string? predicate.Bruno Victal
Use list-of-strings? predicate defined in (gnu services configuration). * gnu/services/audio.scm (list-of-string?): Remove predicate. (mpd-serialize-list-of-string): Rename procedure to ... (mpd-serialize-list-of-strings): ... this. (mpd-configuration)[environment-variables]: Switch to list-of-strings. [endpoints]: Switch to maybe-list-of-strings. (mympd-ip-acl)[allow, deny]: Switch to list-of-strings. (mympd-serialize-configuration): Rename serialize-list-of-string to serialize-list-of-strings. * doc/guix.texi (Audio Services): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-24services: mympd: Require 'syslog service when configured to log to syslog.Bruno Victal
* gnu/services/audio.scm (mympd-shepherd-service): Depend on 'syslog when configured to log to syslog. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-24gnu: b2sum: Limit to x86_64-linux.Greg Hogan
* gnu/packages/crypto.scm (b2sum)[supported-systems]: New field. Signed-off-by: Christopher Baines <mail@cbaines.net>