Age | Commit message (Collapse) | Author |
|
The version is re-integrated with the package to allow 'guix refresh -l' to
work.
* gnu/packages/patches/webkitgtk-libelogind.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/webkit.scm (%webkit-version): Delete variable.
(webkitgtk): Update to 2.40.0. Apply new patch.
[arguments]: Add a CMAKE_CXX_FLAGS configure flag. Delete
help-cmake-find-elogind phase.
[native-inputs]: Add unifdef.
[inputs]: Remove gtk+-2. Add libavif.
(wpewebkit): Update to 2.40.0.
(webkitgtk-next) [inputs]: Remove now extraneous gtk+-2 deletion.
|
|
* gnu/packages/gstreamer.scm (python-gst): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.22.1.
[arguments]: Use meson-0.63. Remove the disable-asfmux-test and reinstate the
msdkh264enc, svthevcenc, dash_mpd and curlhttpsrc tests.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.22.1.
|
|
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.1.
[arguments]: Use meson-0.63.
|
|
* gnu/packages/xiph.scm (speexdsp): Update to 1.2.1.
|
|
* gnu/packages/video.scm (rav1e)[source]: Remove outdated snippet.
[arguments]: Remove custom 'force-rust-edition-2018 phase.
|
|
With resolved conflicts in:
gnu/packages/ibus.scm
gnu/packages/image.scm
gnu/packages/lisp.scm
gnu/packages/virtualization.scm
|
|
Fixes <https://issues.guix.gnu.org/62409>.
* gnu/services/networking.scm (network-manager-shepherd-service): Set the
LINUX_MODULE_DIRECTORY environment variable.
|
|
Partially fixes <https://issues.guix.gnu.org/62409>.
* gnu/packages/gnome.scm (network-manager)
[arguments]: Add patch-modprobe-path phase.
[inputs]: Add kmod.
|
|
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.10.2.
|
|
* gnu/packages/gnome.scm (network-manager): Update to 1.43.4.
|
|
* gnu/packages/radio.scm (soapyremote): New variable.
|
|
* gnu/packages/radio.scm (soapymultisdr): New variable.
|
|
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/packages/llvm.scm (cling) [arguments]: Properly escape '\b' in the
regexp pattern of the patch-paths phase.
|
|
* 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.
|
|
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/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/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>
|
|
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/packages/music.scm (musescore): Update to 4.0.2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* 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>
|
|
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/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/packages/networking.scm (wireshark) [arguments]: Use gexps.
Add the CMAKE_MODULE_LINKER_FLAGS CMake variable to the configure flags.
|
|
* 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/packages/emulators.scm (mame): Update to 0.252.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* 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>
|
|
* 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/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/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/packages/lisp-xyz.scm (cl-isaac, ecl-cl-isaac, sbcl-cl-isaac): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/packages/lisp-xyz.scm (cl-kdlcl, ecl-kdlcl, sbcl-kdlcl): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/packages/lisp-xyz.scm (ecl-jzon)[arguments]: Enable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/packages/linux.scm (wireless-regdb)[arguments]: Use gexps, remove
trailing booleans.
(native-inputs): Remove labels.
|
|
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.02.13.
|
|
* gnu/packages/lisp-lisp.scm (cl-kons-9, sbcl-kons-9): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-clobber, ecl-clobber, sbcl-clobber):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-check.scm (cl-confidence, ecl-confidence,
sbcl-confidence): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|