Commit graph

110507 commits

Author SHA1 Message Date
Maxim Cournoyer ec730083be
gnu: guile-aiscm: Update to 0.25.2.
The OpenCV support was dropped upstream.

* gnu/packages/machine-learning.scm (guile-aiscm): Update to 0.25.2.
[arguments]: Delete #:configure-flags.
[inputs]: Remove opencv.
[native-inputs]: Bump clang and llvm to version 13.
2023-03-22 21:45:29 -04:00
Erik Giorgis 48b87dfd48
gnu: Add waybar-experimental.
* gnu/packages/wm.scm (waybar-experimental): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 14:17:24 -04:00
Andy Tai 2cf24e9840
gnu: Add opencv-next.
* gnu/packages/image-processing.scm (opencv-next): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 14:17:24 -04:00
Jelle Licht b45f75d5b7
gnu: node-lts: Remove dependency on python-wrapper.
This also reduces the closure size of node-lts from 255 MiB to
172 MiB (on x86_64-linux).

* gnu/packages/node.scm (node-lts)[inputs]: Remove PYTHON-WRAPPER.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 14:17:23 -04:00
Nicolas Goaziou 6fcdd3b8b9
gnu: musescore: Update to 4.0.2.
* gnu/packages/music.scm (musescore): Update to 4.0.2.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 14:17:23 -04:00
Sergey Trofimov afb1373fce
gnu: borgmatic: Update to 1.7.9.
* gnu/packages/backup.scm (borgmatic): Update to 1.7.9.
[arguments]: Set absolute store paths in the custom 'configure' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-22 12:51:17 -04:00
Leo Famulari 91f92f32d5
gnu: OpenSSH: Update to 9.3p1 [security fixes].
The release announcement contains more information about the security
vulnerabilities fixed in this update:

https://www.openssh.com/txt/release-9.3

* gnu/packages/ssh.scm (openssh): Update to 9.3p1.
2023-03-22 11:49:04 -04:00
Maxim Cournoyer 4f8a13b9fb
gnu: wireshark: Update dependencies, use Qt 6.
* gnu/packages/networking.scm (wireshark)
[arguments] <#:configure-flags>: Add -DUSE_qt6=ON.
[inputs]: Replace lua-5.2 with lua,
qtbase-5 with qtbase, qtmultimedia-5 with qtmultimedia, qtsvg-5 with qtsvg.
Add qt5compat.
[native-inputs]: replace qttools-5 with qttools.
2023-03-22 10:09:04 -04:00
Maxim Cournoyer 19af6d9434
gnu: wireshark: Re-instate the validate-runpath phase.
* gnu/packages/networking.scm (wireshark) [arguments]: Use gexps.
Add the CMAKE_MODULE_LINKER_FLAGS CMake variable to the configure flags.
2023-03-22 10:09:04 -04:00
Nicolas Goaziou d22cf3a3f2
gnu: wireshark: Update to 4.0.4.
* gnu/packages/networking.scm (wireshark): Update to 4.0.4.
[arguments]<#:phases>: Re-introduce a now succeeding test and enable parallel
tests.  Update comment.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 10:09:03 -04:00
Nicolas Goaziou 735b83994f
gnu: mame: Update to 0.252.
* gnu/packages/emulators.scm (mame): Update to 0.252.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 10:09:03 -04:00
Bruno Victal 72ef1bef07
services: Add fstrim-service-type.
* gnu/services/linux.scm (fstrim-service-type): New variable.
(fstrim-mcron-job, serialize-fstrim-configuration)
(fstrim-serialize-list-of-strings, fstrim-serialize-boolean): New procedure.
(mcron-time?): New predicate.
(fstrim-configuration): New record.
* doc/guix.texi (Linux Services): Document new fstrim-service-type.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22 10:09:03 -04:00
jgart 2b66b54bae
gnu: Add cl-format-colors.
* gnu/packages/lisp-xyz.scm (cl-format-colors, ecl-format-colors,
  sbcl-format-colors): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 14:27:57 +01:00
jgart c8b3b7fe5a
gnu: Add cl-trivial-rfc-1123.
* gnu/packages/lisp-xyz.scm (cl-trivial-rfc-1123, ecl-trivial-rfc-1123,
  sbcl-trivial-rfc-1123): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 14:23:52 +01:00
jgart 7f1f78c946
gnu: sbcl-trivial-open-browser: Fix path to xdg-open.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-open-browser)[inputs]: Add
  xdg-utils.
  [arguments]: Add 'fix-paths' phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 14:14:38 +01:00
jgart 7f41603da0
gnu: Add cl-isaac.
* gnu/packages/lisp-xyz.scm (cl-isaac, ecl-cl-isaac, sbcl-cl-isaac): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 14:08:16 +01:00
jgart 72644ce13f
gnu: Add cl-music-spelling.
* gnu/packages/lisp-xyz.scm (cl-music-spelling, ecl-music-spelling,
  sbcl-music-spelling): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 14:00:58 +01:00
jgart bd84b284ba
gnu: Add cl-kdlcl.
* gnu/packages/lisp-xyz.scm (cl-kdlcl, ecl-kdlcl, sbcl-kdlcl): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 13:49:01 +01:00
jgart 916716a7da
gnu: cl-json: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-json): Update to 0.6.0.
  [source]: Update url.
  [home-page]: Update url.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 13:37:59 +01:00
jgart dff90b64b9
gnu: ecl-jzon: Enable tests.
* gnu/packages/lisp-xyz.scm (ecl-jzon)[arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 13:25:27 +01:00
jgart b94513bfa6
gnu: cl-jzon: Update to 1.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 13:24:08 +01:00
jgart 31d8bf9580
gnu: cl-conspack: Update to 0.0.0-2.6e529d7.
* gnu/packages/lisp-xyz.scm (sbcl-cl-conspack): Update to 0.0.0-2.6e529d7.
  [arguments]: Enable tests.
  [native-inputs]: Add sbcl-fiveam. Remove sbcl-checkl.
  [inputs]: Use new style.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 13:19:31 +01:00
Guillaume Le Vaillant 45974a39d1
gnu: wireless-regdb: Improve style.
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Use gexps, remove
  trailing booleans.
  (native-inputs): Remove labels.
2023-03-22 13:14:10 +01:00
Guillaume Le Vaillant 90111d83a9
gnu: wireless-regdb: Update to 2023.02.13.
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.02.13.
2023-03-22 12:16:07 +01:00
Sharlatan Hellseher cfccc9acdb
gnu: Add cl-kons-9.
* gnu/packages/lisp-lisp.scm (cl-kons-9, sbcl-kons-9): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:49 +01:00
Sharlatan Hellseher 1f146d4714
gnu: Add cl-clobber.
* gnu/packages/lisp-xyz.scm (cl-clobber, ecl-clobber, sbcl-clobber):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
Sharlatan Hellseher bad546939f
gnu: Add cl-confidence.
* gnu/packages/lisp-check.scm (cl-confidence, ecl-confidence,
  sbcl-confidence): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
Paul A. Patience 121d3adf71
gnu: cl-eclector: Update to 0.9.0.
* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
Paul A. Patience 4f77ece9d5
gnu: cl-eclector: Improve package style.
* gnu/packages/lisp-xyz.scm (sbcl-eclector):
[file-name]: Rename to cl-eclector.
[inputs]: Move below native-inputs and remove labels.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
Paul A. Patience acf616efc8
gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.3729172.
* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to
  0.2.0-0.3729172.
  [file-name]: Rename to cl-concrete-syntax-tree.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
Paul A. Patience 7ecb497599
gnu: cl-trucler: Update to 0.0.0-1.d40ff96.
* gnu/packages/lisp-xyz.scm (sbcl-trucler): Update to 0.0.0-1.d40ff96.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22 10:35:48 +01:00
conses ac64367262
gnu: Add bibata-cursor-theme.
* gnu/packages/gnome-xyz.scm (bibata-cursor-theme): New variable.
2023-03-22 13:08:53 +04:00
conses 331947a9c8
gnu: Add python-clickgen.
* gnu/packages/python-xyz.scm (python-clickgen): New variable.
2023-03-22 13:08:49 +04:00
Efraim Flashner 9931e2f1b1
gnu: lagrange: Update to 1.15.5.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.5.
2023-03-22 10:54:32 +02:00
Efraim Flashner 776965c7de
gnu: qutebrowser: Update to 2.5.4.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.4.
2023-03-22 10:54:32 +02:00
Efraim Flashner f1cb3055ef
gnu: links: Update to 2.29.
* gnu/packages/web-browsers.scm (links): Update to 2.29.
2023-03-22 10:54:29 +02:00
Efraim Flashner 66b2fd0d04
gnu: flatpak: Honor the #:tests? flag.
* gnu/packages/package-management.scm (flatpak)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
2023-03-22 10:40:35 +02:00
Efraim Flashner a08d3cba83
gnu: flatpak: Update to 1.14.4.
* gnu/packages/package-management.scm (flatpak): Update to 1.14.4.
2023-03-22 10:31:15 +02:00
Efraim Flashner 37664e1cec
gnu: toot: Update to 0.36.0.
* gnu/packages/mastodon.scm (toot): Update to 0.36.0.
2023-03-22 10:31:15 +02:00
Efraim Flashner 38f58ae0c0
gnu: git-annex: Update to 10.20230321.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230321.
2023-03-22 10:31:15 +02:00
Antero Mejr 31bed61b82
gnu: Add parform.
* gnu/packages/algebra.scm (parform): New variable.

Signed-off-by: Eric Bavier <bavier@posteo.net>
2023-03-21 23:03:20 -05:00
Antero Mejr 15ee08ebf2
gnu: Add form.
* gnu/packages/algebra.scm (form): New variable.

Signed-off-by: Eric Bavier <bavier@posteo.net>
2023-03-21 23:03:10 -05:00
Danny O'Brien 03ab1a2762
gnu: dbacl: Fix failing check phase.
* gnu/packages/patches/dbacl-icheck-multiple-definitions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/textutils.scm (dbacl) [source]: Apply patch.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 22:13:29 -04:00
Jake Leporte f5d502f7f4
gnu: Add pcsc-tools.
* gnu/packages/security-token.scm (pcsc-tools): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 21:45:12 -04:00
Jake Leporte 608b26699f
gnu: Add perl-pcsc.
* gnu/packages/perl.scm (perl-pcsc): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 21:44:54 -04:00
Felix Gruber 151be9ec76
gnu: Add python-pluggy-next.
* gnu/packages/python-xyz.scm (python-pluggy-next): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 21:12:09 -04:00
Jake Leporte 61e17e2f0d
gnu: Add dozenal.
* gnu/packages/maths.scm (dozenal): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 20:43:17 -04:00
Jake Leporte 58cb6daa76
gnu: Add xforms-gl.
* gnu/packages/xdisorg.scm (xforms-gl): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 20:43:09 -04:00
Jake Leporte f4b88d5ffc
gnu: Add xforms.
* gnu/packages/xdisorg.scm (xforms): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 20:42:54 -04:00
Jake Leporte 4995278574
gnu: Add perl-par.
* gnu/packges/perl.scm (perl-par): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 20:42:51 -04:00