summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* 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.
* gnu: wimlib: Disable static library.Tobias Geerinckx-Rice2021-04-20
| | | | | * gnu/packages/backup.scm (wimlib)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: wimlib: Update to 1.13.4.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/backup.scm (wimlib): Update to 1.13.4.
* gnu: jucipp: Update clang version.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
* gnu: openjdk: Clean up runtime dependencies between Java versions.Carlo Zancanaro2021-04-20
| | | | | | | * gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11): Do not consider icedtea/openjdk input paths when rewriting JNI libraries. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: cuirass: Update to 1.0.0-13.a946fe2.Mathieu Othacehe2021-04-20
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-13.a946fe2.
* gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].Mark H Weaver2021-04-19
| | | | | | | | | Includes fixes for CVE-2021-23961, CVE-2021-23994, CVE-2021-23995, CVE-2021-23998, CVE-2021-23999, CVE-2021-24002, CVE-2021-29945, and CVE-2021-29946. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash.
* gnu: workrave: Update to 1.10.43.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/gnome.scm (workrave): Update to 1.10.43.
* gnu: jucipp: Fix description mark-up.Tobias Geerinckx-Rice2021-04-20
| | | | | * gnu/packages/text-editors.scm (jucipp)[description]: Substitute @acronym for @dfn.
* gnu: jucipp: Update to 1.6.3.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/text-editors.scm (jucipp): Update to 1.6.3.
* gnu: usbredir: Update to 0.9.0.Tobias Geerinckx-Rice2021-04-20
| | | | | * gnu/packages/spice.scm (usbredir): Update to 0.9.0. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: s6-linux-utils: Update to 2.5.1.5.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.5.
* gnu: s6-linux-init: Update to 1.0.6.2.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.2.
* gnu: s6-portable-utils: Update to 2.2.3.2.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.2.
* gnu: s6-rc: Update to 0.5.2.2.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-rc): Update to 0.5.2.2.
* gnu: s6-networking: Update to 2.4.1.1.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-networking): Update to 2.4.1.1.
* gnu: s6-dns: Update to 2.3.5.1.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.1.
* gnu: s6: Update to 2.10.0.3.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (s6): Update to 2.10.0.3.
* gnu: execline: Update to 2.8.0.1.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (execline): Update to 2.8.0.1.
* gnu: skalibs: Update to 2.10.0.3.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.3.
* gnu: cdemu-client: Update to 3.2.5.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.5.
* gnu: cdemu-daemon: Update to 3.2.5.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.5.
* gnu: libmirage: Update to 3.2.5.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/cdrom.scm (libmirage): Update to 3.2.5.
* gnu: mgba: Update to 0.9.1.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/emulators.scm (mgba): Update to 0.9.1.
* gnu: python-xlsxwriter: Update to 1.3.9.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
* gnu: openssh: Update to 8.6p1.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/ssh.scm (openssh): Update to 8.6p1.
* gnu: libxlsxwriter: Update to 1.0.2.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.2.