summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14guix: emacs-utils: Support disabling native-compilation....* guix/build/emacs-utils.scm (emacs-batch-disable-compilation): Add ‘native?’ argument and honour it. Liliana Marie Prikler
2022-10-09gnu: linux-libre: Enable accessibility features....* 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> Hunter Jozwiak
2022-10-14gnu: links: Update to 2.28....* gnu/packages/web-browsers.scm (links): Update to 2.28. Efraim Flashner
2022-10-14news: Add 'de' translation....* etc/news.scm: Add German translation of '--emulate-fhs' entry. Florian Pelz
2022-10-14gnu: emacs-libmpdel: Run tests....* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[arguments]: Run tests. [native-inputs]: Add EMACS-ERT-RUNNER. Nicolas Goaziou
2022-10-14gnu: emacs-mpdel: Update to 2.0.0....* 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. Nicolas Goaziou
2022-10-14gnu: Add emacs-navigel....* gnu/packages/emacs-xyz.scm (emacs-navigel): New variable. Nicolas Goaziou
2022-10-14gnu: emacs-libmpdel: Update to 1.3.1....* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.1. [source]<origin>: Change upstream repository. [home-page]: Update URL. Nicolas Goaziou
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....* gnu/packages/cobol.scm (gnucobol)[arguments]: Rewrite using G-expressions. Efraim Flashner
2022-10-14gnu: gnucobol: Update description....* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's description. Efraim Flashner
2022-10-13gnu: ungoogled-chromium: Update to 106.0.5249.119-1....* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.119. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke
2022-10-13gnu: emacs-forge: Update to 0.3.2....* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.2. Nicolas Goaziou
2022-10-13gnu: emacs-evil-escape: Update to 3.16....* gnu/packages/emacs-xyz.scm (emacs-evil-escape): Update to 3.16. [source]<origin>: Change upstream repository. [home-page]: Apply repository update. Nicolas Goaziou
2022-10-13gnu: emacs-emacsql: Update to 3.1.1....* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.1. Nicolas Goaziou
2022-10-13gnu: emacs-emacsql: Improve package style....* gnu/packages/emacs-xyz.scm (emacs-emacsql)[arguments]: Use G-expressions. <#:phases>: Use EMACS-SUBSTITUTE-VARIABLES instead of EMACS-SUBSTITUTE-SEXPS. Nicolas Goaziou
2022-10-13build: emacs-utils: Fix `emacs-substitute-variables'....* 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 ...). Nicolas Goaziou
2022-10-13gnu: linux-libre 5.15: Update to 5.15.73....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.73. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-10-13gnu: linux-libre 5.19: Update to 5.19.15....* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.15. (linux-libre-5.19-pristine-source): Update hash. Leo Famulari
2022-10-13doc: Add chapter on containers to Cookbook....* doc/guix-cookbook.texi (Containers): New chapter. Ricardo Wurmus
2022-10-13system: Use a valid license as the dummy license....* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F. Ricardo Wurmus
2022-10-13ci: Honor the system passed to image->job....Fixes: <https://issues.guix.gnu.org/53480>. * gnu/ci.scm (image->job): Pass the system argument to the underlying lower-object call. Mathieu Othacehe
2022-10-13shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'....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'. Ludovic Courtès
2022-10-13gnu: entr: Update to 5.2....* gnu/packages/entr.scm (entr): Update to 5.2. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-10-13gnu: micropython: Update to 1.19....* gnu/packages/python.scm (micropython): Update to 1.19. v2 adds my copyright declaration. thnx! Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-10-13gnu: cantata: Update to 2.5.0....* gnu/packages/mpd.scm (cantata): Update to 2.5.0. [inputs]: Add "avahi" and "musicbrainz". Signed-off-by: Christopher Baines <mail@cbaines.net> Simon Streit
2022-10-13gnu: nheko: Update to 0.10.2....* gnu/packages/messaging.scm (nheko): Update to 0.10.2. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2022-10-13gnu: Add go-github-com-savsgio-gotils....* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Adam Kandur
2022-10-13gnu: libfido2: Install udev rules....* 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> Nicolas Graves
2022-10-13services: nginx: Add reload action....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> EuAndreh
2022-10-13gnu: emacs-emacsql: Update to 3.1.0....* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.0. Nicolas Goaziou
2022-10-13gnu: emacs-lcr: Update to 1.5....* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.5. Nicolas Goaziou
2022-10-13gnu: mgba: Update to 0.10.0....* gnu/packages/emulators.scm (mgba): Update to 0.10.0. Nicolas Goaziou
2022-10-13gnu: emacs-taxy-magit-section: Update to 0.12....* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12. Nicolas Goaziou
2022-10-13gnu: emacs-project: Update to 0.8.2....* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.2. Nicolas Goaziou
2022-10-13gnu: epiphany: Use 'librsvg-for-system'....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> Denis 'GNUtoo' Carikli
2022-10-13gnu: Add ghc-open-browser....* gnu/packages/haskell-xyz.scm (ghc-open-browser): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-10-13gnu: Add hiredis....* gnu/packages/databases.scm (hiredis): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Thomas Albers
2022-10-13gnu: guix-build-coordinator: Update to 0-63.b15be71....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-63.b15be71. Christopher Baines
2022-10-13gnu: linux: Add powerpc64le-linux as a supported system....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. Christopher Baines
2022-10-13NEWS: Update it....* NEWS: Add an entry about 'guix shell' --emulate-fhs option. Mathieu Othacehe
2022-10-13installer: partition: Add a confirmation page before formatting....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> Mathieu Othacehe
2022-10-13news: Add entry for 'guix shell --emulate-fhs'....* etc/news.scm: Add entry. Ludovic Courtès
2022-10-13environment: Add '--emulate-fhs'....* 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> John Kehayias
2022-10-13gnu: Add glibc-for-fhs....* 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> John Kehayias
2022-10-13gnu: Add ydotool....* gnu/packages/xdisorg.scm (ydotool): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in> Nicolas Graves via Guix-patches via
2022-10-13gnu: home: Add home-dbus-service-type....* 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> ( via Guix-patches via
2022-10-12gnu: mcg: Cleanup style....* gnu/packages/mpd.scm (mcg)[source]: Indent as with ‘guix style’. [arguments]: Convert to list of G-Expressions. [inputs, native-inputs]: Move below arguments. Liliana Marie Prikler
2022-10-12gnu: mcg: Update to 3.1....* gnu/packages/mpd.scm (mcg): Update to 3.1. [native-inputs]: Use the new inputs style. Add desktop-file-utils, gettext-minimal and gtk+:bin. [inputs]: Add python. [build-system]: Change to meson-build-system. [arguments]<#:imported-modules,#:modules>: Remove. <#:glib-or-gtk?>: Set to #t. <#:phases>: Delete ‘glib-or-gtk-wrap’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Simon Streit
2022-10-12gnu: mcg: Use new input style....* gnu/packages/mpd.scm (mcg)[inputs]: Re-indent according to ‘guix style’. [native-inputs]: Drop labels. Liliana Marie Prikler