Commit graph

115906 commits

Author SHA1 Message Date
Greg Hogan db883ed5d7
gnu: xeyes: Update to 1.2.0.
* gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
[inputs]: Add libxi.

Signed-off-by: jgart <jgart@dismail.de>
2023-05-25 09:09:27 -05:00
Ricardo Wurmus 0c662d570e
gnu: ekho: Update to 8.6.
* gnu/packages/speech.scm (ekho): Update to 8.6.
2023-05-25 15:59:33 +02:00
Ricardo Wurmus de926f43b8
gnu: python-vosk: Update for Python 3.10.
* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 with
3.10.
2023-05-25 15:37:39 +02:00
Ricardo Wurmus 7f79dabc96
gnu: kaldi-for-vosk: Update to 0-0.a25f216.
* gnu/packages/machine-learning.scm (kaldi-for-vosk): Update to 0-0.a25f216.
[inputs]: Replace jack-1 with jack-2.
[arguments]: Disable cu-array-test.
2023-05-25 15:37:39 +02:00
Ricardo Wurmus a9c91a1cb1
gnu: kaldi-for-vosk: Adjust style.
* gnu/packages/machine-learning.scm (kaldi-for-vosk)[inputs]: Remove spurious
semicolon.
[arguments]: Use LIST instead of double quoting; replace LET* with LET; adjust
indentation.
2023-05-25 15:37:39 +02:00
Ivan Gankevich a9cde26133
gnu: Add mouseloupe.
* gnu/packages/accessibility.scm (mouseloupe): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Aleksandr Vityazev 0d320a10bf
gnu: tinyproxy: Update to 1.11.1.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Dominik Delgado Steuter e7ab908e0a
gnu: Add dialect.
* gnu/packages/gnome.scm (dialect): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Dominik Delgado Steuter 1af79a0615
gnu: yt-dlp: Fix substitution for ffmpeg path.
The old expression did not work; ffmpeg was not found
when using the --add-metadata flag.

* gnu/packages/video.scm (yt-dlp)
[arguments]: Adjust substitution in custom 'default-to-the-ffmpeg-input phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Ivan Vilata i Balaguer ca5696b1a3
gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2023-05-19T19:45:47+0200 using RSA]]
Fixes <https://issues.guix.gnu.org/63280>.

* gnu/packages/crypto.scm (encfs): Update to 1.9.
[inputs]: Replace openssl with openssl-1.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Ludovic Courtès ca1ea6373a
self: Install 'guix-daemon.cil'.
* guix/self.scm (selinux-policy): New procedure.
(miscellaneous-files): Add 'daemon' parameter.  Add 'guix-daemon.cil'.
(compiled-guix): Adjust call to 'miscellaneous-files'.
2023-05-25 12:51:16 +02:00
Ludovic Courtès b59c18f761
doc: Tweak SELinux instructions.
* doc/guix.texi (SELinux Support): Add note about 'guix-install.sh'.
Provide the absolute file name of 'guix-daemon.cil'.  Wrap important
commands in @example.  Suggest relabeling just /gnu and /var/guix
instead of all of /.  Add "systemctl restart guix-daemon".
2023-05-25 12:51:16 +02:00
Ludovic Courtès 4166b583fb
guix-install.sh: Install SELinux policy and relabel file systems if needed.
Fixes <https://issues.guix.gnu.org/62487>.

* etc/guix-install.sh (sys_maybe_setup_selinux): New function.
(main): Use it.
2023-05-25 12:51:15 +02:00
Ludovic Courtès 3bf612eaa1
etc: SELinux: Update policy file.
Tested on Rocky Linux 9, as discussed
at <https://issues.guix.gnu.org/62487>.

* etc/guix-daemon.cil.in: Add rules for /gnu/store remount and file
creation in /tmp.
2023-05-25 12:51:15 +02:00
Christopher Baines 0b0c2ef638
gnu: guix-build-coordinator: Update to 0.0.1-41.6885006.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0.0.1-41.6885006.
2023-05-25 09:55:15 +01:00
Christopher Baines e5184ba434
gnu: valgrind: Mark as not supported for armhf-linux.
From the build log:
  checking for a supported CPU... no (arm)
  configure: error: Unsupported host architecture. Sorry

* gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove armhf-linux.
2023-05-25 09:45:02 +01:00
Vagrant Cascadian 36c72c1595
teams: Add Vagrant Cascadian to the embedded team.
* etc/teams.scm.in ("Vagrant Cascadian"): Add to embedded team.
2023-05-24 16:08:48 -07:00
Vagrant Cascadian 7cf606a5a0
teams: Split Embedded and Bootstrap into separate teams.
* etc/teams.scm.in (embedded-bootstrap): Replace by two separate teams.
  (embedded): New variable.
  (bootstrap): New variable.
  Adjust membership to use new teams.
2023-05-24 15:27:56 -07:00
Ricardo Wurmus 495d2b3960
gnu: gaupol: Update to 1.12.
* gnu/packages/video.scm (gaupol): Update to 1.12.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus 86f853c4a3
gnu: gaupol: Use pyproject-build-system.
* gnu/packages/video.scm (gauplo)[build-system]: Use pyproject-build-system.
[arguments]: Delete custom 'install phase.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus 0243d5fa1a
gnu: gaupol: Drop input labels.
* gnu/packages/video.scm (gaupol)[native-inputs]: Remove package labels.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus b06b841e57
gnu: gaupol: Delete sanity check phase.
The sanity check fails because there is no graphical display.

* gnu/packages/video.scm (gaupol)[arguments]: Delete 'sanity-check phase.
2023-05-24 23:58:30 +02:00
Vagrant Cascadian a1323e97e1
gnu: librecast: Update to 0.6.1.
* gnu/packages/networking.scm (librecast): Update to 0.6.1.

Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 14:07:33 -07:00
Efraim Flashner 1be6baed2b
gnu: opensbi: Remove input labels.
* gnu/packages/firmware.scm (make-opensbi-package)[native-inputs]:
Remove input labels.
2023-05-24 19:16:38 +03:00
Efraim Flashner d17ac233ee
gnu: opensbi: Update to 1.2.
* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.2.
[native-inputs]: Add python.
[arguments]: Remove trailing #t from phases.
2023-05-24 19:16:34 +03:00
David Thompson 9fca95b263
gnu: guile-chickadee: Update to 0.10.0.
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.10.0.
2023-05-24 11:53:03 -04:00
Morgan Smith 6d0571215d
gnu: isync: Add patch to improve openssl-3 compatibility.
* gnu/packages/patches/isync-openssl3-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (isync): Use patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov b5a85e31dd
gnu: guile-png: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.1.
  [arguments]: Remove extra phases.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 99a61391d7
gnu: guile-png: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-png)[native-inputs]: Add guile-3.0,
  guile-lib, guile-zlib and guile-smc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 8b1b9334e4
gnu: guile-png: Update to 0.4.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 350a65cd65
gnu: guile-ics: Update to 0.5.0.
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov da39980b79
gnu: guile-ini: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-ini)[native-inputs]: Add guile-3.0,
  guile-lib and guile-smc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 10888f26e0
gnu: guile-ini: Update to 0.5.3.
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 761d78ea95
gnu: guile-smc: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-smc)[native-inputs]: Add guile-3.0 and
  guile-lib.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov 0a5998941a
gnu: guile-smc: Update to 0.6.0.
* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Denis 'GNUtoo' Carikli 0c521c81fa
gnu: fakeroot: Update to 1.31.
* gnu/packages/linux.scm (fakeroot): Update to 1.31.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Felix Lechner df72c45d5c
doc: guix.texi: Add Texinfo line breaks.
Adds two line breaks to the copyright block. The same kind of breaks [1] are
present in the remaining fifty-five entries.

[1] https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Line-Breaks

* doc (guix.texi): Add Texinfo line breaks.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Felix Lechner 3c2f833257
doc: contributing.texi: Specify recipient via equal sign in 'git send-email --to'.
The documentation for git send-email recommends the use of an equal sign when
specifying a recipient with the --to option. [1] Adjusts the reference manual
accordingly.

[1] https://git-scm.com/docs/git-send-email

* doc (contributing.texi): Specify recipient via equal sign in
'git send-email --to'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Ludovic Courtès e54d574add
gnu: guix: Depend on 'graphviz-minimal'.
* gnu/packages/package-management.scm (guix)[arguments]: Add
'set-font-path' phase.
[native-inputs]: Change GRAPHVIZ to GRAPHVIZ-MINIMAL.  Add
FONT-GHOSTSCRIPT.
(guix-daemon)[native-inputs]: Remove "font-ghostscript".
[arguments]: Delete 'set-font-path' phase.
2023-05-24 15:04:00 +02:00
Ludovic Courtès 9fa92acbf0
self: Build against "graphviz-minimal".
Fixes <https://issues.guix.gnu.org/63050>.
Reported by Andreas Enge <andreas@enge.fr>.

* guix/self.scm (%packages): Change "graphviz" to refer to
"graphviz-minimal".  Add "font-ghostscript".
(info-manual): Define 'font-ghostscript'.
[build]: Set XDG_DATA_DIRS.
2023-05-24 15:04:00 +02:00
Ludovic Courtès d5ca1a7243
gnu: graphviz: Add "minimal" variant.
* gnu/packages/graphviz.scm (graphviz-minimal): New variable.
2023-05-24 15:04:00 +02:00
Ludovic Courtès 689460f82a
services: guix: Depend on 'avahi-daemon' when 'discover?' is set.
Previously, with shepherd 0.10.0, guix-daemon would start quickly,
possibly before avahi-daemon is running.  Consequently, its "guix
discover" child process would exit immediately with a warning saying
"Avahi daemon is not running".

* gnu/services/base.scm (guix-shepherd-service): When DISCOVER? is true,
add 'avahi-daemon' to 'requirement'.
2023-05-24 15:04:00 +02:00
Ludovic Courtès 8b18fa7e07
gnu: python-mpi4py: Update to 3.1.4.
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.1.4.
2023-05-24 15:03:59 +02:00
Andy Tai 514644c102
gnu: ddd: Update to 3.4.0
* gnu/packages/debug.scm (ddd): Update to 3.4.0

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24 20:43:08 +08:00
kiasoc5 0b6bcc747d
gnu: lolcat: Update to 1.4.
* gnu/packages/toys.scm (lolcat): Update to 1.4.
[version]: Switch to release tag.
[arguments]: Use G-expressions. Remove trailing #t.
<#:phases>: Replace assoc-ref with #$output.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24 20:35:31 +08:00
Janneke Nieuwenhuizen c57693846c
home: services: ssh: Do not empty ~/.ssh/authorized_keys by default.
The default was an empty list which would remove any ~/.ssh/authorized_keys
file and replace it with a symlink to an empty file.  On some systems, notably
Ubuntu 22.10, the guix home generated ~/.ssh/authorized_keys file does not
allow login.

* doc/guix.texi (Secure Shell): Update, describe default #false value.
* gnu/home/services/ssh.scm (<home-openssh-configuration>)
[authorized-keys]: Change default to #f.
(openssh-configuration-files): Cater for default #f value: Do not register
"authorized_keys".
2023-05-24 11:56:12 +02:00
Artyom Bologov 0d82148858
gnu: Update sbcl-njson to 1.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.1.0.
  [inputs]: Add sbcl-jzon.
  [arguments]: Add njson/jzon to 'asd-systems'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24 11:20:36 +02:00
Artyom Bologov 233d3bae95
gnu: Update sbcl-nactivitypub to 0.0.5.
* gnu/packages/lisp-xyz.scm (sbcl-nactivitypub): Update to 0.0.5.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24 11:06:49 +02:00
Andre A. Gomes ae7a7d76d6
gnu: nyxt: Update to 3.0.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.0.0.

Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24 10:48:50 +02:00
Andre A. Gomes 556e9db251
gnu: sbcl-nasdf: Update to 0.1.5.
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.

Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24 10:48:50 +02:00