aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
--clear’ without additional arguments....Fixes a bug whereby ‘guix locate --clear’ would end with the “no files to search for” error. Fixes <https://issues.guix.gnu.org/66799>. * guix/scripts/locate.scm (guix-locate): Do not emit “no files to search for” error when 'clear? is set in OPTS. * tests/guix-locate.sh: Test it. Repo2023-07-022023-06-18Add 'guix locate'....* guix/scripts/locate.scm, tests/guix-locate.sh: New files. * Makefile.am (MODULES): Add 'guix/scripts/locate.scm'. (SH_TESTS): Add 'tests/guix-locate.sh'. * po/guix/POTFILES.in: Add it. * doc/guix.texi (Invoking guix locate): New node. Co-authored-by: Antoine R. Dumont <antoine.romain.dumont@gmail.com> Ludovic Courtès 5f71a1ec4f5ac3f9b821568c1f64e6f2f24'>gnu: Add Buildah....* gnu/packages/containers.scm (buildah): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Zongyuan Li 2023-02-27gnu: podman: Update to 4.4.1....* gnu/packages/containers.scm (podman): Update to 4.4.1. [native-inputs]: Replace go to go-1.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain 2023-02-18gnu: distrobox: Skip substitution in man pages....* gnu/packages/containers.scm (distrobox)[arguments]: Change refer-to-inputs phase to not substitute in man pages. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2023-02-04gnu: Add distrobox....* gnu/packages/containers.scm (distrobox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Adam Faiz 2023-01-31gnu: podman: Enable Btrfs support....* gnu/packages/containers.scm (podman): Enable Btrfs support. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain 2022-12-29gnu: podman: Update to 4.3.1....* gnu/packages/containers.scm (podman): Update to 4.3.1. [native-inputs]: Add python, for hack/markdown-preprocess. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Simon Josefsson 2022-12-11gnu: yajl: Drop custom ‘lib-’ prefix....* gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users. Tobias Geerinckx-Rice 2022-09-27gnu: podman: Update to 4.2.1....* gnu/packages/containers.scm (podman): Update to 4.2.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Hilton Chain