Commit Graph

106401 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 6bb9424f22
.guix-authorizations: Authorise John Kehayias.
* .guix-authorizations (podiki): Add OpenPGP key fingerprint.
2022-12-11 01:00:01 +01:00
Tobias Geerinckx-Rice 776632c0be
gnu: yajl: Improve description.
* gnu/packages/web.scm (yajl)[synopsis, description]: Edit.  Mark up.
Note generator.
2022-12-11 01:00:00 +01:00
Tobias Geerinckx-Rice 2a779dc9bd
gnu: yajl: Remove trailing #t from phases.
* gnu/packages/web.scm (yajl)[arguments]: Don't explicitly return #t from phases.
2022-12-11 01:00:00 +01:00
Tobias Geerinckx-Rice 8fe6d3e844
gnu: yajl: Drop custom ‘lib-’ prefix.
* gnu/packages/web.scm (yajl): New variable, renamed from…
(libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl.
Adjust all users.
2022-12-11 01:00:00 +01:00
Marius Bakke b5f3a1b84e
gnu: Remove unused module import.
* gnu/packages/version-control.scm: Don't import (guix build python-build-system).
2022-12-12 15:12:58 +01:00
Marius Bakke 16f87d883b
services: zabbix-server: Increase Shepherd grace period.
* gnu/services/monitoring.scm (zabbix-server-shepherd-service)[stop]: Add
 #:grace-period.
2022-12-12 15:12:58 +01:00
Marius Bakke 79564bf997
gnu: ffmpeg: Promote version 5 to the default.
* gnu/packages/video.scm (ffmpeg): Alias to FFMPEG-5.
(mlt-6)[inpust]: Replace "ffmpeg" with FFMPEG-4.
(transcode, libquicktime, ffmpegthumbnailer, mplayer, obs,
simplescreenrecorder, handbrake, ffms2, libopenshot, wlstream)[inputs]: Change
from FFMPEG to FFMPEG-4.
* gnu/packages/arcan.scm (arcan)[inputs]: Likewise.
* gnu/packages/astronomy.scm (stackistry, libskry)[inputs]: Likewise.
* gnu/packages/audio.scm (aubio, bs1770gain)[inputs]: Likewise.
* gnu/packages/education.scm (openboard)[inputs]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu, retroarch, pcsxr, ppsspp)[inputs]:
Likewise.
* gnu/packages/game-development.scm (warsow-qfusion)[inputs]: Likewise.
* gnu/packages/games.scm (oshu, hedgewars)[inputs]: Likewise.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise.
* gnu/packages/graphics.scm (openscenegraph)[inputs]: Likewise.
* gnu/packages/image-processing.scm (opencv, paraview-5.9)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-ffmpeg-jll)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (kid3)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[inputs]: Likewise.
* gnu/packages/linphone.scm (mediastreamer2)[inputs]: Likewise.
* gnu/packages/linux.scm (pipewire)[inputs]: Likewise.
(pipewire-0.3)[inputs]: Replace "ffmpeg" with FFMPEG.
* gnu/packages/mp3.scm (chromaprint)[inputs]: Change from FFMPEG to FFMPEG-4.
* gnu/packages/music.scm (musikcube)[inputs]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise.
* gnu/packages/qt.scm (qtwebengine-5)[inputs]: Likewise.
2022-12-12 15:12:58 +01:00
Marius Bakke bf9d119e32
gnu: Sort module imports in (gnu packages scheme).
* gnu/packages/scheme.scm: Sort imports.  Remove one duplicate.
2022-12-12 15:12:58 +01:00
Marius Bakke 240c823ae1
gnu: pianobar: Update to 2022.04.01.
* gnu/packages/music.scm (pianobar): Update to 2022.04.01.
2022-12-12 15:12:58 +01:00
Marius Bakke 1572071b68
gnu: motion: Remove input labels.
* gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
2022-12-12 15:12:57 +01:00
Marius Bakke dce40ccc47
gnu: motion: Update to 4.5.0.
* gnu/packages/video.scm (motion): Update to 4.5.0.
2022-12-12 15:12:57 +01:00
Marius Bakke 3dc667b6f8
gnu: vapoursynth: Remove input labels.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
2022-12-12 15:12:57 +01:00
Marius Bakke 85ea2dfc4c
gnu: vapoursynth: Update to 61.
* gnu/packages/video.scm (vapoursynth): Update to 61.
2022-12-12 15:12:57 +01:00
Marius Bakke 6bfde85d36
gnu: wxsvg: Update to 1.5.24.
* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
2022-12-12 15:12:57 +01:00
Marius Bakke f9fb8460ce
gnu: tracker-miners: Remove obsolete input.
* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
2022-12-12 15:12:57 +01:00
Marius Bakke b8b4d63137
gnu: OpenLDAP: Update to 2.6.3.
* gnu/packages/openldap.scm (openldap-2.6): Update to 2.6.3.
2022-12-12 15:12:57 +01:00
Ludovic Courtès 302a84a593
Merge branch 'version-1.4.0' 2022-12-12 15:03:35 +01:00
Ludovic Courtès 3677b97030
pki: 'public-keys->acl' deduplicates entries.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>
in <https://issues.guix.gnu.org/50892>.

* guix/pki.scm (public-keys->acl): Add call to 'delete-duplicates'.
* tests/pki.scm ("public-keys->acl deduplication"): New test.
2022-12-12 15:03:05 +01:00
Ricardo Wurmus 94e9651241
gnu: Add python-pomegranate.
* gnu/packages/python-xyz.scm (python-pomegranate): New variable.
2022-12-12 14:37:04 +01:00
Ricardo Wurmus bc47a1bf02
gnu: Add python-pygtrie.
* gnu/packages/python-xyz.scm (python-pygtrie): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 49ec1fbc8f
gnu: Add python-flask-jwt.
* gnu/packages/python-web.scm (python-flask-jwt): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus be9e8c3963
gnu: Add python-apispec-webframeworks.
* gnu/packages/python-xyz.scm (python-apispec-webframeworks): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus a88fa1ced7
gnu: Add python-fit-nbinom.
* gnu/packages/python-xyz.scm (python-fit-nbinom): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 97cfa1cd78
gnu: Add python-py4j.
* gnu/packages/python-xyz.scm (python-py4j): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus df9a7c2032
gnu: Add python-imbalanced-learn.
* gnu/packages/machine-learning.scm (python-imbalanced-learn): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 91d4a78f41
gnu: Add python-cleanlab-1.
* gnu/packages/machine-learning.scm (python-cleanlab-1): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus eb23379828
gnu: Add python-cleanlab.
* gnu/packages/machine-learning.scm (python-cleanlab): New variable.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 2c8a53cb6b
gnu: bioperl-minimal: Remove trailing #T from build phase.
* gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
trailing #T from build phase.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 7c8832e106
gnu: u-boot: Use plain list of inputs.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
2022-12-12 14:37:03 +01:00
Ricardo Wurmus 5b0e656e57
gnu: u-boot: Update to 2022.10.
* gnu/packages/bootloaders.scm (u-boot): Update to 2022.10.
* gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Disable
fit_pre_load_data, which depends on openssl.
2022-12-12 14:37:03 +01:00
Joeke de Graaf ad4bb682d3
gnu: eisl: Update to 2.65.
* gnu/packages/lisp.scm (eisl): Update to 2.65.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-12 11:51:45 +01:00
Paul A. Patience 7a1f1a48cb
gnu: cl-april: Update to 1.0-3.bdd74f1.
* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-3.bdd74f1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-12 11:34:46 +01:00
jgart fbec026f42
gnu: Add cl-conduit-packages.
* gnu/packages/lisp-xyz.scm (cl-conduit-packages, ecl-conduit-packages,
  sbcl-conduit-packages): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-12 11:33:33 +01:00
jgart 911b0a5451
gnu: Add cl-fare-csv.
* gnu/packages/lisp-xyz.scm (cl-fare-csv, ecl-fare-csv, sbcl-fare-csv):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-12 11:24:47 +01:00
Pierre Neidhardt 8ac8ca3252
gnu: mcomix: Update to 2.0.2.
* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
2022-12-12 10:52:47 +01:00
Efraim Flashner 45f5feb279
image: Use 512 byte blocks for EFI partitions.
Addresses <https://issues.guix.gnu.org/59695>.

* gnu/build/image.scm (make-vfat-image): When creating a fat filesystem
for UEFI bootable partition use 512 byte blocks.
2022-12-12 10:47:59 +02:00
Arun Isaac 2d989ad597
gnu: python-seaborn: Update to 0.12.0.
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.12.0.
[source]: Remove patches.
[arguments]: Import (ice-9 match) module. Remove patch-more-tests and
start-xserver phases. Replace build and install phases. Fix pytest command in
check phase.
[native-inputs]: Add python-flit-core and python-pypa-build. Remove
xorg-server-for-tests.
* gnu/packages/patches/python-seaborn-2690.patch,
gnu/packages/patches/python-seaborn-kde-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister them.
2022-12-11 23:55:54 +00:00
Vagrant Cascadian e074559eda
gnu: guile-json: Update to 4.7.3.
* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
2022-12-11 15:23:02 -08:00
Vivien Kraus via Guix-patches via 0ce1f82e5a
news: Fix typos in French text.
* etc/news.scm: Fix typos.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-11 10:04:38 +01:00
Julien Lepiller 64e130fc6f
news: Add 'fr' translation.
* etc/news.scm: Add French translation of 'customize-linux' entry.
2022-12-10 22:13:10 +01:00
Evgeny Pisemsky 14ca72226b
gnu: perl-lingua-translit: Wrap translit program.
* gnu/packages/perl.scm (perl-lingua-translit)[arguments]: Add “wrap-translit”
phase.
[inputs]: Add bash-minimal.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-10 20:38:40 +01:00
Efraim Flashner a7f41aac7a
gnu: julia-geometrybasics: Update to 0.4.2.
* gnu/packages/julia-xyz.scm (julia-geometrybasics): Update to 0.4.2.
2022-12-10 21:10:10 +02:00
Efraim Flashner aa583170dc
gnu: julia-http: Update to 0.9.17.
* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.17.
[arguments]: Skip another test in 'disable-network-tests phase.
2022-12-10 21:10:10 +02:00
Efraim Flashner 9f980cdf52
gnu: julia-chainrulescore: Skip two tests.
* gnu/packages/julia-xyz.scm (julia-chainrulescore)[arguments]: Add a
phase to skip two tests.
2022-12-10 21:10:09 +02:00
Efraim Flashner a5db747515
gnu: julia-colortypes: Update to 0.11.1.
* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.1.
[arguments]: Add phase to skip broken test.
2022-12-10 21:10:09 +02:00
Efraim Flashner a87f448cbf
gnu: julia-irtools: Update to 0.4.7.
* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
2022-12-10 21:10:09 +02:00
Efraim Flashner a11281b01c
gnu: julia-benchmarktools: Update to 1.3.2.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
2022-12-10 21:10:08 +02:00
Efraim Flashner 71fb8f328d
gnu: julia-fixedpointnumbers: Update to 0.8.4-1.59ee94b.
* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Update to
0.8.4-1.59ee94b.
[arguments]: Skip tests. Remove 'disable-failing-test phase.
2022-12-10 21:10:08 +02:00
Ludovic Courtès 6dbdb5fcf5
gnu: guix: Update to 1.4.0rc2. 2022-12-10 18:19:22 +01:00
Ludovic Courtès 7866294e32
deduplicate: Use 'sendfile' only with file ports.
Fixes a regression introduced in b129026e2e.

* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
only when INPUT' is a file port.
2022-12-10 18:13:39 +01:00