summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add crm114.Arun Isaac2021-04-21
| | | | * gnu/packages/mail.scm (crm114): New variable.
* gnu: kitty: Update to 0.20.1.Ekaitz Zarraga2021-04-21
| | | | | | gnu/packages/terminals.scm (kitty): Update to 0.20.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Blender: Add the missing Voxel Remesher.Ekaitz Zarraga2021-04-21
| | | | | | | * gnu/packages/graphics.scm (blender)[inputs]: Add openvdb. [arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: julia-inifile: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/julia-xyz.scm (julia-inifile)[description]: Remove gratuitous use of "allows to".
* gnu: emacs-webpaste: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Remove gratuitous use of "allows to".
* gnu: emacs-svg-icon: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove gratuitous use of "allows to".
* gnu: r-circrnaprofiler: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/bioconductor.scm (r-circrnaprofiler)[description]: Remove gratuitous use of "allows to".
* gnu: emacs-realgud: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove gratuitous use of "allows to".
* gnu: julia-fillarrays: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove gratuitous use of "allows to".
* gnu: qite: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/qt.scm (qite)[description]: Remove gratuitous use of "allows to".
* gnu: ocaml-mdx: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/ocaml.scm (ocaml-mdx)[description]: Remove gratuitous uses of "allows to".
* gnu: emacs-consult: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-consult)[description]: Remove gratuitous use of "allows to".
* gnu: rust-jni-0.18: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-jni-0.18)[description]: Remove gratuitous use of "permits to".
* gnu: rust-wayland-egl-0.28: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | | * gnu/packages/crates-graphics.scm (rust-wayland-egl-0.28)[description]: Remove gratuitous use of "allows to".
* gnu: ipxe: Fix grammar.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous use of "allows to".
* gnu: python-flake8-implicit-str-concat: Fix typo.Vagrant Cascadian2021-04-21
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[description]: Fix spelling of "formatting".
* gnu: sbcl-clip: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of "dependent".
* gnu: rust-tint-1: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-tint-1)[description]: Fix "This package" typo.
* gnu: rust-rawkey-0.1: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-rawkey-0.1)[description]: Fix "This package" typo.
* gnu: rust-parse-zoneinfo-0.3: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-parse-zoneinfo-0.3)[description]: Fix "This package" typo.
* gnu: rust-parking-2: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-parking-2)[description]: Fix "This package" typo.
* gnu: go-github-com-mesilliac-pulse-simple: Fix typo.Vagrant Cascadian2021-04-21
| | | | | | * gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple)[description]: Fix typo "This package".
* gnu: rust-gag-0.1: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/crates-io.scm (rust-gag-0.1)[description]: Fix "This package" typo.
* gnu: r-msmstests: Fix typo.Vagrant Cascadian2021-04-21
| | | | | * gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix "This package" typo.
* image: Fix spelling of "evaluate"Vagrant Cascadian2021-04-21
| | | | * gnu/build/image.scm: Fix typo.
* gnu: openjdk: Disallow references to the JDK used for build.Ludovic Courtès2021-04-21
| | | | | | | | | | | 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.
* gnu: openjdk: Avoid non-top-level 'use-modules'.Ludovic Courtès2021-04-21
| | | | | * gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]: Replace non-top-level 'use-modules' by '@'.
* gnu: openjdk: Fix library substitution when libraries aren't found.Carlo Zancanaro2021-04-21
| | | | | | | | | | * 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>
* gnu: python-djvulibre: Update to 0.8.6.Guillaume Le Vaillant2021-04-21
| | | | * gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
* gnu: jgmenu: Update to 4.3.0.Guillaume Le Vaillant2021-04-21
| | | | | | * 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.
* gnu: txr: Update to 256.Guillaume Le Vaillant2021-04-21
| | | | * gnu/packages/lisp.scm (txr): Update to 256.
* gnu: cuirass: Update to 1.0.0-15.962923c.Mathieu Othacehe2021-04-21
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-15.962923c.
* gnu: cuirass: Update to 1.0.0-14.f20309c.Mathieu Othacehe2021-04-21
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-14.f20309c.
* gnu: Add libcxx+libcxxabi-6.Ricardo Wurmus2021-04-21
| | | | * gnu/packages/llvm.scm (libcxx+libcxxabi-6): New variable.
* gnu: Add libcxxabi-6.Ricardo Wurmus2021-04-21
| | | | * gnu/packages/llvm.scm (libcxxabi-6): New variable.
* gnu: xfce: Autostart mate-polkit.Brendan Tildesley2021-04-21
| | | | | | * gnu/packages/xfce.scm (xfce):[inputs]: Add mate-polkit-for-xfce. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add mate-polkit-for-xfce.Brendan Tildesley2021-04-21
| | | | | | gnu/packages/xfce.scm (mate-polkit-for-xfce) New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: skopeo: Update to 1.2.3.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/virtualization.scm (skopeo): Update to 1.2.3.
* gnu: ant: Update to 1.10.10.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/java.scm (ant): Update to 1.10.10.
* gnu: libdvdcss: Update to 1.4.3.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
* gnu: wine: Update to 6.6.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/wine.scm (wine): Update to 6.6.
* gnu: bcachefs-tools: Update to 0.1-5.ce906d6.Tobias Geerinckx-Rice2021-04-21
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.
* gnu: wine-staging: Update to 5.22.Tobias Geerinckx-Rice2021-04-21
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging): Update to 5.22.
* gnu: Add avro-cpp-1.9.Ricardo Wurmus2021-04-20
| | | | * gnu/packages/serialization.scm (avro-cpp-1.9): New variable.
* gnu: Add nanodbc.Ricardo Wurmus2021-04-20
| | | | * gnu/packages/databases.scm (nanodbc): New variable.
* services: wireguard: Add keep-alive support.Guillaume Le Vaillant2021-04-20
| | | | | | * gnu/services/vpn.scm (<wireguard-peer>): Add 'keep-alive' field. (wireguard-configuration-file): Use it. * doc/guix.texi (VPN Services): Document it.
* gnu: guile-git: Update to 0.5.1.Ludovic Courtès2021-04-20
| | | | | | | Fixes <https://bugs.gnu.org/47808>. Reported by Bone Baboon <bone.baboon@disroot.org>. * gnu/packages/guile.scm (guile-git): Update to 0.5.1.
* gnu: klavaro: Update to 3.12.Tobias Geerinckx-Rice2021-04-20
| | | | | * gnu/packages/education.scm (klavaro): Update to 3.12. [inputs]: Add gtkdatabox.
* gnu: xoscope: Update to 2.3.Tobias Geerinckx-Rice2021-04-20
| | | | | | * gnu/packages/electronics.scm (xoscope): Update to 2.3. [native-inputs]: Add m4. [inputs]: Substitute gtk+ for gtk+-2.
* gnu: gtkdatabox: Update to 1.0.0.Tobias Geerinckx-Rice2021-04-20
| | | | | * gnu/packages/gtk.scm (gtkdatabox): Update to 1.0.0. [inputs]: Substitute gtk+ for gtk+-2.