Age | Commit message (Expand) | Author |
2022-03-10 | home: symlink-manager: 'cleanup-symlinks' uses 'file-system-fold'....* gnu/home/services/symlink-manager.scm (update-symlinks-script)[cleanup-symlinks]:
Take a home generation and iterate over its config files directly with
'file-system-fold'. Adjuster caller accordingly. Remove 'old-tree'.
| Ludovic Courtès |
2022-03-10 | tests: Check 'guix home reconfigure' for a second generation....* tests/guix-home.sh: Invoke "guix home reconfigure" a second time with
a modify config file and check the result.
| Ludovic Courtès |
2022-03-10 | tests: Simplify use of 'local-file' in 'tests/guix-home.sh'....* tests/guix-home.sh: Remove 'current-filename' trickery since
'local-file' resolves file names relative to the containing file.
| Ludovic Courtès |
2022-03-10 | tests: Make sure 'guix home reconfigure' backs up files....* tests/guix-home.sh: Create ~/.bashrc and ~/.config/test.conf prior to
'reconfigure' and check whether they were backed up.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Avoid extra 'lstat' call....* gnu/home/services/symlink-manager.scm (update-symlinks-script)[symlink-to-store?]:
Avoid extra 'lstat' call.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Remove 'empty-directory?' and avoid TOCTTOU race....This removes three 'stat' syscalls.
* gnu/home/services/symlink-manager.scm (update-symlinks-script)[empty-directory?]:
Remove.
[cleanup-symlinks]: Replace use of 'file-exists?', 'file-is-directory?',
and 'empty-directory?' by a single 'rmdir' call.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Use 'file-is-directory?'....* gnu/home/services/symlink-manager.scm (update-symlinks-script)[directory?]:
Remove.
Change callers to use 'file-is-directory?' instead.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Use 'for-each' when used for effects....* gnu/home/services/symlink-manager.scm (update-symlinks-script)[cleanup-symlinks]
[create-symlinks]: Use 'for-each' instead of 'map'.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Move helper procedures as top-level defines....* gnu/home/services/symlink-manager.scm (update-symlinks-script): Remove
'config-home', which is unused. Move 'home-path', 'backup-dir',
'get-target-path', 'get-backup-path', 'directory?', 'empty-directory?',
'symlink-to-store?', and 'backup-file' to the top level. Move
'create-symlinks' and 'cleanup-symlinks' to the top level as well, and
add parameters. Adjust callers.
| Ludovic Courtès |
2022-03-10 | home: symlink-manager: Clarify module imports....* gnu/home/services/symlink-manager.scm (update-symlinks-script): Wrap
body in 'with-imported-modules'. Move (guix build utils) import to the
top. Move #$%initialize-gettext after definitions.
| Ludovic Courtès |
2022-03-10 | gnu: gnome-sudoku: Remove input labels....* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels.
| Ludovic Courtès |
2022-03-10 | gnu: gnome-sudoku: Add missing dependency on Python....* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Add PYTHON.
| Ludovic Courtès |
2022-03-10 | gnu: gnome-arcade: Update to 0.240....* gnu/packages/emulators.scm (gnome-arcade): Update to 0.240.
| Ludovic Courtès |
2022-03-10 | maint: 'assert-binaries-available' only checks ci.guix.gnu.org....* Makefile.am (assert-binaries-available): Pass '--substitute-urls'.
| Ludovic Courtès |
2022-03-10 | gnu: gthumb: Fix build....* gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
| Mathieu Othacehe |
2022-03-09 | services: bluetooth: Add missing config parameters....* doc/guix.texi (Desktop Services): Document 'bluetooth-service-type'
and 'bluetooth-configuration'.
* gnu/services/desktop.scm (<bluetooth-configuration>): Add many fields.
(bluetooth-configuration-file): Handle them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Demis Balbach |
2022-03-09 | gnu: Add libtree....* gnu/packages/linux.scm (libtree): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2022-03-09 | gnu: Add osmium-tool....* gnu/packages/geo.scm (osmium-tool): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nikolay Korotkiy |
2022-03-09 | gnu: libosmium: Update to 2.18.0....* gnu/packages/geo.scm (libosmium): Update to 2.18.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nikolay Korotkiy |
2022-03-09 | system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD....* gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD.
| Ludovic Courtès |
2022-03-09 | gnu: hurd: Adjust to the transition from "--system" to "gnu.system"....This is a followup to 0dc019e19a23fea614be5623360849ab9bc35e74, which
inadvertently led the Hurd to fail to boot.
* gnu/packages/hurd.scm (hurd)[arguments]: In 'create-runsystem' phase,
expect "gnu.system=" instead of "--system=".
| Ludovic Courtès |
2022-03-09 | gnu: nyacc@1.00.2: Fix build....Fixes a regression introduced in
f15ca337bec89f238b9b9ced08c2e02c35629a33, whereby adding a dependency on
GUILE-BYTESTRUCTURES would cause a build failure of the FFI helper of
nyacc@1.00.2.
* gnu/packages/mes.scm (nyacc-1.00.2)[propagated-inputs]: New field.
| Ludovic Courtès |
2022-03-09 | gnu: slurm: Use gexps and remove input labels....* gnu/packages/parallel.scm (slurm)[source]: Remove trailing #t.
[native-inputs]: Remove labels.
[arguments]: Rewrite as gexps. Use 'this-package-input' instead of
'%build-inputs'.
(slurm-20.02)[arguments]: Adjust accordingly.
| Ludovic Courtès |
2022-03-09 | gnu: linux-libre 4.9: Update to 4.9.305....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.305.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: linux-libre 4.14: Update to 4.14.270....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.270.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: linux-libre 4.19: Update to 4.19.233....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.233.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: linux-libre 5.4: Update to 5.4.183....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.183.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: linux-libre 5.10: Update to 5.10.104....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.104.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: linux-libre: Update to 5.15.27....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.27.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
| Leo Famulari |
2022-03-09 | gnu: linux-libre 5.16: Update to 5.16.13....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.13.
(linux-libre-5.16-pristine-source): Update hash.
| Leo Famulari |
2022-03-09 | gnu: python-robotframework-sshlibrary: Normalize doc location....* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary):
[phases]{build-and-install-doc}: Install HTML documentation to the share/doc
subdirectory of the 'doc' output.
| Maxim Cournoyer |
2022-03-09 | gnu: python-robotframework: Fully build the documentation....* gnu/packages/patches/python-robotframework-ug2html.patch: New patch.
* gnu/local.mk: Register it.
* gnu/packages/python-xyz.scm (python-robotframework): Apply patch.
[modules]: New argument.
[phases]{build-and-install-doc}: Modify to build the full HTML documentation,
including the user guide.
[native-inputs]: Add python-pygments.
| Maxim Cournoyer |
2022-03-09 | gnu: Add python-trio-websocket....* gnu/packages/python-xyz.scm (python-trio-websocket): New variable.
| Maxim Cournoyer |
2022-03-09 | gnu: python-jedi: Remove optional test dependency on python-django-2.2....This avoids a dependency cycle between python-selenium (4.1.0) and
python-pytest-trio.
* gnu/packages/python-xyz.scm (python-jedi)[native-inputs]: Remove
python-django-2.2.
| Maxim Cournoyer |
2022-03-09 | gnu: python-robotframework-sshlibrary: Patch for RobotFramework 5 compatibility....* gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Apply it.
| Maxim Cournoyer |
2022-03-09 | gnu: emacs-embark: Update to 0.16....* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.16.
| Nicolas Goaziou |
2022-03-09 | gnu: bombadillo: Improve package style....* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Use G-expressions.
Remove trailing #T from phases.
| Nicolas Goaziou |
2022-03-09 | gnu: bombadillo: Update to 2.4.0....* gnu/packages/web-browsers.scm (bombadillo): Update to 2.4.0.
| Nicolas Goaziou |
2022-03-09 | gnu: lagrange: Update to 1.11.1....* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1.
[inputs]: Add FREETYPE.
| Nicolas Goaziou |
2022-03-09 | gnu: asymptote: Update to 2.79....* gnu/packages/plotutils.scm (asymptote): Update to 2.79.
| Nicolas Goaziou |
2022-03-09 | gnu: bzflag: Improve package style....* gnu/packages/games.scm (bzflag)[arguments]: Remove trailing #T from
phases. Use G-expressions.
| Nicolas Goaziou |
2022-03-09 | gnu: bzflag: Update to 2.4.24....* gnu/packages/games.scm (bzflag): Update to 2.4.24.
| Nicolas Goaziou |
2022-03-09 | gnu: emacs-add-node-modules-path: Update to 1.3.0....* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.0.
| Nicolas Goaziou |
2022-03-09 | gnu: emacs-geiser: Update to 0.23....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.
| Nicolas Goaziou |
2022-03-09 | gnu: emacs-vertico: Update to 0.21....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.21.
| Nicolas Goaziou |
2022-03-09 | gnu: emacs-corfu: Update to 0.20....* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
| Nicolas Goaziou |
2022-03-09 | gnu: Add r-scopeloomr....* gnu/packages/bioinformatics.scm (r-scopeloomr): New variable.
| Ricardo Wurmus |
2022-03-08 | gnu: python-robotframework-sshlibrary: Update to 3.8.0....* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
| Maxim Cournoyer |
2022-03-08 | gnu: python-robotframework: Update to 4.1.3....* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3.
[phases]{check}: Honor TESTS?. Search tzdata in both native-inputs or inputs,
for cross-compilation.
| Maxim Cournoyer |
2022-03-08 | gnu: emacs-tempel: Update to 0.3....* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
| Nicolas Goaziou |