summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* news: Add entry for 'guix system edit' and 'guix home edit'.base-for-series-12574Ludovic Courtès2022-06-04
| | | | | | * etc/news.scm: Add entry. Co-authored-by: Maxime Devos <maximedevos@telenet.be>
* guix home: Add 'edit' sub-command.Ludovic Courtès2022-06-04
| | | | | | | | | | * guix/scripts/home/edit.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/home.scm (show-help): Add "edit". (process-command): Handle it. (guix-home): Add it. * po/guix/POTFILES.in: Add 'guix/scripts/home/edit.scm'. * doc/guix.texi (Invoking guix home): Document it.
* home: services: Add 'lookup-home-service-types' procedure.Ludovic Courtès2022-06-04
| | | | | | * gnu/home/services.scm (lookup-home-service-types): New procedure. * tests/home-services.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* guix system: Add 'edit' sub-command.Ludovic Courtès2022-06-04
| | | | | | | | | | * guix/scripts/system/edit.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/system.scm (show-help): Mention "edit". (actions): Add it. (process-command): Handle it. * doc/guix.texi (Invoking guix system): Document it. * po/guix/POTFILES.in: Add guix/scripts/system/edit.scm.
* edit: Extract 'spawn-editor' procedure.Ludovic Courtès2022-06-04
| | | | | * guix/scripts/edit.scm (spawn-editor): New procedure, with code from... (guix-edit): ... here. Use it.
* cache: Catch invalid 'last-expiry-cleanup'.zimoun2022-06-04
| | | | | | | | | | | | Fixes <http://issues.guix.gnu.org/55638>. * guix/cache.scm (maybe-remove-expired-cache-entries)[last-expiry-date]: Use 'get-string-all' + 'string->number' instead of 'read'; ignore invalid numbers. * tests/cache.scm ("maybe-remove-expired-cache-entries, empty cache") ("maybe-remove-expired-cache-entries, corrupted cache"): New tests. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* doc: Capitalize and tweak cross-compilation-related node names.Ludovic Courtès2022-06-04
| | | | | | | * doc/guix.texi (Using cross-compilation): Rename to... (Cross-Compilation): ... this. (Using native builds): Rename to... (Native Builds): ... this. Adjust menus accordingly.
* gnu: Add emacs-color-theme-modern.Peter Polidoro2022-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-color-theme-modern): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: quodlibet: Add missing plugin dependencies.Wamm K. D2022-06-04
| | | | | | | * gnu/packages/music.scm (quodlibet)[inputs]: Add gtksourceview, keybinder-3.0, python-musicbrainzngs, and python-pyinotify. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* services: bitlbee: Run under a UTF-8 locale.Ludovic Courtès2022-06-04
| | | | | | | * gnu/services/messaging.scm (bitlbee-shepherd-service): In the 'make-inetd-constructor' case, set GUIX_LOCPATH and LC_ALL. In the 'least-authority-wrapper' call, preserve GUIX_LOCPATH and LC_ALL, and map /run/current-system/locale.
* gnu: python-shellingham: Update to 1.4.0.jgart2022-06-04
| | | | | | | | * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. [arguments]: Remove arguments block since upstream now includes a setup.py file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: ddclient: No need to import (ice-9 rdelim) from the host.Attila Lendvai2022-06-04
| | | | | | | * gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the with-imported-modules form. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-benchmark-init: Update to 1.0-0243556.Dominic Martinez2022-06-04
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.0-0243556. Fixes build on emacs 28. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-asciimath: Update to 2.0.4.SeerLite2022-06-04
| | | | | | gnu/packages/math.scm (ruby-asciimath): Update to 2.0.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-qrcode.Jack Hill2022-06-04
| | | | | | * gnu/packages/tex.scm (texlive-qrcode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ocaml-cppo: Update to 1.6.9.Julien Lepiller2022-06-03
| | | | * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
* gnu: ocaml-cairo2: Update to 0.6.3.Julien Lepiller2022-06-03
| | | | * gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.3.
* gnu: libcyaml: Clean up arguments.base-for-series-12569base-for-series-12567base-for-series-12566base-for-series-12562base-for-series-12558Tobias Geerinckx-Rice2022-05-29
| | | | | | * gnu/packages/serialization.scm (libcyaml)[arguments]: Use #:test-target rather than a custom 'check phase. Use CC-FOR-TARGET.
* gnu: libcyaml: Update to 1.3.1.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/serialization.scm (libcyaml): Update to 1.3.1.
* gnu: perl-search-xapian: Update to 1.2.25.5.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.5.
* gnu: libblockdev: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/disk.scm (libblockdev)[native-inputs]: Remove input labels.
* gnu: libblockdev: Update to 2.27.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/disk.scm (libblockdev): Update to 2.27.
* gnu: complexity: Use a specific date in manpage.Vagrant Cascadian2022-06-02
| | | | * gnu/packages/code.scm (complexity)[arguments]: Add 'set-man-page-date phase.
* gnu: netsurf: Remove timestamp from build.Vagrant Cascadian2022-06-02
| | | | * gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
* gnu: inxi-minimal: Build reproducibly.Vagrant Cascadian2022-06-02
| | | | | | | Avoid embedding timestamp in inxi.1.gz manpage. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Pass "-n" to gzip invocation.
* gnu: gnustandards: Build reproducibly.Vagrant Cascadian2022-06-02
| | | | | | | Avoid embedding timestamp in info.gz files. * gnu/packages/gnu-doc.scm (gnustandards)[arguments]: Pass "-n" to gzip invocations.
* gnu: Remove python-atomicwrites-1.4.Ricardo Wurmus2022-06-02
| | | | | | * gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable. * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace python-atomicwrites-1.4 with python-atomicwrites.
* gnu: dezyne: Update to 2.15.1.Jan (janneke) Nieuwenhuizen2022-06-02
| | | | | * gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.1. [arguments]: Remove `disable-tests' phase.
* gnu: ocaml-mccs: Update to 1.1+14.Julien Lepiller2022-06-02
| | | | * gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+14.
* gnu: ocaml-ctypes: do not override install headersDavid Arroyo2022-06-02
| | | | | | | | | | | | Overriding INSTALL_HEADERS in the build prevents the "ocaml_integers.h" header from being copied from the ocaml-integers package to ocaml-ctypes. The header's absence breaks all dune-based projects which build cstubs using the new (ctypes ...) stanza. * gnu/packages/ocaml.scm (ocaml-ctypes)[arguments]: remove INSTALL_HEADERS override. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: dune: Update to 3.2.0.Julien Lepiller2022-06-02
| | | | * gnu/packages/ocaml.scm (dune): Update to 3.2.0.
* gnu: diffoscope: Fix comparison of vmlinux files.Vagrant Cascadian2022-06-01
| | | | | | * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add 'install-extract-vmlinux phase. [inputs]: Add python.
* gnu: diffoscope: Fix embedded tool references.Vagrant Cascadian2022-06-01
| | | | | | | | | Upstream switched from using '' to "" in various places. Drop patching of "readelf" which broke tests. * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Update 'fix-embed-tool-references phase. [inputs]: Add coreutils and diffutils.
* gnu: Add h-client (again, this time with Python 3 support).Maxim Cournoyer2022-06-01
| | | | * gnu/packages/hardware.scm (h-client): New variable.
* gnu: Add python-jsonschema-next.Maxim Cournoyer2022-06-01
| | | | * gnu/packages/python-xyz.scm (python-jsonschema-next): New variable.
* gnu: libostree: Update to 2022.3.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/package-management.scm (libostree): Update to 2022.3.
* gnu: hwinfo: Rename non-standard ‘dev’ output.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/hardware.scm (hwinfo)[outputs]: Rename ‘dev’ to ‘lib’. [arguments]: Ditto.
* gnu: hwinfo: Update to 21.81.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/hardware.scm (hwinfo): Update to 21.81.
* gnu: jpegoptim: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/image.scm (jpegoptim)[inputs]: Remove input labels.
* gnu: jpegoptim: Update to 1.4.7.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/image.scm (jpegoptim): Update to 1.4.7. [source]: Build from Git.
* gnu: ddcui: Update to 0.2.1.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/hardware.scm (ddcui): Update to 0.2.1.
* gnu: ddcutil: Update to 1.2.2.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/hardware.scm (ddcutil): Update to 1.2.2.
* gnu: hexedit: Update to 1.6.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/hexedit.scm (hexedit): Update to 1.6. [arguments]: Don't explicitly return #t from phases.
* gnu: daemonize: Use HTTPS home page.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/admin.scm (daemonize)[home-page]: Use HTTPS.
* doc: cookbook: Refer to the "Writing Manifests" manual node.Ludovic Courtès2022-06-01
| | | | | | * doc/guix-cookbook.texi (Basic setup with manifests): Tweak introductory paragraph. Refer to the new "Writing Manifests" node of the manual.
* gnu: smlnj: Use HTTPS home page.Foo Chuan Wei2022-06-01
| | | | | | * gnu/packages/sml.scm (smlnj)[home-page]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cdecl.Foo Chuan Wei2022-06-01
| | | | | | * gnu/packages/code.scm (cdecl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add freerct.Gabriel Arazas2022-06-01
| | | | | | * gnu/packages/games.scm (freerct): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-osmnxFelix Gruber2022-06-01
| | | | | | * gnu/packages/geo.scm (python-osmnx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-rtree: Update to 1.0.0.Felix Gruber2022-06-01
| | | | | | | * gnu/packages/geo.scm (python-rtree): Update to 1.0.0. [arguments]: Fix 'find-libspatialindex phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>