summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: linux-libre 4.14: Update to 4.14.311.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.311. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre 4.19: Update to 4.19.279.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.279. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre 5.4: Update to 5.4.238.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.238. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre 5.10: Update to 5.10.176.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.176. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre 5.15: Update to 5.15.104.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.104. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre 6.1: Update to 6.1.21.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.21. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: linux-libre: Update to 6.2.8.•••* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.8. (linux-libre-6.2-pristine-source): Update hash. Leo Famulari2023-03-241-2/+2
* gnu: subversion: Use gexps and remove input labels.•••* 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. Maxim Cournoyer2023-03-231-63/+57
* gnu: subversion: Tentatively reinstate parallel tests.•••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. Maxim Cournoyer2023-03-231-3/+1
* gnu: subversion: Update to 1.14.2 [security fixes].•••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> Greg Hogan2023-03-231-2/+2
* gnu: komikku: Update to 1.15.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.15.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Liliana Marie Prikler2023-03-231-2/+3
* gnu: octave: Remove input labels.•••* gnu/packages/maths.scm (octave-cli) [source]: Fix indentation. [inputs]: Remove labels. [arguments]: Delete trailing #t. Maxim Cournoyer2023-03-231-37/+36
* gnu: octave: Update to 8.1.0.•••* gnu/packages/maths.scm (octave): Update to 8.1.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Greg Hogan2023-03-231-2/+2
* gnu: sbcl-confidence: Fix typo in description.•••* gnu/packages/lisp-xyz.scm (sbcl-confidence) [description]: Fix typo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart2023-03-231-1/+1
* gnu: opencv: Mention it includes the Python bindings.•••* gnu/packages/image-processing.scm (opencv) [description]: Mention the Python bindings are included in this package. Maxim Cournoyer2023-03-231-1/+4
* services: network-manager: Set LINUX_MODULE_DIRECTORY environment variable.•••Fixes <https://issues.guix.gnu.org/62409>. * gnu/services/networking.scm (network-manager-shepherd-service): Set the LINUX_MODULE_DIRECTORY environment variable. Maxim Cournoyer2023-03-231-1/+5
* gnu: network-manager: Patch modprobe file name.•••Partially fixes <https://issues.guix.gnu.org/62409>. * gnu/packages/gnome.scm (network-manager) [arguments]: Add patch-modprobe-path phase. [inputs]: Add kmod. Maxim Cournoyer2023-03-231-0/+9
* gnu: network-manager-openvpn: Update to 1.10.2.•••* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.10.2. Maxim Cournoyer2023-03-231-2/+2
* gnu: network-manager: Update to 1.43.4.•••* gnu/packages/gnome.scm (network-manager): Update to 1.43.4. Maxim Cournoyer2023-03-231-2/+2
* gnu: Add soapyremote.•••* gnu/packages/radio.scm (soapyremote): New variable. Guillaume Le Vaillant2023-03-231-0/+28
* gnu: Add soapymultisdr.•••* gnu/packages/radio.scm (soapymultisdr): New variable. Guillaume Le Vaillant2023-03-231-0/+25
* gnu: python-pre-commit: Move deprecated variable next to replacement.•••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. Maxim Cournoyer2023-03-222-3/+3
* gnu: cling: Correct erroneous substitute pattern.•••* gnu/packages/llvm.scm (cling) [arguments]: Properly escape '\b' in the regexp pattern of the patch-paths phase. Maxim Cournoyer2023-03-221-1/+1
* gnu: opencv: Absorb opencv-next.•••* 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. Maxim Cournoyer2023-03-221-112/+30
* 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. Maxim Cournoyer2023-03-221-24/+6
* 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> Erik Giorgis2023-03-221-0/+8
* 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> Andy Tai2023-03-221-0/+77
* 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> Jelle Licht2023-03-221-1/+0
* 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> Nicolas Goaziou2023-03-221-2/+2
* 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> Sergey Trofimov2023-03-221-5/+10
* 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. Leo Famulari2023-03-221-2/+2
* 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. Maxim Cournoyer2023-03-221-6/+8
* 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. Maxim Cournoyer2023-03-221-26/+20
* 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> Nicolas Goaziou2023-03-221-11/+11
* gnu: mame: Update to 0.252.•••* gnu/packages/emulators.scm (mame): Update to 0.252. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Nicolas Goaziou2023-03-221-2/+2
* 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> Bruno Victal2023-03-221-0/+100
* 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> jgart2023-03-221-0/+29
* 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> jgart2023-03-221-0/+30
* 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> jgart2023-03-221-1/+12
* 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> jgart2023-03-221-0/+30
* 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> jgart2023-03-221-0/+29
* 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> jgart2023-03-221-0/+30
* 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> jgart2023-03-221-26/+23
* gnu: ecl-jzon: Enable tests.•••* gnu/packages/lisp-xyz.scm (ecl-jzon)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2023-03-221-7/+1
* 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> jgart2023-03-221-2/+2
* 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> jgart2023-03-221-20/+11
* gnu: wireless-regdb: Improve style.•••* gnu/packages/linux.scm (wireless-regdb)[arguments]: Use gexps, remove trailing booleans. (native-inputs): Remove labels. Guillaume Le Vaillant2023-03-221-46/+42
* gnu: wireless-regdb: Update to 2023.02.13.•••* gnu/packages/linux.scm (wireless-regdb): Update to 2023.02.13. Guillaume Le Vaillant2023-03-221-2/+2
* 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> Sharlatan Hellseher2023-03-221-0/+54
* 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> Sharlatan Hellseher2023-03-221-0/+30