aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-15git: 'update-cached-checkout' recognizes truncated commit IDs.Ludovic Courtès
Fixes a regression introduced in 602527ab9778165ca9a8f9cb62036038b5354688 that broke 'tests/guix-build-branch.sh'. * guix/git.scm (resolve-reference): Revert change from 602527ab9778165ca9a8f9cb62036038b5354688.
2022-10-14gnu: emacs-eval-in-repl-erlang: Fix unbound variable.Brian Kubisiak
Commit 0b120ad5f88d32e0c716b1442fe1ea3c562b5586 introduced a circular dependency where (gnu packages erlang) would transitively load (gnu packages emacs-xyz) before the emacs-erlang package was defined. * gnu/packages/emacs-xyz.scm (emacs-eval-in-repl-erlang)[#:inputs]: Wrap in delay. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-14gnu: emacs-ido-completing-read+: Disable native compilation.Liliana Marie Prikler
This fixes an issue, wherein inadvertent native compilation leads to system crashes. See <https://bugs.gnu.org/57878> for a discussion. * gnu/packages/emacs-xyz.scm (emacs-ido-completing-read+)[arguments]: Add a phase to disable native compilation.
2022-10-14guix: emacs-utils: Support disabling native-compilation.Liliana Marie Prikler
* guix/build/emacs-utils.scm (emacs-batch-disable-compilation): Add ‘native?’ argument and honour it.
2022-10-09gnu: linux-libre: Enable accessibility features.Hunter Jozwiak
* gnu/packages/linux.scm (%default-extra-linux-options): Enable speakup and Braille console options by default. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-14gnu: links: Update to 2.28.Efraim Flashner
* gnu/packages/web-browsers.scm (links): Update to 2.28.
2022-10-14news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of '--emulate-fhs' entry.
2022-10-14gnu: emacs-libmpdel: Run tests.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[arguments]: Run tests. [native-inputs]: Add EMACS-ERT-RUNNER.
2022-10-14gnu: emacs-mpdel: Update to 2.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-mpdel): Update to 2.0.0. [source]<origin>: Update upstream repository. [inputs]: Remove EMACS-LIBMPDEL. [propagated-inputs]: Add EMACS-LIBMPDEL, EMACS-NAVIGEL. [home-page]: Update URL.
2022-10-14gnu: Add emacs-navigel.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-navigel): New variable.
2022-10-14gnu: emacs-libmpdel: Update to 1.3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.1. [source]<origin>: Change upstream repository. [home-page]: Update URL.
2022-10-14home: home-dbus-service-type: Fix make-forkexec-constructor call.(
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Use a quote instead of a gexp. Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-10-14gnu: gnucobol: Use G-expressions.Efraim Flashner
* gnu/packages/cobol.scm (gnucobol)[arguments]: Rewrite using G-expressions.
2022-10-14gnu: gnucobol: Update description.Efraim Flashner
* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's description.
2022-10-13gnu: ungoogled-chromium: Update to 106.0.5249.119-1.Marius Bakke
* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.119. (%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-10-13gnu: emacs-forge: Update to 0.3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.2.
2022-10-13gnu: emacs-evil-escape: Update to 3.16.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-escape): Update to 3.16. [source]<origin>: Change upstream repository. [home-page]: Apply repository update.
2022-10-13gnu: emacs-emacsql: Update to 3.1.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.1.
2022-10-13gnu: emacs-emacsql: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emacsql)[arguments]: Use G-expressions. <#:phases>: Use EMACS-SUBSTITUTE-VARIABLES instead of EMACS-SUBSTITUTE-SEXPS.
2022-10-13build: emacs-utils: Fix `emacs-substitute-variables'.Nicolas Goaziou
* guix/build/emacs-utils.scm (emacs-substitute-variables): Fix the regexp matching variable name. With end-of-word regexp ("\>"), the previous regexp may match the prefix of a variable only, effectively deleting the rest of its name. For example, (emacs-substitute-variables "file.el" ("foo" ...)) could match (defvar foo-bar ...) and replace it with (defvar foo ...).
2022-10-13gnu: linux-libre 5.15: Update to 5.15.73.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.73. (linux-libre-5.15-pristine-source): Update hash.
2022-10-13gnu: linux-libre 5.19: Update to 5.19.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.15. (linux-libre-5.19-pristine-source): Update hash.
2022-10-13doc: Add chapter on containers to Cookbook.Ricardo Wurmus
* doc/guix-cookbook.texi (Containers): New chapter.
2022-10-13system: Use a valid license as the dummy license.Ricardo Wurmus
* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
2022-10-13ci: Honor the system passed to image->job.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/53480>. * gnu/ci.scm (image->job): Pass the system argument to the underlying lower-object call.
2022-10-13shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.Ludovic Courtès
Previously, using 'guix shell -CF coreutils' twice (such that the profile is cache) would result in: guix shell: error: '--profile' cannot be used with package options This patch fixes it by moving argument handling to (guix scripts shell), before 'options-with-caching' is called. * guix/scripts/environment.scm (show-environment-options-help) (%options): Remove '--emulate-fhs'. (guix-environment*): Pass OPTS as-is to 'options/resolve-packages'. * guix/scripts/shell.scm (show-help, %options): Add '--emulate-fhs'. Add the (expression . ...) component to RESULT right from the argument handler. * tests/guix-environment-container.sh: Change '--emulate-fhs' tests to use 'guix shell' instead of 'guix environment'.
2022-10-13gnu: entr: Update to 5.2.jgart
* gnu/packages/entr.scm (entr): Update to 5.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: micropython: Update to 1.19.jgart
* gnu/packages/python.scm (micropython): Update to 1.19. v2 adds my copyright declaration. thnx! Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: cantata: Update to 2.5.0.Simon Streit
* gnu/packages/mpd.scm (cantata): Update to 2.5.0. [inputs]: Add "avahi" and "musicbrainz". Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: nheko: Update to 0.10.2.Michael Rohleder
* gnu/packages/messaging.scm (nheko): Update to 0.10.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: Add go-github-com-savsgio-gotils.Adam Kandur
* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: libfido2: Install udev rules.Nicolas Graves
* gnu/packages/security-token.scm (libfido2)[arguments]: Add a configure flag specifying the installation directory of the udev rule. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13services: nginx: Add reload action.EuAndreh
In a new "reload" shepherd-action, send a SIGHUP to the NGINX master process, so that it can re-read the configuration file and start new worker processes. * gnu/services/web.scm (nginx-shepherd-service): Add the "reload" shepherd-action. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: emacs-emacsql: Update to 3.1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.0.
2022-10-13gnu: emacs-lcr: Update to 1.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.5.
2022-10-13gnu: mgba: Update to 0.10.0.Nicolas Goaziou
* gnu/packages/emulators.scm (mgba): Update to 0.10.0.
2022-10-13gnu: emacs-taxy-magit-section: Update to 0.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.
2022-10-13gnu: emacs-project: Update to 0.8.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.2.
2022-10-13gnu: epiphany: Use 'librsvg-for-system'.Denis 'GNUtoo' Carikli
This adds support for non x86_64 architectures. * gnu/packages/gnome.scm (epiphany)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: Add ghc-open-browser.jgart
* gnu/packages/haskell-xyz.scm (ghc-open-browser): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: Add hiredis.Thomas Albers
* gnu/packages/databases.scm (hiredis): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13gnu: guix-build-coordinator: Update to 0-63.b15be71.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-63.b15be71.
2022-10-13gnu: linux: Add powerpc64le-linux as a supported system.Christopher Baines
To the generic kernel packages. I noticed this was lacking because of a test failure when building the guix package for powerpc64le-linux, but it should be a generally useful change. * gnu/packages/linux.scm (linux-libre-5.19, linux-libre-5.15, linux-libre-5.10, linux-libre-5.4, linux-libre-4.19, linux-libre-4.14, linux-libre-4.9): Include powerpc64le-linux as a supported system.
2022-10-13NEWS: Update it.Mathieu Othacehe
* NEWS: Add an entry about 'guix shell' --emulate-fhs option.
2022-10-13installer: partition: Add a confirmation page before formatting.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/57232>. * gnu/installer/newt/partition.scm (run-label-confirmation-page): New procedure. (run-label-page): Call the above procedure before proceeding. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-10-13news: Add entry for 'guix shell --emulate-fhs'.Ludovic Courtès
* etc/news.scm: Add entry.
2022-10-13environment: Add '--emulate-fhs'.John Kehayias
* guix/scripts/environment.scm (show-environment-options-help, %options): Add '--emulate-fhs'. (setup-fhs): New procedure. Setup for the Filesystem Hierarchy Standard (FHS) container. Defines and uses FHS-SYMLINKS and LINK-CONTENTS to create FHS expected directories and creates /etc/ld.so.conf. (launch-environment): Add 'emulate-fhs?' key and implement it to set $PATH and generate /etc/ld.so.cache before calling COMMAND. (launch-environment/container): Add 'emulate-fhs?' and 'setup-hook' keys and implement them. Define and use FHS-MAPPINGS, to set up additional bind mounts in the container to follow FHS expectations. (guix-environment*): Add glibc-for-fhs to the container packages when 'emulate-fhs?' key is in OPTS. * doc/guix.texi (Invoking guix shell): Document '--emulate-fhs'. (Invoking guix environment): Document '--emulate-fhs'. * tests/guix-environment-container.sh: Add tests for '--emulate-fhs'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-10-13gnu: Add glibc-for-fhs.John Kehayias
* gnu/packages/base.scm (glibc-for-fhs): New variable. Hidden package for use in forthcoming --emulate-fhs option for guix containers. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-10-13gnu: Add ydotool.Nicolas Graves via Guix-patches via
* gnu/packages/xdisorg.scm (ydotool): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-10-13gnu: home: Add home-dbus-service-type.( via Guix-patches via
* gnu/home/services/desktop.scm (home-dbus-service-type): New variable. (home-dbus-configuration): New record type. * doc/guix.texi: Document them. Signed-off-by: Andrew Tropin <andrew@trop.in>