summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-next: Update to 29.0.50-1.0a5477b.Josselin Poiret2022-06-05
| | | | | | | | The currently used commit breaks magit, so update to a newer one. * gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-1.0a5477b. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-advtrains: Update to 2.4.1.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-advtrains): Update to 2.4.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-technic: Update to 2022-02-06.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-technic): Update to 2022-02-06. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-mineclone: Update to 0.75.0.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-mineclone): Update to 0.75.0. [source]: Switch url to <https://git.minetest.land/MineClone2/MineClone2>. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-mesecons: Update to 2022-04-01.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-mesecons): Update to 2022-05-12. [license]: Use license:lgpl3 instead of license:lgpl3+. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-homedecor-modpack: Update to 2022-05-18.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to 2022-05-18 (commit 5ffdc26…). Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-basic-materials: Update to 2022-03-28.Vivien Kraus2022-06-05
| | | | | | | | * gnu/packages/minetest.scm (minetest-basic-materials): Update to 2022-03-28 (commit 9d55f991…). [snippet]: Make sound_api_core a dependency, not a submodule. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add minetest-sound-api-core.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-sound-api-core): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest: Update to 5.5.1.Vivien Kraus2022-06-05
| | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Remove minetest-add-MINETEST_MOD_PATH.patch. * gnu/packages/minetest.scm (minetest): Update to 5.5.1. [patches]: Don’t use the patch anymore. [#:configure-flags]: Point cmake to irrlicht-for-minetest and zstd. [inputs]: Use irrlicht-for-minetest instead of irrlicht, and add zstd. (minetest-data): Update hash. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add irrlicht-for-minetest.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/games.scm (irrlichtmt-for-minetest): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* news: Add 'de' translation.Florian Pelz2022-06-05
| | | | * etc/news.scm: Add German translation of edit sub-commands entry.
* news: Update copyright line.Florian Pelz2022-06-05
| | | | * etc/news.scm: Update Maxime Devos’ copyright header.
* gnu: mumi: Update to 0.0.1-8.9b28ec7.Ricardo Wurmus2022-06-05
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-8.9b28ec7.
* gnu: smlnj: Fix use of Ctrl-c in sml REPL.Foo Chuan Wei2022-05-29
| | | | | | | * gnu/packages/sml.scm (smlnj): Replace INVOKE with SYSTEM which has more favourable signal dispositions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: quantlib: Update to 1.26.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/finance.scm (quantlib): Update to 1.26.
* gnu: 7kaa: Update to 2.15.5.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/games.scm (7kaa): Update to 2.15.5.
* guix system: Don't suggest reconfiguration during reconfiguration.Tobias Geerinckx-Rice2022-05-29
| | | | | | | * guix/scripts/system.scm (process-action): Add 'reconfigure to the warning's guard clause. Reported by johnjaye on #guix.
* gnu: mycli: Update to 1.25.0.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/databases.scm (mycli): Update to 1.25.0. [arguments]: Remove obsolete 'loosen-requirements phase.
* gnu: diffoscope: Update to 215.Vagrant Cascadian2022-06-04
| | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 215. [arguments]: Drop 'install-extract-vmlinux phase. [inputs]: Remove python.
* gnu: keyutils: Avoid embedding build timestamp.Vagrant Cascadian2022-06-04
| | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Add 'avoid-embedding-timestamp phase.
* gnu: emacs-spaceleader: Fix typo in description.Tobias Geerinckx-Rice2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spaceleader)[description]: Add a missing full stop (my typo). Also capitalise upstream's ‘spacemacs’ for consistency with jgart's synopsis, which I prefer.
* gnu: Add emacs-spaceleader.jgart via Guix-patches via2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spaceleader): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-bind-map.jgart via Guix-patches via2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bind-map): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: crun: Update to 1.4.5.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/containers.scm (crun): Update to 1.4.5.
* gnu: emacs-ox-hugo: Update to 0.12.1.kiasoc52022-05-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.1. [propagated-inputs]: Add emacs-tomelr. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-tomelr.kiasoc52022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-tomelr): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-seq.kiasoc52022-05-29
| | | | | | * gnu/packages/emacs-xyz (emacs-seq): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: os-prober: Update to 1.80.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.80. [arguments]: Don't explicitly return #t from phases.
* gnu: cloud-utils: Fix wrapping.Tobias Geerinckx-Rice2022-05-29
| | | | | | * gnu/packages/admin.scm (cloud-utils)[arguments]: Search for readlink & sfdisk in inputs. [inputs]: Add coreutils.
* gnu: cloud-utils: Update to 0.33.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/admin.scm (cloud-utils): Update to 0.33. [arguments]: Don't explicitly return #t from phases.
* gnu: papi: Update to 6.0.0.1.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/profiling.scm (papi): Update to 6.0.0.1. [source]: Use HTTPS.
* gnu: micropython: Don't override 'install-license-files.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/python.scm (micropython)[arguments]: Prefix a new 'chdir-back phase instead of overriding 'install-license-files.
* gnu: micropython: Use G-expressions.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/python.scm (micropython)[arguments]: Rewrite as G-expressions.
* gnu: micropython: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/python.scm (micropython)[native-inputs]: Remove input labels.
* gnu: micropython: Update to 1.18.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/python.scm (micropython): Update to 1.18. [source, arguments]: Don't explicitly return #t from snippet or phases.
* gnu: ding-libs: Omit static library.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/sssd.scm (ding-libs)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: rcm: Update to 1.3.5.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/rcm.scm (rcm): Update to 1.3.5. [arguments]: Don't explicitly return #t from phases.
* gnu: ding-libs: Update to 0.6.2.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/sssd.scm (ding-libs): Update to 0.6.2. [native-inputs]: Add gettext-minimal.
* gnu: ding-libs: Build from Git.Tobias Geerinckx-Rice2022-05-29
| | | | | | * gnu/packages/sssd.scm (ding-libs)[source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config.
* gnu: jags: Update to 4.3.1.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/statistics.scm (jags): Update to 4.3.1.
* gnu: Add iso-codes variant for use within Guix.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/iso-codes.scm (iso-codes): Replace with hidden-package that inherits… (iso-codes/official): …this ‘new’ variable with its previous value. * gnu/packages/gtk.scm (gtk+)[inputs]: Use iso-codes/official to prevent mass rebuilds.
* gnu: ceph: Update to 16.2.9.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/storage.scm (ceph): Update to 16.2.9.
* gnu: Add touchegg.Rene Saavedra2022-06-04
| | | | | | * gnu/packages/linux.scm (touchegg): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* nls: Update translations.Julien Lepiller2022-06-04
| | | | | po/packages/tr.po: New file. po/packages/LINGUAS: Add it.
* 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>