A handful of packages are indented with hard tabs. Replace these with spaces.
* gnu/packages/emacs-xyz.scm (emacs-fb2-reader): Fix formatting
(emacs-smudge): Fix formatting.
(emacs-ssh-deploy): Fix formatting.
(emacs-boxy): Fix formatting.
(emacs-tintin-mode): Fix formatting.
Change-Id: I80f5874220b50dd72db72472f31a8b913a7aae1a
This fixes two hardcoded filenames in swaynotificationcenter that prevented it
from even starting on Guix.
* gnu/packages/wm.scm (swaynotificationcenter)[arguments]: Add
'fix-swaync-path phase.
Change-Id: I9e7cd2837fc81db3dfab193050d8672f2a6239fe
Signed-off-by: Christopher Baines <mail@cbaines.net>
Also, legacy directory was added in this repo, so I modified this package so
that it does not install legacy fonts.
* gnu/packages/fonts.scm (font-libre-franklin): Update to 1.502.
[arguments]: Add 'chdir and 'chdir-back phases.
Change-Id: If8f57318f7532e0855dc5387e75bf49b92531f64
Signed-off-by: Christopher Baines <mail@cbaines.net>
Updated git-reference url to codeberg and updated install-icons and
install-desktop-file phases.
* gnu/packages/image-viewers.scm (nsxiv): Update to 33
[arguments]<install-desktop-file>: Update nsxiv.desktop path.
<install-icons>: Fix old make command.
Change-Id: I75984bdaff321b1302d40d22e9599249f221ee37
Signed-off-by: Christopher Baines <mail@cbaines.net>
This is the latest stable version according to https://libguestfs.org.
* gnu/packages/virtualization.scm (libguestfs-minimal): Update to
1.54.1;
[source]<uri>: https://libguestfs.org/download permanently redirects to
https://download.libguestfs.org.
[arguments]<make-flags>: Replace useless quasiquote with quote;
<phases>: Update makefile patching;
[native-inputs]: Add autoconf, automake and (zstd "lib")
(libguestfs): Update to 1.54.1;
[arguments]<phases>: Drop duplicated makefile patch;
[native-inputs]: Drop autoconf, automake.
Change-Id: I83c0d3e712d78cbd414ea8766705555325ed50fe
Signed-off-by: Christopher Baines <mail@cbaines.net>
* etc/teams.scm (go-team): Change a raw string to a regular expression.
Change-Id: I58db342f2503f92628f30a147bc71371f6fd2b84
Signed-off-by: Christopher Baines <mail@cbaines.net>
The list was first generated in this way:
- I started with "git log --pretty='format:%h %ad %an <%ae>' origin/master \
--date="format:%Y" -- .dir-locals.el".
- I took the name at the bottom and do a grep with it like that: "git log \
--pretty='format:%h %ad %an <%ae>' origin/master --date="format:%Y" -- \
.dir-locals.el | grep 'Ludovic Courtès'"
- I then filled in the copyright for that name
- I then repeat the first command with grep -v instead, like that:
"git log --pretty='format:%h %ad %an <%ae>' origin/master \
--date="format:%Y" -- .dir-locals.el | grep -v 'Ludovic Courtès'"
I also used "git log --pretty='format:%h %ad %an <%ae>' origin/master \
--date="format:%Y" --merges -- .dir-locals.el" to verify which commits I
should not take into account, when they didn't modify .dir-locals.el (I
checked that with git show <hash>).
For updating the names and/or email addresses being used I used git log
--author with either part of the name or the email (though it is easy to miss
things with this approach).
* .dir-locals.el: Add copyrights.
Change-Id: I010f1e5e3afc8b646da39dc6341f7870f0c9bf45
Reviewed-by: Tomas Volf <~@wolfsden.cz>
Signed-off-by: Christopher Baines <mail@cbaines.net>
This fixes the error on varnish startup:
2025-03-18 08:16:48 localhost shepherd[1]: [varnishd] Info: Working directory not mounted on tmpfs partition
2025-03-18 08:16:48 localhost shepherd[1]: [varnishd] sh: line 1: rm: command not found
2025-03-18 08:16:48 localhost shepherd[1]: [varnishd] Assert error in main(), mgt/mgt_main.c line 876:
* gnu/packages/web.scm (varnish)[arguments]: In
‘use-absolute-file-names’ phase, modify ‘mgt_main.c’.
Change-Id: Ifdb3b1fe7d36819f5289d80995c4670672a59819
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/services/base.scm (guix-shepherd-service): Change ‘start’ to use
‘make-systemd-constructor’ in the default case. Remove now-redundant
code creating /var/guix/daemon-socket/. Adjust ‘stop’ method to use
‘make-systemd-destructor’ when appropriate.
Change-Id: I3572670c90f65509fbad01dcf13a60f772a86839