Commit Graph

105276 Commits

Author SHA1 Message Date
Greg Hogan
152523748e
gnu: ugrep: Update to 3.11.2.
* gnu/packages/search.scm (ugrep): Update to 3.11.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-26 20:52:50 +08:00
Greg Hogan
201df17a60
gnu: jc: Update to 1.23.2.
* gnu/packages/admin.scm (jc): Update to 1.23.2.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add python-pytest.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-26 20:50:39 +08:00
Ricardo Wurmus
60b71b0db4
gnu: Add python-gseapy.
* gnu/packages/bioinformatics.scm (python-gseapy): New variable.
2023-05-26 14:36:14 +02:00
Guillaume Le Vaillant
bb6ddc269f
gnu: Remove bitcoin-abc.
This package (version 0.21.12 from July 2020, which currently doesn't build)
is for an outdated version of the Bitcoin Cash protocol. Since November 2020,
the bitcoin-abc program has become an implementation of the eCash protocol,
which is different from Bitcoin Cash (different consensus model).

* gnu/packages/finance.scm (bitcoin-abc): Remove variable.

Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
2023-05-26 12:46:05 +02:00
Sharlatan Hellseher
3299b40b35
gnu: python-asdf: Enable tests.
* gnu/packages/astronomy.scm (python-asdf)[arguments]: Remove #:tests, skip
failing tests in #:test-flags.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:06 -03:00
Sharlatan Hellseher
b9bf533f15
gnu: python-asdf-coordinates-schemas: Update to 0.2.0.
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Update
to 0.2.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:06 -03:00
Sharlatan Hellseher
9595b7619b
gnu: python-asdf: Update to 2.15.0.
* gnu/packages/astronomy.scm (python-asdf): Update to 2.15.0.
[native-inputs]: Add python-fsspec.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
c6d2c61259
gnu: python-ephem: Update to 4.1.4.
* gnu/packages/astronomy.scm (python-ephem): Update to 4.1.4.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
c8c233a127
gnu: python-photutils: Update to 1.7.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.7.0.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
0f4867667f
gnu: python-poppy: Update to 1.1.1.
* gnu/packages/astronomy.scm (python-poppy): Update to 1.1.1.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
264d08fdc4
gnu: python-astral: Update to 3.2.
* gnu/packages/astronomy.scm (python-astral): Update to 3.2.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase, specify #:test-flags and skip
failing tests.  Add 'prepare-test-environment phase.  Use G-Expressions.
[native-inputs]: Add python-poetry-core, python-pytest.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
740ebec5aa
gnu: python-pynbody: Update to 1.3.1.
* gnu/packages/astronomy.scm (python-pynbody): Update to 1.3.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase and remove custom
'disable-tests-require-testdata phase, specify #:test-flags.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
d6e587e11d
gnu: python-astroquery: Use G-Expressions.
* gnu/packages/astronomy.scm (python-astroquery)[arguments]: Use
G-Expressions.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
3c17950aff
gnu: python-astropy-healpix: Switch to pyproject-build-system.
* gnu/packages/astronomy.scm (python-astropy-healpix)[build-system]: Switch to
pyproject-build-system.
[arguments]: Do not override the 'check phase.  Use G-Expressions.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
2e501ccc03
gnu: python-fitsio: Use G-Expressions.
* gnu/packages/astronomy.scm (python-fitsio): Use G-Expressions.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
ee9dfc1dda
gnu: python-pyvo: Update to 1.4.1.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.
[native-inputs]: Add python-setuptools-scm.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
e811fa139f
gnu: python-reproject: Update to 0.10.0.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.10.0.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
bf555e8f1b
gnu: python-ccdproc: Enable tests.
* gnu/packages/astronomy.scm (python-ccdproc)[arguments]: Remove #:tests?.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
1761f53358
gnu: python-sgp4: Update to 2.22.
* gnu/packages/astronomy.scm (python-sgp4): Update to 2.22.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
d64c16937f
gnu: python-spherical-geometry: Add update note.
* gnu/packages/astronomy.scm (python-spherical-geometry): Add note on why the
package can't be updated to the latest version.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher
2dccb0e724
gnu: python-sunpy: Update to 4.1.5.
* gnu/packages/astronomy.scm (python-sunpy): Update to 4.1.5.
[arguments]: In #:test-flags, skip 2 failing tests.  In the
'prepare-test-environment phase, remove redundant substitutions.
[native-inputs]: Add opencv.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:00 -03:00
Sharlatan Hellseher
6a7c842cf9
gnu: python-gwcs: Update to 0.18.3.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.18.3.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:15:13 -03:00
Sharlatan Hellseher
fd3c18b0d0
gnu: python-asdf-wcs-schemas: Switch to pyproject-build-system.
* gnu/packages/astronomy.scm (python-asdf-wcs-schemas)[build-system]: Switch
to pyproject-build-system.
[arguments]: Do not override the 'check phase.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:15:13 -03:00
Sharlatan Hellseher
035090a424
gnu: python-asdf-astropy: Update to 0.4.0.
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.4.0.
[source]: Update outdated source URI.
[arguments]: Add 'set-home-env phase before 'check.
[native-inputs]: Remove python-matplotlib.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:15:09 -03:00
Arnaud Lechevallier
085bf9cd21
gnu: Add emacs-substitute.
* gnu/packages/emacs-xyz.scm (emacs-substitute): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-25 22:19:39 +02:00
Nicolas Goaziou
0e570b1726
gnu: emacs-notmuch-maildir: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.2.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-25 22:19:38 +02:00
Nicolas Goaziou
7945a35141
gnu: emacs-undohist-el: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el): Update to 0.3.0.
2023-05-25 22:19:38 +02:00
Giovanni Biscuolo
375137185b
gnu: openboard: Update to 1.7-dev-0.47a96e1.
* gnu/packages/education.scm (openboard)[version]: Update to 1.7-dev-0.47a96e1.
[arguments]: Fix quazip substitution in `fix-library-path'.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-25 22:19:38 +02:00
Maciej Kalandyk
45c173b3c8
gnu: Add emacs-prism.
* gnu/packages/emacs-xyz.scm (emacs-prism): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-25 22:19:37 +02:00
Nicolas Goaziou
0f8b84b390
gnu: emacs-inspector: Update to 0.31.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.31.
[arguments]: Do not load "tree-inspector-tests.el", which was moved to another repository.
[propagated-inputs]: Remove EMACS-TREEVIEW.
2023-05-25 22:19:37 +02:00
Nicolas Goaziou
1c87d1507a
gnu: Add emacs-tree-inspector.
* gnu/packages/emacs-xyz.scm (emacs-tree-inspector): New variable.
2023-05-25 22:19:36 +02:00
Christopher Baines
f36b8a9763
gnu: guix-build-coordinator: Fix source hash.
The previous commit has the wrong hash, I think I ended up building the data
service instead for some reason and didn't set the hash of this package
correctly.

* gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix
hash.
2023-05-25 20:22:11 +01:00
Navid Afkhami
9f37dc3be3
gnu: Add python-tensorly.
* gnu/packages/machine-learning.scm (python-tensorly): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-05-25 17:19:29 +02:00
Maxim Cournoyer
99fc7e5dd3
tests: Fix the Jami service system tests.
This fixes a regression introduced with commit a09c7da ("tests: Fork and exec
a new Guile for the marionette REPL.") and only partially fixed with the
follow-up commit f518882 (" tests: Add missing module imports for
marionette-evaluated code.").

* gnu/tests/telephony.scm (run-jami-test): Remove extraneous module imports.
Move the setting of the DBUS_SESSION_BUS_ADDRESS environment variable inside
the first marionette-eval'd setup test.
["service can be stopped"]: Add missing (gnu build dbus-service) module.
2023-05-25 10:17:32 -04:00
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
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
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
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
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
Pierre Neidhardt
27a94b21b7
gnu: sbcl-nfiles: Update to 1.1.3.
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.3.
2023-05-24 10:48:50 +02:00
Pierre Neidhardt
a882b4856a
gnu: sbcl-serapeum: Update to 20230524.
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20230524.
2023-05-24 10:48:50 +02:00
Edison Ibáñez
fc79528ae3
gnu: xonsh: Update to 0.14.0.
* gnu/packages/shells.scm (xonsh): Update to 0.14.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 11:41:50 +03:00
André Batista
9026600df2
gnu: prosody: Update to 0.12.3.
* gnu/packages/messaging.scm (prosody): Update to 0.12.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 11:07:03 +03:00
Alex Devaure
d905fbfce6
gnu: libfprint: Fix building with newer meson.
* gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust
configure-flags to explicitly link to nss.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:57:07 +03:00
Andy Tai
b4cfeda3a6
gnu: icewm: Update to 3.3.4.
* gnu/packages/wm.scm (icewm): Update to 3.3.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:46:07 +03:00
Arne Babenhauserheide
6d3169af64
gnu: htmlcxx: add --std=c++11 to configure flags.
* gnu/packages/web.scm (htmlcxx): add CXXFLAGS to configure-flag. C++17
  removed dynamic exception specifications.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:41:33 +03:00
Efraim Flashner
b02e7504b0
gnu: xygrib: Build with newer proj.
* gnu/packages/geo.scm (xygrib)[source]: Add upstream patch to build
with newer version of proj.
[inputs]: Replace proj-7 with proj.
* gnu/packages/patches/xygrib-newer-proj.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-05-24 10:14:02 +03:00
Efraim Flashner
24f18482d3
gnu: xygrib: Fix building with newer openjpeg.
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to also search
for newer openjpeg versions.
2023-05-24 10:12:50 +03:00
Efraim Flashner
007b156a3e
gnu: font-gnu-unifont: Remove more pre-generated files.
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Adjust the snippet
to remove more pre-generated files.
2023-05-24 09:49:25 +03:00
muradm
e02584b456
services: cups: Add cups PAM service.
Fixes <https://issues.guix.gnu.org/63198>.

Have the CUPS service extend pam-root-service-type providing minimal
configuration to authenticate users.  Since PAM authentication is provided,
the regular cups package can be used as default instead of the minimal,
PAM-lacking variant.

* gnu/services/cups.scm (cups-configuration)
[cups]: Replace cups-minimal with cups.
[allow-empty-password?]: PAM service configuration permitting empty passwords.
(opaque-cups-configuration): Likewise.
(cups-pam-service): New procedure.
(cups-service-type): Extend pam-root-service-type with cups-pam-service.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-23 20:26:19 -04:00
Antero Mejr
297ba5c15a
gnu: Add python-vulture.
* gnu/packages/python-check.scm (python-vulture): New variable.

Signed-off-by: jgart <jgart@dismail.de>
2023-05-23 12:29:48 -05:00
Remco van 't Veer
cb193c0dd1
gnu: ruby-2.7-fixed: Upgrade to 2.7.8 [fixes CVE-2023-{28755, 28756}]
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.8.
(ruby-2.7)[replacement]: Graft.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-23 16:37:04 +02:00
Andreas Enge
8927b20ba1
gnu: cm: Update to 0.4.2.
* gnu/packages/algebra.scm (cm): Update to 0.4.2.
2023-05-23 16:32:26 +02:00
Rikard Nordgren
36ea29115c
gnu: Add python-crcmod.
* gnu/packages/python-crypto.scm (python-crcmod): New variable.

Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: jgart <jgart@dismail.de>
2023-05-23 08:55:02 -05:00
Christopher Baines
6783f558fa
gnu: guix-data-service: Update to 0.0.1-41.6885006.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006.
2023-05-23 12:44:53 +01:00
Christopher Baines
841fda77a2
gnu: nar-herder: Update to 0-19.efaf8fa.
* gnu/packages/package-management.scm (nar-herder): Update to 0-19.efaf8fa.
2023-05-23 12:42:35 +01:00
Christopher Baines
d15cf71d24
gnu: guix-build-coordinator: Update to 0-83.c79f455.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-83.c79f455.
2023-05-23 12:40:38 +01:00
Efraim Flashner
3c33f7072a
gnu: vim-guix-vim: Update to 0.4.0.
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
2023-05-23 12:30:31 +03:00
Efraim Flashner
73646b740b
gnu: alacritty: Update to 0.12.1.
* gnu/packages/terminals.scm (alacritty): Update to 0.12.1.
2023-05-23 10:55:07 +03:00
jgart
3a776c5896
gnu: python-zope-schema: Update to 7.0.1.
* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
2023-05-23 01:20:20 -05:00
jgart
87d75d9151
gnu: python-lazr-restfulclient: Add missing inputs.
* gnu/packages/python-web.scm (python-lazr-restfulclient)
[propagated-inputs]: Add python-pyparsing and python-six.
2023-05-23 01:18:06 -05:00
Ivan Vilata-i-Balaguer
34ff453029
gnu: python-zope-exceptions: Update to 4.6.
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6.
2023-05-23 00:05:41 -05:00
Jelle Licht
e3d3501f73
gnu: kanshi: Update to 1.3.1.
* gnu/packages/wm.scm (kanshi): Update to 1.3.1.
2023-05-22 22:38:11 +02:00
Leo Famulari
f447400264
gnu: linux-libre-with-bpf: Describe the package.
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
2023-05-22 16:32:30 -04:00
Leo Famulari
1638d1f0ce
gnu: linux-libre: Update to 6.3.3.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.3.
2023-05-22 15:42:52 -04:00
Leo Famulari
e5f034d83b
gnu: tremc: Fix compatibility with Transmission 4.0.
This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.

* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
2023-05-22 15:36:50 -04:00
Felix Gruber
dff1689bb3
gnu: oil: Update to 0.15.0.
* gnu/packages/shells.scm (oil): Update to 0.15.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
6ee8b5316c
gnu: python-txtorcon: Update to 23.0.0.
* gnu/packages/python-crypto.scm (python-txtorcon): Update to 23.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
daeafac0c4
gnu: python-txtorcon: Run guix style.
* gnu/packages/python-crypto.scm (python-txtorcon): Run guix style.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
75ae763b4e
gnu: python-txtorcon: Fix failing build.
Oops, I forgot to add a copyright line - this version fixes that.

* gnu/packages/python-crypto.scm (python-txtorcon): Fix failing build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
fanquake
ef58616936
gnu: homebank: Update to 5.6.3.
* gnu/packages/finance.scm (homebank): Update to 5.6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Andy Tai
c6f379e7ac
gnu: Add opensycl.
* gnu/packages/sycl.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Ludovic Courtès
88a2871d8f
gnu: lcov: Patch reference to 'find' command.
Fixes <https://issues.guix.gnu.org/63517>.
Reported by Luca Cirrottola <luca.cirrottola@inria.fr>.

* gnu/packages/code.scm (lcov)[arguments]: Rename 'patch-pwd' phase to
'patch-references-to-commands', and patch reference to 'find'.
2023-05-22 17:05:18 +02:00
Timotej Lazar
849286ba66
gnu: dos2unix: Update to 7.5.0.
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.
2023-05-21 23:42:40 -05:00
Felix Gruber
3abcf1663b
gnu: python-sqlite-utils: Update to 3.32.1.
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.32.1.

Co-authored-by: jgart <jgart@dismail.de>
2023-05-21 23:28:21 -05:00
Giovanni Biscuolo
c5bc698e89
gnu: dia: Update to 0.97.3-4.b903dd8
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Liliana Marie Prikler
9d77f6562b
gnu: geary: Update to 43.0.
* gnu/packages/gnome.scm (geary): Update to 43.0.
[arguments]<#:phases>: Drop ‘disable-failing-tests’ and ‘generate-vapis’.
Rename ‘disable-postinstall-script’ to ‘skip-gtk-update-icon-cache’ and adjust
accordingly.
[inputs]: Replace folks-with-libsoup2 with folks.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace webkitgtk-with-libsoup2 with webkitgtk.
[native-inputs]: Replace vala-0.52 with vala.
Add gnutls.
2023-05-21 22:18:46 +02:00
Juliana Sims
1310286dc6
gnu: geary: Remove redundant native-inputs.
* gnu/packages/gnome.scm (geary)[native-inputs]: Remove glib, gmime,
and gsettings-desktop-schemas.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims
7bcb72b331
gnu: geary: Use G-Expressions.
* gnu/packages/gnome.scm (geary)[arguments]: Convert to list of
G-Expressions.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims
8a21c038ef
gnu: geary: Fix build failure.
* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test.
[native-inputs]: Use vala-0.52 instead of vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Christopher Baines
26b71e1982
gnu: emacs-keycast: Fix propagated-inputs.
Change emacs-keycast to emacs-compat, as I think this was what was intended in
87d5754107.

Having emacs-keycast being a propagated input of emacs-keycast causes problems
when trying to compute the derivation for the package, as well as all
operations that involve this (guix weather, guix pull package cache, ...).

* gnu/packages/emacs-xyz.scm (emacs-keycast)[propagated-inputs]: Change
emacs-keycast to emacs-compat.
2023-05-21 19:42:37 +01:00
Nicolas Goaziou
e499cb2c12
gnu: emacs-with-editor: Update to 3.3.0.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:16 +02:00
Nicolas Goaziou
4fa72c6553
gnu: emacs-transient: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.0.
2023-05-21 14:51:15 +02:00
Nicolas Goaziou
a48157b1b0
gnu: emacs-terraform-mode: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.
2023-05-21 14:51:14 +02:00
Nicolas Goaziou
c05bcf8353
gnu: emacs-solarized-theme: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.1.
2023-05-21 14:51:12 +02:00
Nicolas Goaziou
0bd272f47e
gnu: emacs-paren-face: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:10 +02:00
Nicolas Goaziou
bd89aafdf9
gnu: emacs-orglink: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.1.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:08 +02:00
Nicolas Goaziou
f2e98587ec
gnu: emacs-org: Update to 9.6.6.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.6.
2023-05-21 14:51:06 +02:00
Nicolas Goaziou
980f5c2776
gnu: emacs-orgit: Update to 1.9.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.9.0.
2023-05-21 14:51:04 +02:00
Nicolas Goaziou
ea34c09bc2
gnu: emacs-org-inline-pdf: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf)[arguments]: Use
G-expressions.  Use SEARCH-INPUT-FILE.
2023-05-21 14:51:02 +02:00
Nicolas Goaziou
03de9b587a
gnu: emacs-org-inline-pdf: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.3.
2023-05-21 14:51:00 +02:00
Nicolas Goaziou
2eff87d91e
gnu: emacs-ol-notmuch: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.0.1.
2023-05-21 14:50:58 +02:00
Nicolas Goaziou
4ed7039379
gnu: emacs-no-littering: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.4.0.
2023-05-21 14:50:56 +02:00
Nicolas Goaziou
294da2645a
gnu: emacs-minions: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:55 +02:00
Nicolas Goaziou
6bf3f3ff0a
gnu: emacs-moody: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.0.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:53 +02:00
Nicolas Goaziou
dc1f0ca433
gnu: emacs-macrostep: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-macrostep): Update to 0.9.2.
[source]<origin>: Switch to emacsorphanage repository.
[home-page]: Adapt URL accordingly.
2023-05-21 14:50:51 +02:00
Nicolas Goaziou
171aef7ce4
gnu: emacs-logview: Update to 0.16.1.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.1.
2023-05-21 14:50:49 +02:00
Nicolas Goaziou
87d5754107
gnu: emacs-keycast: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.3.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:47 +02:00
Nicolas Goaziou
7bdd76c888
gnu: emacs-julia-snail: Update to 1.2.2.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.2.2.
2023-05-21 14:50:46 +02:00
Nicolas Goaziou
de66238cb0
gnu: emacs-inspector: Update to 0.30.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.30.
2023-05-21 14:50:44 +02:00
Nicolas Goaziou
6586b08a87
gnu: emacs-hl-todo: Update to 3.5.0.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.5.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:42 +02:00
Nicolas Goaziou
d2da6e0ba2
gnu: emacs-gptel: Update to 0.3.6.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.3.6.
2023-05-21 14:50:40 +02:00
Nicolas Goaziou
b1523fdc8b
gnu: git-modes: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (git-modes): Update to 1.4.1.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:38 +02:00
Nicolas Goaziou
bdbe0314fb
gnu: emacs-ghub: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.6.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:50:36 +02:00
Nicolas Goaziou
a12a8d208b
gnu: emacs-ghq: Do not propagate ghq.
* gnu/packages/emacs-xyz.scm (emacs-ghq)
[arguments]<#:phases>: Add a phase to avoid propagating GHQ.
[inputs]: Add GHQ.
[propagated-inputs]: Remove GHQ.
2023-05-21 14:50:35 +02:00
Nicolas Goaziou
755c8835fe
gnu: emacs-ghq: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ghq): Update to 0.2.0.
[propagated-inputs]: Add EMACS-DASH, EMACS-S.
2023-05-21 14:50:33 +02:00
Nicolas Goaziou
b9358b86b4
gnu: emacs-find-file-in-project: Update to 6.2.1.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.1.
2023-05-21 14:50:32 +02:00
Nicolas Goaziou
4fc7b21ddf
gnu: emacs-ement: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.3.
2023-05-21 14:50:30 +02:00
Nicolas Goaziou
cab331891d
gnu: emacs-elpher: Update to 3.5.0.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.5.0.
2023-05-21 14:50:28 +02:00
Nicolas Goaziou
0962740a01
gnu: emacs-elfeed-score: Update to 1.2.6.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.6.
2023-05-21 14:50:26 +02:00
Nicolas Goaziou
4d9b6fea0e
gnu: emacs-eldev: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.4.
2023-05-21 14:50:25 +02:00
Nicolas Goaziou
7d384c297e
gnu: emacs-ef-themes: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.0.0.
2023-05-21 14:50:23 +02:00
Nicolas Goaziou
0906540329
gnu: emacs-editorconfig: Update to 0.10.1.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.10.1.
2023-05-21 14:50:21 +02:00
Nicolas Goaziou
adf91d2bf4
gnu: emacs-beframe: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 0.3.0.
2023-05-21 14:50:19 +02:00
Nicolas Goaziou
8f7753f7ef
gnu: emacs-auto-compile: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.0.
2023-05-21 14:50:18 +02:00
Nicolas Goaziou
91fa81f925
gnu: emacs-vundo: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.1.0.
2023-05-21 14:50:16 +02:00
Nicolas Goaziou
618d20ffc5
gnu: emacs-excorporate: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.0.
[propagated-inputs]: Add EMACS-URL-HTTP-OAUTH.
2023-05-21 14:50:14 +02:00
Nicolas Goaziou
f09ba7d255
gnu: Add emacs-url-http-oauth.
* gnu/packages/emacs-xyz.scm (emacs-url-http-oauth): New variable.
2023-05-21 14:50:12 +02:00
Nicolas Goaziou
5f1e1ebb0b
gnu: emacs-soap-client: Update to 3.2.3.
* gnu/packages/emacs-xyz.scm (emacs-soap-client): Update to 3.2.3.
2023-05-21 14:50:10 +02:00
Efraim Flashner
c15ae77bbc
gnu: ldc: Update to 1.32.2.
* gnu/packages/dlang.scm (ldc-bootstrap): Update to 1.32.2.
(ldc)[arguments]: Adjust skipped tests paths for changes in source code
layout. Skip another plugin test.
2023-05-21 15:17:47 +03:00
Ahmad Draidi
7b3f571fc8
gnu: xmrig: Update to 6.19.2.
* gnu/packages/finance.scm (xmrig): Update to 6.19.2.
  [description]: Fix typos.
2023-05-21 09:54:31 +02:00
Feng Shu
7ddc239fc3
gnu: Add labwc.
* gnu/packages/wm.scm (labwc): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:15:48 +02:00
Feng Shu
9f5f9ebc92
gnu: cagebreak: Update to 2.1.2.
* gnu/packages/wm.scm (cagebreak): Update to 2.1.2.
Explicitly disable tests and substitute "/usr/share/".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:09:58 +02:00
Artyom V. Poptsov
43510204c6
gnu: guile-dsv: Update to 0.6.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.6.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:06:58 +02:00
Ludovic Courtès
622e6d3240
gnu: guile-netlink: Update to 1.1.2.
* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.1.2.
2023-05-21 01:04:39 +02:00
Ludovic Courtès
896a51258a
services: Transient inetd services inherit requirements.
That way, per-connection transient services such as 'sshd-123' inherit
dependencies of their "parent" ('sshd' in this example), which is more
consistent than not depending on anything.

* gnu/services/dict.scm (dicod-shepherd-service): Pass #:requirements to
'make-inetd-constructor'.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise.
* gnu/services/ssh.scm (openssh-shepherd-service): Likewise.
* gnu/services/vnc.scm (xvnc-shepherd-service): Likewise.
2023-05-21 01:04:39 +02:00
Ludovic Courtès
d0168e1895
services: root-file-system: Remove reference to 'stop-logging'.
* gnu/services/base.scm (%root-file-system-shepherd-service): In 'stop'
method, remove reference to 'stop-logging'.  That procedure is gone in
Shepherd 0.10.0, leading to an unbound-variable exception.
Additionally, calling is unnecessary since 0.4.0, where shepherd logs to
syslog (thus the open file descriptor is not backed by an on-disk file).
2023-05-21 01:04:39 +02:00
Ludovic Courtès
d99a4c4cb3
services: agetty: 'stop' method does nothing when running is 'idle.
This is a followup to 57e731c358.

* gnu/services/base.scm (agetty-shepherd-service): Change 'stop' method
to return #f immediately when the running value is 'idle.
2023-05-21 01:04:39 +02:00
Ludovic Courtès
f52020ea99
system: pam: Change 'stop' method to return #f.
When the 'stop' method returns a truth value, shepherd interprets it as
potential failure and logs it.

* gnu/system/pam.scm (pam-shepherd-service): Change 'stop' method to
return #f.
2023-05-21 01:04:39 +02:00
Jelle Licht
bd7b795aeb
gnu: ytfzf: Update to 2.6.0.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.0.
2023-05-20 10:38:55 -05:00
André Batista
cebf0e36d1
gnu: irssi: Update to 1.4.4.
* gnu/packages/irc.scm (irssi): Update to 1.4.4.
2023-05-20 10:25:23 -05:00
Guillaume Le Vaillant
24b6f94cf9
gnu: bitcoin-core-24.1: Rename to bitcoin-core.
* gnu/packages/finance.scm (bitcoin-core): Remove variable.
  (bitcoin-core-24.1): Rename to bitcoin-core.
2023-05-20 09:01:18 +02:00
Michael Ford
0aab248552
gnu: bitcoin-core: Update to 24.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 24.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-19 17:23:20 +02:00
Guillaume Le Vaillant
405a1813d8
gnu: bitcoin-unlimited: Update to 2.0.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.0.0.0.
  [arguments]: Update 'fix-tests' phase.
2023-05-19 17:23:20 +02:00
kiasoc5
bac28a52cb
gnu: python-cssutils: Update to 2.6.0.
Resending second patch with a better commit message.

* gnu/packages/python-web.scm (python-cssutils): Update to 2.6.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable tests.
[native-inputs]: Remove unzip; add python-pytest and python-jaraco-test.
[homepage]: Update it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
kiasoc5
6e80fa2f3c
gnu: Add python-jaraco-test.
* gnu/packages/python-xyz.scm (python-jaraco-test): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
Bruno Victal
228e08c74e
gnu: mympd: Update to 10.3.2.
* gnu/packages/mpd.scm (mympd): Update to 10.3.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
Lilah Tascheter
7bc86c7cc7
gnu: packages: Fix weechat-wee-slack build.
* gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add
  python-mock test dependency.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Kaelyn Takata
8c302c2e26
gnu: openmw: Fix build on glibc 2.34 and newer.
* gnu/packages/patches/openmw-assume-nonconst-SIGSTKSZ.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/game-development.scm (openmw)[source]<patches>: Use it here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Kaelyn Takata
e637794875
gnu: recastnavigation: Update to commit 6d1f971.
* gnu/packages/game-development.scm (recastnavigation): Update to commit 6d1f971.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Timo Wilken
138822d3c5
gnu: python-yamllint: Update to 1.31.0.
Version 1.26.1 is broken and doesn't build on Guix; this update fixes it and
provides a newer version as well.

* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.13.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully
f1400fe08f
gnu: sssd: Fix build
* gnu/packages/sssd.scm (sssd) [native-inputs]: Add python-toolchain.
[ensure-no-mtimes-pre-1980]: New phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully
379432f410
gnu: sssd: Fix failing tests by using samba/pinned input
The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and
ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use that
instead.

* gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully
c9e1fff793
gnu: criu: Reset timestamps in .egg file.
Ensure all files being built are dated no earlier than 1980 by copying in a
modified (@@ (guix build python-build-system) ensure-no-mtimes-pre-1980) which
is symlink-aware. This copy should be removed when the original procedure is
modified to avoid calling UTIME on symlinks.

* gnu/packages/virtualization.scm (criu)[arguments]: Add
'ensure-no-mtimes-pre-1980' phase.
[inputs]: Remove python.
[native-inputs]: Add python-toolchain.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:33 +02:00
muradm
7ff9ca2201
gnu: bemenu: Update to 0.6.15.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
2023-05-19 08:57:30 -05:00
Ricardo Wurmus
38c6af2431
gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.
* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to 1.0-1.35923ca.
2023-05-19 13:24:32 +02:00
Ricardo Wurmus
980d2cd73b
gnu: java-picard-1.113: Drop input package labels.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[inputs]: Drop labels.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
1baf94dbbe
gnu: java-picard-1.113: Drop trailing #T from build phases.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[arguments]: Remove
trailing #T from build phases.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
61d7d9048f
gnu: zrythm: Update to 1.0.0-beta.4.9.1.
* gnu/packages/music.scm (zrythm): Update to 1.0.0-beta.4.9.1.
[arguments]: Enable tests; add phase 'patch-tests.
[inputs]: Remove glibc; replace glib-next with glib; replace guile-2.2 with
guile-3.0.
[native-inputs]: Replace glib-next:bin with glib:bin.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
db639324b2
gnu: ztoolkit-rsvg: Use librsvg-for-system.
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
4f19bf95ce
gnu: ams-lv2: Remove trailing #T from build phase.
* gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
268c8ca691
gnu: ams-lv2: Drop package labels.
* gnu/packages/music.scm (ams-lv2)[inputs]: Drop package labels.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
cb12a8efdc
gnu: lvtk-1: Build with gtkmm-2.
This restores lvtk-gtkui.

* gnu/packages/audio.scm (lvtk-1)[inputs]: Replace gtkmm with gtkmm-2.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
73d3cb9565
gnu: zix: Update to 0.3.3-0.a13ae5a.
* gnu/packages/datastructures.scm (zix): Update to 0.3.3-0.a13ae5a.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
7638f3c2b5
gnu: patchage: Update to 1.0.10.
* gnu/packages/audio.scm (patchage): Update to 1.0.10.
[build-system]: Use meson-build-system.
[inputs]: Remove boost; replace jack-1 with jack-2.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus
1b16ae2c7a
gnu: libbacktrace: Update to 1.0-2.cdb64b6.
* gnu/packages/debug.scm (libbacktrace): Update to 1.0-2.cdb64b6.
[arguments]: Disable parallel tests.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus
45a82f08f4
gnu: sord: Update to 0.16.14.
* gnu/packages/rdf.scm (sord): Update to 0.16.14.
[build-system]: Use meson-build-system.
[arguments]: Use G-expression.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus
ee10850d14
gnu: serd: Update to 0.30.16.
* gnu/packages/rdf.scm (serd): Update to 0.30.16.
[build-system]: Use meson-build-system.
[arguments]: Use G-expression.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus
e54faebaeb
gnu: zplugins: Update to 0.2.5.
* gnu/packages/music.scm (zplugins): Update to 0.2.5.
[inputs]: Replace guile-2.2 with guile-3.0.
2023-05-19 13:12:28 +02:00
Remco van 't Veer
14c03807ba
gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-19 11:04:56 +02:00
Remco van 't Veer
18e497d41f
gnu: ruby-3.1: Upgrade to 3.1.4 [fixes CVE-2023-{28755, 28756}].
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.4.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-19 11:04:25 +02:00
Remco van 't Veer
cd0a8950e4
gnu: ruby-3.0: Upgrade to 3.0.6 [fixes CVE-2023-{28755, 28756}].
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.6.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-19 10:54:53 +02:00
Lars-Dominik Braun
26b6c913cd
gnu: gajim: Add missing input.
Fixes <https://issues.guix.gnu.org/issue/62956>.

* gnu/packages/messaging.scm (gajim)[inputs]: Add python-idna.
2023-05-19 09:34:51 +02:00
AwesomeAdam54321
4d4b9a9c13
gnu: Add python-slugid.
* gnu/packages/python-xyz.scm (python-slugid): New variable.

Co-authored-by: jgart <jgart@dismail.de>
2023-05-19 00:47:34 -05:00
Maxim Cournoyer
321ae25a26
gnu: sicp: Build as a single info file.
Fixes <https://issues.guix.gnu.org/63565>.

* gnu/packages/scheme.scm (sicp) [arguments]: Use '--no-split' makeinfo option
in build phase.

Reported-by: Andrey Mitrofanov <abme@rambler.ru>
2023-05-18 23:44:21 -04:00
Maxim Cournoyer
d43d8377c7
services: rsync: Use least authority wrapper.
* gnu/services/rsync.scm (rsync-shepherd-service) Wrap rsync command in a
least-authority-wrapper.

Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 23:11:19 -04:00
Maxim Cournoyer
03e601da49
services: rsync: Use make-inetd-constructor.
* gnu/services/rsync.scm (rsync-shepherd-service): Use make-inetd-constructor
if available in start slot.
* gnu/tests/rsync.scm (run-rsync-test): Delete "PID file" test.

Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 23:10:56 -04:00
Leo Famulari
deda3cc905
gnu: linux-libre 4.14: Update to 4.14.315.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.315.
(linux-libre-4.14-pristine-source): Update hash.
2023-05-18 14:17:59 -04:00
Leo Famulari
fd921cea6c
gnu: linux-libre 4.19: Update to 4.19.283.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.283.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-05-18 14:17:59 -04:00
Leo Famulari
9581fc257a
gnu: linux-libre 5.4: Update to 5.4.243.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.243.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-05-18 14:17:59 -04:00
Leo Famulari
11aa503927
gnu: linux-libre 5.10: Update to 5.10.180.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.180.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-05-18 14:17:59 -04:00
Leo Famulari
3dcc809c4e
gnu: linux-libre 5.15: Update to 5.15.112.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.112.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2023-05-18 14:17:59 -04:00
Leo Famulari
122e5ae5e6
gnu: linux-libre 6.1: Update to 6.1.29.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.29.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-05-18 14:17:59 -04:00
Leo Famulari
c024b489de
gnu: linux-libre: Update to 6.2.16.
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.16.
(linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
2023-05-18 14:17:58 -04:00
Leo Famulari
5334f9088e
gnu: linux-libre 6.3: Update to 6.3.3.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.3.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
2023-05-18 14:17:55 -04:00
Greg Hogan
c1007786fd
gnu: f3d: Update to 2.0.0.
* gnu/packages/graphics.scm (f3d): Update to 2.0.0.
[source]: Update substitute paths and add patch for breaking change to
cxxopts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:55:33 +02:00
Greg Hogan
7db7d4476f
gnu: discregrid: Fix for dependent updates.
* gnu/packages/graphics.scm (discregrid)[source]: Add patch for breaking
change to cxxopts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:55:31 +02:00
Greg Hogan
4dc6fa08be
gnu: cxxopts: Update to 3.1.1.
* gnu/packages/cpp.scm (cxxopts): Update to 3.1.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:55:30 +02:00
Benjamin
146bae3979
gnu: swaylock: Add linux-pam to inputs.
Adding linux-pam to inputs allows swaylock to run without setuid if
configured with a proper pam file.

* gnu/packages/wm.scm (swaylock)[inputs]: Add LINUX-APM.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:53:54 +02:00
Denis 'GNUtoo' Carikli
c6cc554c5e
gnu: btrfs-progs: Update to 6.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:51:37 +02:00
Denis 'GNUtoo' Carikli
92a899ed98
gnu: btrfs-progs: Make the python-sphinx input conditional.
* gnu/packages/linux.scm (btrfs-progs) [native-inputs]:
  Make the python-sphinx input conditional.
  [arguments]: Conditionally add --disable-documentation to
  configure flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:51:30 +02:00
Denis 'GNUtoo' Carikli
5d84a90694
gnu: btrfs-progs: Use new style inputs and gexps.
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Use new style and gexps.
  [inputs]: Use new style.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:51:23 +02:00
Denis 'GNUtoo' Carikli
255b5b81db
gnu: btrfs-progs: Run 'guix style' over the package.
* gnu/packages/linux.scm (btrfs-progs): Restyle.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:51:06 +02:00
Morgan Smith
c95e817bb9
gnu: libfive: Generate bindings instead of using pre-generated ones.
* gnu/packages/engineering.scm (libfive)[phases]: Add phase 'generate-bindings
to generate the bindings

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:35 +02:00
Morgan Smith
3b4a31d52c
gnu: libfive: Add Python bindings.
* gnu/packages/engineering.scm (libfive)
[configure-flags]: Add python site-dir.
[phases]<fix-library-location>: Fix for python as well.
<wrap-studio>: Wrap for python as well.
[inputs]: Add python-wrapper.  Alphabetize.
[description]: Add python.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:32 +02:00
Morgan Smith
a062028bc3
gnu: libfive: Fix install and wrap Studio.
The old install phase didn't handle nested directories (which there are) and
the cmake files didn't seem to install the go files in a way that guile would
use so I just used the guile build system instead.

Also Studio works much better when it know where the libraries are.

* gnu/packages/engineering.scm (libfive)
[imported-modules]: Add (guix build guile-build-system).
[modules]: Add (guix build guile-build-system).
[configure-flags]: Remove.
[phases]: Remove phases 'fix-autocompilation and 'install-scm-files.  Add
phase 'do-not-build-guile-bindings and add phase 'guile-build which uses the
guile build system.  Add wrap-studio phase.
[inputs]: Add bash-minimal for the wrapper.  Use qtbase instead of qtbase-5

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:27 +02:00
Maxim Cournoyer
5b700945fb
services: ssh: Really rename openssh-challenge-response-authentication?
Fixes up 9c161c1f0d, which renamed the accessor of <openssh-configuration> but
failed to adjust the single usage.

* gnu/services/ssh.scm (openssh-config-file): Rename
openssh-challenge-response-authentication? call to
openssh-configuration-challenge-response-authentication?.
2023-05-17 22:26:41 -04:00
Maxim Cournoyer
9c161c1f0d
services: ssh: Rename openssh-challenge-response-authentication?
This is a follow-up commit to the preceding commit, which exported all
<openssh-configuration> accessors.

* gnu/services/ssh.scm (<openssh-configuration>): Rename
openssh-challenge-response-authentication? to
openssh-configuration-challenge-response-authentication?.  It's a mouthful,
but is at least consistent with the rest.
2023-05-17 21:45:08 -04:00
Maxim Cournoyer
760fadec15
services: openssh: Export openssh-configuration accessors.
* gnu/services/ssh.scm: Export openssh-configuration accessors.
2023-05-17 21:37:03 -04:00
Hilton Chain
d845202d35
gnu: Add qbittorrent-nox.
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17 23:22:28 +02:00
Leo Famulari
d19c7c2791
gnu: ldc-bootstrap: Don't depend on tzdata.
* gnu/packages/dlang.scm (ldc-bootstrap)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
[arguments]: Forbid references to tzdata-for-tests.

Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17 23:08:45 +02:00
Josselin Poiret
e041801e61
hurd-boot: Symlink /hurd before setting up translators.
* gnu/build/hurd-boot.scm (boot-hurd-system): Symlink /hurd before setting up
translators.

Reviewed-by: Janneke Nieuwenhuizen <janneke@gnu.org>
2023-05-17 22:26:06 +02:00
Christopher Baines
0540f4e20d
gnu: guix-build-coordinator-agent-only: Fix missing wrapping.
Remove the arguments so the arguments of the guix-build-coordinator package
apply.

* gnu/packages/package-management.scm (guix-build-coordinator/agent-only)[arguments]: Remove.
2023-05-17 14:48:38 +01:00
Sharlatan Hellseher
90675cbe35
gnu: libmixed: Update to 2.0-1.9b2668e.
* gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e.
  [arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-17 15:27:39 +02:00
cage
ed60a524fb
gnu: cl-croatoan: Update to 0.1.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-17 15:21:55 +02:00
Yovan Naumovski
cf82526ac4
gnu: slurp: Update to 1.4.0.
* gnu/packages/image.scm (slurp): Update to 1.4.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-17 18:24:48 +08:00
Yovan Naumovski
430920e91e
gnu: scrot: Update to 1.9.
* gnu/packages/xdisorg.scm (scrot): Update to 1.9.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-17 18:19:39 +08:00
宋文武
9daf62c016
gnu: xfce: Use "Greybird" and "elementary-xfce-dark" as default theme.
* gnu/packages/patches/xfce4-settings-defaults.patch: Set "ThemeName"
to "Greybird", "IconThemeName" to "elementary-xfce-dark".
* gnu/packages/xfce.scm (xfce)[inputs]: Add elementary-xfce-icon-theme.
2023-05-17 18:12:57 +08:00
Leo Famulari
c8e599b939
gnu: Add linux-libre 6.3.
* gnu/packages/linux.scm (linux-libre-6.3-version, linux-libre-6.3-gnu-revision,
deblob-scripts-6.3, linux-libre-6.3-pristine-source, linux-libre-6.3-source,
linux-libre-headers-6.3, linux-libre-6.3): New variables.
* gnu/packages/aux-files/linux-libre/6.3-arm.conf,
gnu/packages/aux-files/linux-libre/6.3-arm64.conf,
gnu/packages/aux-files/linux-libre/6.3-i686.conf,
gnu/packages/aux-files/linux-libre/6.3-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2023-05-16 13:15:13 -04:00
Andrew Tropin
66ecffbeba
services: Add default values.
* gnu/services.scm (boot-service-type, activation-service-type,
etc-service-type, profile-service-type): Add default-value.
* gnu/system/shadow.scm (account-service-type): Add default-value.
2023-05-16 19:45:27 +04:00
Ricardo Wurmus
8659f5e3ee
gnu: ztoolkit-rsvg: Drop package label.
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Use
MODIFY-INPUTS.
2023-05-16 11:21:47 +02:00
Ricardo Wurmus
2d62262ead
gnu: ztoolkit: Update to 0.1.2.
* gnu/packages/audio.scm (ztoolkit): Update to 0.1.2.
2023-05-16 11:21:47 +02:00
Arjan Adriaanse
fe01acea56
gnu: rust-trybuild-1: Update to 1.0.77.
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.77.
[cargo-inputs]: Add rust-basic-toml-0.1, rust-serde-derive-1. Remove
rust-toml-0.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-16 09:34:29 +03:00
Arjan Adriaanse
8b45602465
gnu: Add rust-basic-toml-0.1.
* gnu/packages/crates-io.scm (rust-basic-toml-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-16 09:33:44 +03:00
Efraim Flashner
242cc93438
gnu: tofi: Build the man-pages.
* gnu/packages/xdisorg.scm (tofi)[native-inputs]: Add scdoc.
2023-05-15 22:29:35 +03:00
Yovan Naumovski
15838db973
gnu: tofi: Update to 0.9.1.
* gnu/packages/xdisorg.scm (tofi): Update to 0.9.1.
[source]: Add patch to fix building on 32-bit systems.
* gnu/packages/patches/tofi-32bit-compat.patch.
* gnu/local.mk (dist_patch_DATA): Register it.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-15 22:29:35 +03:00
Efraim Flashner
d9c0280d5e
gnu: tokyocabinet: Fix building on non-x86 systems.
* gnu/packages/databases.scm (tokyocabinet)[arguments]: Adjust
configure-flags to not enable x86 specific cflags when building for
other architectures.
2023-05-15 21:33:56 +03:00
Efraim Flashner
6e38ec447f
gnu: vulkan-loader: Limit tests to x86_64 and i686.
* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Only run the tests
when building on x86_64-linux or i686-linux.
2023-05-15 17:08:32 +03:00
宋文武
bcda49b656
gnu: Use dummy linker for '*-elf' systems.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Return "no-ld.so" for
systems with a "-elf" suffix.
2023-05-15 21:31:51 +08:00
Bassam Saeed
4975a517c8
gnu: Add font-recursive.
* gnu/packages/fonts.scm (font-recursive): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-15 18:25:07 +08:00
Efraim Flashner
2d98244c9d
gnu: alacritty: Update how we patch libraries.
* gnu/packages/terminals.scm (alacritty)[arguments]: Rewrite the
'add-absolute-library-references phase to search all of the rust sources
and patch the necessary libraries.
2023-05-15 13:06:07 +03:00
André Batista
79e9a70c94
gnu: lighttpd: Update to 1.4.70.
* gnu/packages/web.scm (lighttpd): Update to 1.4.70.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-15 18:00:58 +08:00
Ahmad Draidi
bf4b2ed165
gnu: Add font-scientifica.
* gnu/packages/fonts.scm (font-scientifica): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-15 17:50:56 +08:00
Efraim Flashner
13e252af79
gnu: mariadb: Fix building on riscv64-linux.
* gnu/packages/databases.scm (mariadb)[arguments]: Add a phase when
building for riscv64-linux to apply a patch.
[native-inputs]: When building for riscv64-linux add patch and a patch
file.
* gnu/packages/patches/mariadb-rocksdb-atomic-linking.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-05-15 11:16:39 +03:00