aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into staging.Maxim Cournoyer2023-03-23
|\ | | | | | | | | | | | | | | With resolved conflicts in: gnu/packages/ibus.scm gnu/packages/image.scm gnu/packages/lisp.scm gnu/packages/virtualization.scm
| * gnu: network-manager: Patch modprobe file name.Maxim Cournoyer2023-03-23
| | | | | | | | | | | | | | | | Partially fixes <https://issues.guix.gnu.org/62409>. * gnu/packages/gnome.scm (network-manager) [arguments]: Add patch-modprobe-path phase. [inputs]: Add kmod.
| * gnu: network-manager-openvpn: Update to 1.10.2.Maxim Cournoyer2023-03-23
| | | | | | | | * gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.10.2.
| * gnu: network-manager: Update to 1.43.4.Maxim Cournoyer2023-03-23
| | | | | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.43.4.
| * gnu: Add soapyremote.Guillaume Le Vaillant2023-03-23
| | | | | | | | * gnu/packages/radio.scm (soapyremote): New variable.
| * gnu: Add soapymultisdr.Guillaume Le Vaillant2023-03-23
| | | | | | | | * gnu/packages/radio.scm (soapymultisdr): New variable.
| * gnu: python-pre-commit: Move deprecated variable next to replacement.Maxim Cournoyer2023-03-22
| | | | | | | | | | | | | | | | | | | | This fixes a module import dependency cycle, which was introduced in 831baaf81e57ce9d9053ba6f9e0653a2d27298c4 ("gnu: python-pre-commit: Replace with pre-commit."). The rule of thumb to avoid these is that the deprecated package should live next to the replacement package (in the same module). * gnu/packages/python-xyz.scm (python-pre-commit): Move to... * gnu/packages/version-control.scm (python-pre-commit): ... here.
| * gnu: cling: Correct erroneous substitute pattern.Maxim Cournoyer2023-03-22
| | | | | | | | | | * gnu/packages/llvm.scm (cling) [arguments]: Properly escape '\b' in the regexp pattern of the patch-paths phase.
| * gnu: opencv: Absorb opencv-next.Maxim Cournoyer2023-03-22
| | | | | | | | | | | | | | | | * gnu/packages/image-processing.scm (opencv): Absorb opencv-next, updating package to 4.7.0. [arguments]: Simplify the regexps in the disable-broken-tests phase, to make it easier to understand. Simply remove the removed lined in the do-not-install-3rdparty-file phase, instead of leaving it blank.
| * gnu: guile-aiscm: Update to 0.25.2.Maxim Cournoyer2023-03-22
| | | | | | | | | | | | | | | | | | 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.
| * gnu: Add waybar-experimental.Erik Giorgis2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: Add opencv-next.Andy Tai2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: node-lts: Remove dependency on python-wrapper.Jelle Licht2023-03-22
| | | | | | | | | | | | | | | | | | 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>
| * gnu: musescore: Update to 4.0.2.Nicolas Goaziou2023-03-22
| | | | | | | | | | | | * gnu/packages/music.scm (musescore): Update to 4.0.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: borgmatic: Update to 1.7.9.Sergey Trofimov2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: OpenSSH: Update to 9.3p1 [security fixes].Leo Famulari2023-03-22
| | | | | | | | | | | | | | | | | | 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.
| * gnu: wireshark: Update dependencies, use Qt 6.Maxim Cournoyer2023-03-22
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: wireshark: Re-instate the validate-runpath phase.Maxim Cournoyer2023-03-22
| | | | | | | | | | * gnu/packages/networking.scm (wireshark) [arguments]: Use gexps. Add the CMAKE_MODULE_LINKER_FLAGS CMake variable to the configure flags.
| * gnu: wireshark: Update to 4.0.4.Nicolas Goaziou2023-03-22
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: mame: Update to 0.252.Nicolas Goaziou2023-03-22
| | | | | | | | | | | | * gnu/packages/emulators.scm (mame): Update to 0.252. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: Add cl-format-colors.jgart2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: Add cl-trivial-rfc-1123.jgart2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: sbcl-trivial-open-browser: Fix path to xdg-open.jgart2023-03-22
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add cl-isaac.jgart2023-03-22
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-isaac, ecl-cl-isaac, sbcl-cl-isaac): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-music-spelling.jgart2023-03-22
| | | | | | | | | | | | | | * 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>
| * gnu: Add cl-kdlcl.jgart2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-kdlcl, ecl-kdlcl, sbcl-kdlcl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-json: Update to 0.6.0.jgart2023-03-22
| | | | | | | | | | | | | | | | * 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>
| * gnu: ecl-jzon: Enable tests.jgart2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-jzon)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-jzon: Update to 1.1.0.jgart2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-conspack: Update to 0.0.0-2.6e529d7.jgart2023-03-22
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: wireless-regdb: Improve style.Guillaume Le Vaillant2023-03-22
| | | | | | | | | | | | * gnu/packages/linux.scm (wireless-regdb)[arguments]: Use gexps, remove trailing booleans. (native-inputs): Remove labels.
| * gnu: wireless-regdb: Update to 2023.02.13.Guillaume Le Vaillant2023-03-22
| | | | | | | | * gnu/packages/linux.scm (wireless-regdb): Update to 2023.02.13.
| * gnu: Add cl-kons-9.Sharlatan Hellseher2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-lisp.scm (cl-kons-9, sbcl-kons-9): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-clobber.Sharlatan Hellseher2023-03-22
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-clobber, ecl-clobber, sbcl-clobber): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-confidence.Sharlatan Hellseher2023-03-22
| | | | | | | | | | | | | | * gnu/packages/lisp-check.scm (cl-confidence, ecl-confidence, sbcl-confidence): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-eclector: Update to 0.9.0.Paul A. Patience2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-eclector: Improve package style.Paul A. Patience2023-03-22
| | | | | | | | | | | | | | | | * 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>
| * gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.3729172.Paul A. Patience2023-03-22
| | | | | | | | | | | | | | | | * 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>
| * gnu: cl-trucler: Update to 0.0.0-1.d40ff96.Paul A. Patience2023-03-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trucler): Update to 0.0.0-1.d40ff96. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add bibata-cursor-theme.conses2023-03-22
| | | | | | | | * gnu/packages/gnome-xyz.scm (bibata-cursor-theme): New variable.
| * gnu: Add python-clickgen.conses2023-03-22
| | | | | | | | * gnu/packages/python-xyz.scm (python-clickgen): New variable.
| * gnu: lagrange: Update to 1.15.5.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.15.5.
| * gnu: qutebrowser: Update to 2.5.4.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.4.
| * gnu: links: Update to 2.29.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/web-browsers.scm (links): Update to 2.29.
| * gnu: flatpak: Honor the #:tests? flag.Efraim Flashner2023-03-22
| | | | | | | | | | * gnu/packages/package-management.scm (flatpak)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
| * gnu: flatpak: Update to 1.14.4.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/package-management.scm (flatpak): Update to 1.14.4.
| * gnu: toot: Update to 0.36.0.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/mastodon.scm (toot): Update to 0.36.0.
| * gnu: git-annex: Update to 10.20230321.Efraim Flashner2023-03-22
| | | | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230321.
| * gnu: Add parform.Antero Mejr2023-03-21
| | | | | | | | | | | | * gnu/packages/algebra.scm (parform): New variable. Signed-off-by: Eric Bavier <bavier@posteo.net>
| * gnu: Add form.Antero Mejr2023-03-21
| | | | | | | | | | | | * gnu/packages/algebra.scm (form): New variable. Signed-off-by: Eric Bavier <bavier@posteo.net>