Age | Commit message (Expand) | Author |
---|---|---|
2021-04-21 | cve: Gracefully handle bogus CVE entries....Fixes <https://bugs.gnu.org/47941>. Reported by Jack Hill <jackhill@jackhill.us>. * guix/cve.scm (reference-data->cve-references): Gracefully handle lack of "reference_data". (cpe-match->cve-configuration): Gracefully handle lack of "cpe23Uri". | Ludovic Courtès |
2021-04-21 | gnu: emacspeak: Fix Tclx and espeak server loading....Fixes <https://issues.guix.gnu.org/42861>. * gnu/packages/emacs-xyz.scm (emacspeak)[arguments]: In the 'configure' phase, add Tclx library to the load path of Tcl in the espeak server script. Remove 'wrap-program' phase. | Kei Kebreau |
2021-04-21 | gnu: wxmaxima: Update to 21.04.0....* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0. | Kei Kebreau |
2021-04-21 | gnu: Add crm114....* gnu/packages/mail.scm (crm114): New variable. | Arun Isaac |
2021-04-21 | gnu: kitty: Update to 0.20.1....gnu/packages/terminals.scm (kitty): Update to 0.20.1. Signed-off-by: Leo Famulari <leo@famulari.name> | Ekaitz Zarraga |
2021-04-21 | gnu: Blender: Add the missing Voxel Remesher....* gnu/packages/graphics.scm (blender)[inputs]: Add openvdb. [arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> | Ekaitz Zarraga |
2021-04-21 | gnu: julia-inifile: Fix grammar....* gnu/packages/julia-xyz.scm (julia-inifile)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: emacs-webpaste: Fix grammar....* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: emacs-svg-icon: Fix grammar....* gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: r-circrnaprofiler: Fix grammar....* gnu/packages/bioconductor.scm (r-circrnaprofiler)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: emacs-realgud: Fix grammar....* gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: julia-fillarrays: Fix grammar....* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: qite: Fix grammar....* gnu/packages/qt.scm (qite)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: ocaml-mdx: Fix grammar....* gnu/packages/ocaml.scm (ocaml-mdx)[description]: Remove gratuitous uses of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: emacs-consult: Fix grammar....* gnu/packages/emacs-xyz.scm (emacs-consult)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: rust-jni-0.18: Fix grammar....* gnu/packages/crates-io.scm (rust-jni-0.18)[description]: Remove gratuitous use of "permits to". | Vagrant Cascadian |
2021-04-21 | gnu: rust-wayland-egl-0.28: Fix grammar....* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.28)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: ipxe: Fix grammar....* gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous use of "allows to". | Vagrant Cascadian |
2021-04-21 | gnu: python-flake8-implicit-str-concat: Fix typo....* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[description]: Fix spelling of "formatting". | Vagrant Cascadian |
2021-04-21 | gnu: sbcl-clip: Fix typo....* gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of "dependent". | Vagrant Cascadian |
2021-04-21 | gnu: rust-tint-1: Fix typo....* gnu/packages/crates-io.scm (rust-tint-1)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | gnu: rust-rawkey-0.1: Fix typo....* gnu/packages/crates-io.scm (rust-rawkey-0.1)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | gnu: rust-parse-zoneinfo-0.3: Fix typo....* gnu/packages/crates-io.scm (rust-parse-zoneinfo-0.3)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | gnu: rust-parking-2: Fix typo....* gnu/packages/crates-io.scm (rust-parking-2)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | gnu: go-github-com-mesilliac-pulse-simple: Fix typo....* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple)[description]: Fix typo "This package". | Vagrant Cascadian |
2021-04-21 | gnu: rust-gag-0.1: Fix typo....* gnu/packages/crates-io.scm (rust-gag-0.1)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | gnu: r-msmstests: Fix typo....* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix "This package" typo. | Vagrant Cascadian |
2021-04-21 | image: Fix spelling of "evaluate"...* gnu/build/image.scm: Fix typo. | Vagrant Cascadian |
2021-04-21 | gnu: openjdk: Disallow references to the JDK used for build....This ensures JDKs don't unintentionally keep references to the one used to build them, as reported at <https://issues.guix.gnu.org/31719#7> and fixed by 97a43db8b4416a1450aa61737edba9cf4126cf1c. * gnu/packages/java.scm (icedtea-8)[arguments]: Add #:disallowed-references. (openjdk9)[arguments]: Likewise. (openjdk10)[arguments]: Likewise. (openjdk11)[arguments]: Likewise. | Ludovic Courtès |
2021-04-21 | gnu: openjdk: Avoid non-top-level 'use-modules'....* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]: Replace non-top-level 'use-modules' by '@'. | Ludovic Courtès |
2021-04-21 | gnu: openjdk: Fix library substitution when libraries aren't found....* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]: Change 'find-library' to always return a string. Change 'find-library' callers to use 'string-append' rather than 'format'. Starting from 97a43db8b4416a1450aa61737edba9cf4126cf1c, 'find-library' could return #f and JNI substitutions would emit a literal "#f". Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Carlo Zancanaro |
2021-04-21 | gnu: python-djvulibre: Update to 0.8.6....* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6. | Guillaume Le Vaillant |
2021-04-21 | gnu: jgmenu: Update to 4.3.0....* gnu/packages/xdisorg.scm (jgmenu): Update to 4.3.0. [arguments]: Add 'test-target' keyword. Remove 'fix-tests' phase. Use 'cc-for-target' instead of hard-coding gcc. | Guillaume Le Vaillant |
2021-04-21 | gnu: txr: Update to 256....* gnu/packages/lisp.scm (txr): Update to 256. | Guillaume Le Vaillant |
2021-04-21 | gnu: cuirass: Update to 1.0.0-15.962923c....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-15.962923c. | Mathieu Othacehe |
2021-04-21 | gnu: cuirass: Update to 1.0.0-14.f20309c....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-14.f20309c. | Mathieu Othacehe |
2021-04-21 | gnu: Add libcxx+libcxxabi-6....* gnu/packages/llvm.scm (libcxx+libcxxabi-6): New variable. | Ricardo Wurmus |
2021-04-21 | gnu: Add libcxxabi-6....* gnu/packages/llvm.scm (libcxxabi-6): New variable. | Ricardo Wurmus |
2021-04-21 | gnu: xfce: Autostart mate-polkit....* gnu/packages/xfce.scm (xfce):[inputs]: Add mate-polkit-for-xfce. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> | Brendan Tildesley |
2021-04-21 | gnu: Add mate-polkit-for-xfce....gnu/packages/xfce.scm (mate-polkit-for-xfce) New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> | Brendan Tildesley |
2021-04-21 | gnu: skopeo: Update to 1.2.3....* gnu/packages/virtualization.scm (skopeo): Update to 1.2.3. | Tobias Geerinckx-Rice |
2021-04-21 | gnu: ant: Update to 1.10.10....* gnu/packages/java.scm (ant): Update to 1.10.10. | Tobias Geerinckx-Rice |
2021-04-21 | gnu: libdvdcss: Update to 1.4.3....* gnu/packages/video.scm (libdvdcss): Update to 1.4.3. | Tobias Geerinckx-Rice |
2021-04-21 | gnu: wine: Update to 6.6....* gnu/packages/wine.scm (wine): Update to 6.6. | Tobias Geerinckx-Rice |
2021-04-21 | gnu: bcachefs-tools: Update to 0.1-5.ce906d6....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6. | Tobias Geerinckx-Rice |
2021-04-21 | gnu: wine-staging: Update to 5.22....* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 5.22. | Tobias Geerinckx-Rice |
2021-04-20 | po: Remove file that no longer exists....This is a followup to d95168321f4a9bf6857b598da0a183b45a868d54. * po/guix/POTFILES.in: Remove guix/scripts/import/nix.scm. | Ludovic Courtès |
2021-04-20 | doc: Clarify further the distinction between the web-based manuals....As discussed on #guix IRC, several of us struggle to reliably choose the right option based on the old labels: https://logs.guix.gnu.org/guix/2021-04-20.log#182137 * doc/build.scm (html-manual-indexes): Try to distinguish between the two options more clearly. | Leo Famulari |
2021-04-20 | gnu: Add avro-cpp-1.9....* gnu/packages/serialization.scm (avro-cpp-1.9): New variable. | Ricardo Wurmus |
2021-04-20 | gnu: Add nanodbc....* gnu/packages/databases.scm (nanodbc): New variable. | Ricardo Wurmus |