Age | Commit message (Collapse) | Author |
|
Fixes a regression introduced in
602527ab9778165ca9a8f9cb62036038b5354688 that broke
'tests/guix-build-branch.sh'.
* guix/git.scm (resolve-reference): Revert change from
602527ab9778165ca9a8f9cb62036038b5354688.
|
|
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>
|
|
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.
|
|
* guix/build/emacs-utils.scm (emacs-batch-disable-compilation): Add ‘native?’
argument and honour it.
|
|
* 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>
|
|
* gnu/packages/web-browsers.scm (links): Update to 2.28.
|
|
* etc/news.scm: Add German translation of '--emulate-fhs' entry.
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[arguments]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
|
|
* 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.
|
|
* gnu/packages/emacs-xyz.scm (emacs-navigel): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.1.
[source]<origin>: Change upstream repository.
[home-page]: Update URL.
|
|
* 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>
|
|
* gnu/packages/cobol.scm (gnucobol)[arguments]: Rewrite using
G-expressions.
|
|
* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's
description.
|
|
* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.119.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
|
|
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-escape): Update to 3.16.
[source]<origin>: Change upstream repository.
[home-page]: Apply repository update.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emacsql)[arguments]: Use G-expressions.
<#:phases>: Use EMACS-SUBSTITUTE-VARIABLES instead of EMACS-SUBSTITUTE-SEXPS.
|
|
* 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 ...).
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.73.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.15.
(linux-libre-5.19-pristine-source): Update hash.
|
|
* doc/guix-cookbook.texi (Containers): New chapter.
|
|
* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
|
|
Fixes: <https://issues.guix.gnu.org/53480>.
* gnu/ci.scm (image->job): Pass the system argument to the underlying
lower-object call.
|
|
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'.
|
|
* gnu/packages/entr.scm (entr): Update to 5.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python.scm (micropython): Update to 1.19.
v2 adds my copyright declaration. thnx!
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/mpd.scm (cantata): Update to 2.5.0.
[inputs]: Add "avahi" and "musicbrainz".
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/messaging.scm (nheko): Update to 0.10.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* 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>
|
|
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>
|
|
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 3.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.5.
|
|
* gnu/packages/emulators.scm (mgba): Update to 0.10.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.
|
|
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.2.
|
|
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>
|
|
* gnu/packages/haskell-xyz.scm (ghc-open-browser): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/databases.scm (hiredis): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-63.b15be71.
|
|
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.
|
|
* NEWS: Add an entry about 'guix shell' --emulate-fhs option.
|
|
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>
|
|
* etc/news.scm: Add entry.
|
|
* 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>
|
|
* 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>
|
|
* gnu/packages/xdisorg.scm (ydotool): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* 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>
|