summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-24gnu: Add emacs-jit-spell.Morgan Smith
* gnu/packages/emacs-xyz.scm (emacs-jit-spell): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-24gnu: linux-libre 4.14: Update to 4.14.311.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.311. (linux-libre-4.14-pristine-source): Update hash.
2023-03-24gnu: linux-libre 4.19: Update to 4.19.279.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.279. (linux-libre-4.19-pristine-source): Update hash.
2023-03-24gnu: linux-libre 5.4: Update to 5.4.238.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.238. (linux-libre-5.4-pristine-source): Update hash.
2023-03-24gnu: linux-libre 5.10: Update to 5.10.176.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.176. (linux-libre-5.10-pristine-source): Update hash.
2023-03-24gnu: linux-libre 5.15: Update to 5.15.104.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.104. (linux-libre-5.15-pristine-source): Update hash.
2023-03-24gnu: linux-libre 6.1: Update to 6.1.21.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.21. (linux-libre-6.1-pristine-source): Update hash.
2023-03-24gnu: linux-libre: Update to 6.2.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.8. (linux-libre-6.2-pristine-source): Update hash.
2023-03-23gnu: subversion: Use gexps and remove input labels.Maxim Cournoyer
* gnu/packages/version-control.scm (subversion) [source]: Fix indentation. [arguments]: Use gexps. Strip trailing #t. Use search-input-file in patch-libtool-wrapper-ls phase. [inputs]: Remove labels and sort.
2023-03-23gnu: subversion: Tentatively reinstate parallel tests.Maxim Cournoyer
The tests have been disabled for 3 years, and there have been multiple new releases of Subversion since. * gnu/packages/version-control.scm (subversion) [arguments]: Delete parallel-tests? argument.
2023-03-23gnu: subversion: Update to 1.14.2 [security fixes].Greg Hogan
This release contains fixes for CVE-2021-28544 and CVE-2022-24070. * gnu/packages/version-control.scm (subversion): Update to 1.14.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-23gnu: komikku: Update to 1.15.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.15.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-23gnu: octave: Remove input labels.Maxim Cournoyer
* gnu/packages/maths.scm (octave-cli) [source]: Fix indentation. [inputs]: Remove labels. [arguments]: Delete trailing #t.
2023-03-23gnu: octave: Update to 8.1.0.Greg Hogan
* gnu/packages/maths.scm (octave): Update to 8.1.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-23gnu: sbcl-confidence: Fix typo in description.jgart
* gnu/packages/lisp-xyz.scm (sbcl-confidence) [description]: Fix typo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-23gnu: opencv: Mention it includes the Python bindings.Maxim Cournoyer
* gnu/packages/image-processing.scm (opencv) [description]: Mention the Python bindings are included in this package.
2023-03-23doc: Mention Python 2 packages should not be added anymore.Maxim Cournoyer
* doc/contributing.texi (Python Modules): Mention Python 2 packages should not be added anymore.
2023-03-23services: network-manager: Set LINUX_MODULE_DIRECTORY environment variable.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/62409>. * gnu/services/networking.scm (network-manager-shepherd-service): Set the LINUX_MODULE_DIRECTORY environment variable.
2023-03-23gnu: network-manager: Patch modprobe file name.Maxim Cournoyer
Partially fixes <https://issues.guix.gnu.org/62409>. * gnu/packages/gnome.scm (network-manager) [arguments]: Add patch-modprobe-path phase. [inputs]: Add kmod.
2023-03-23gnu: network-manager-openvpn: Update to 1.10.2.Maxim Cournoyer
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.10.2.
2023-03-23gnu: network-manager: Update to 1.43.4.Maxim Cournoyer
* gnu/packages/gnome.scm (network-manager): Update to 1.43.4.
2023-03-23gnu: Add soapyremote.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapyremote): New variable.
2023-03-23gnu: Add soapymultisdr.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapymultisdr): New variable.
2023-03-22gnu: python-pre-commit: Move deprecated variable next to replacement.Maxim Cournoyer
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.
2023-03-22gnu: cling: Correct erroneous substitute pattern.Maxim Cournoyer
* gnu/packages/llvm.scm (cling) [arguments]: Properly escape '\b' in the regexp pattern of the patch-paths phase.
2023-03-22gnu: opencv: Absorb opencv-next.Maxim Cournoyer
* 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.
2023-03-22gnu: guile-aiscm: Update to 0.25.2.Maxim Cournoyer
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-22gnu: Add waybar-experimental.Erik Giorgis
* 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-22gnu: Add opencv-next.Andy Tai
* 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-22gnu: node-lts: Remove dependency on python-wrapper.Jelle Licht
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-22gnu: musescore: Update to 4.0.2.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 4.0.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22gnu: borgmatic: Update to 1.7.9.Sergey Trofimov
* 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-22gnu: OpenSSH: Update to 9.3p1 [security fixes].Leo Famulari
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-22gnu: wireshark: Update dependencies, use Qt 6.Maxim Cournoyer
* 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-22gnu: wireshark: Re-instate the validate-runpath phase.Maxim Cournoyer
* gnu/packages/networking.scm (wireshark) [arguments]: Use gexps. Add the CMAKE_MODULE_LINKER_FLAGS CMake variable to the configure flags.
2023-03-22gnu: wireshark: Update to 4.0.4.Nicolas Goaziou
* 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-22gnu: mame: Update to 0.252.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Update to 0.252. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-22services: Add fstrim-service-type.Bruno Victal
* 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-22gnu: Add cl-format-colors.jgart
* 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-22gnu: Add cl-trivial-rfc-1123.jgart
* 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-22gnu: sbcl-trivial-open-browser: Fix path to xdg-open.jgart
* 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-22gnu: Add cl-isaac.jgart
* 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-22gnu: Add cl-music-spelling.jgart
* 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-22gnu: Add cl-kdlcl.jgart
* gnu/packages/lisp-xyz.scm (cl-kdlcl, ecl-kdlcl, sbcl-kdlcl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22gnu: cl-json: Update to 0.6.0.jgart
* 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-22gnu: ecl-jzon: Enable tests.jgart
* gnu/packages/lisp-xyz.scm (ecl-jzon)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22gnu: cl-jzon: Update to 1.1.0.jgart
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-22gnu: cl-conspack: Update to 0.0.0-2.6e529d7.jgart
* 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-22gnu: wireless-regdb: Improve style.Guillaume Le Vaillant
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Use gexps, remove trailing booleans. (native-inputs): Remove labels.
2023-03-22gnu: wireless-regdb: Update to 2023.02.13.Guillaume Le Vaillant
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.02.13.