summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-30gnu: wireguard-linux-compat: Update to 1.0.20200623.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20200623.
2020-06-30gnu: menumaker: Update to 0.99.12.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
2020-06-30gnu: libwacom: Update to 1.4.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 1.4.
2020-06-30gnu: youtube-dl: Update to 2020.06.16.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2020.06.16.1.
2020-06-30lint: Adjust 'swh-error exception handler.Ludovic Courtès
* guix/lint.scm (check-archival): Change first clause to match only 'swh-error keys.
2020-06-30swh: Adjust for Guile-JSON 4.0 null handling.Ludovic Courtès
* guix/swh.scm (string*): Add clause for 'null.
2020-06-30gnu: geeqie: Update to 1.5.Ludovic Courtès
* gnu/packages/image-viewers.scm (geeqie): Update to 1.5. [arguments]: Add "--enable-gtk3" to #:configure-flags. Remove #:parallel-build? and #:phases.
2020-06-30gnu: darktable: Add dependency on GMIC and OpenCL headers.Vinicius Monego
* gnu/packages/photo.scm (darktable)[arguments]: Fix opencl-c.h path. [native-inputs]: Add opencl-headers, make LLVM version specific. [inputs]: Add gmic. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-30gnu: python-imageio: Update home-page, synopsis and description.Vinicius Monego
* gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-30gnu: gcc-toolchain: Remove "glibc:debug" and "glibc:static" from "out".Ludovic Courtès
With this change, the closure of "gcc-toolchain:out" goes from 1 GiB to 393 MiB, which was the intention. * gnu/packages/commencement.scm (make-gcc-toolchain): Filter out "libc-debug" and "libc-static" from OUT.
2020-06-30pack: Dereference symlinks when looking for executables.Ludovic Courtès
Fixes <https://bugs.gnu.org/42127>. Reported by Andrius Štikonas <andrius@stikonas.eu>. * guix/scripts/pack.scm (wrapped-package)[build]: Add trailing slash to the arguments to 'find-files'.
2020-06-30build-system/r: bioconductor-uri: Fix archive URL.zimoun
* guix/build-system/r.scm (bioconductor-uri): Fix archive URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-29gnu: java-bsh: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-bsh)[source]: Download using git-fetch.
2020-06-29gnu: java-jcommander: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-jcommander)[source]: Download using git-fetch.
2020-06-29gnu: java-jboss-javassist: Remove prebuilt jar in snippet.Efraim Flashner
* gnu/packages/java.scm (java-jboss-javassist)[source]: Add snippet to remove prebuilt jar. [arguments]: Remove custom 'remove-binary phase.
2020-06-29gnu: java-jboss-javassist: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-jboss-javassist)[source]: Download using git-fetch. [arguments]: Add custom 'make-files-writable phase.
2020-06-29gnu: java-assertj: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-asssertj)[source]: Download using git-fetch.
2020-06-29gnu: java-guice: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-guice)[source]: Download using git-fetch. [arguments]: Add custom 'make-files-writable phase. (java-guice-servlet)[arguments]: Same.
2020-06-29gnu: emacs-modus-vivendi-theme: Update to 0.10.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.10.0.
2020-06-29gnu: emacs-modus-operandi-theme: Update to 0.10.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.10.0.
2020-06-29gnu: starfighter: Update to 2.2.1.Kei Kebreau
* gnu/packages/games.scm (starfighter): Update to 2.2.1. [source]: Update URI.
2020-06-29ci: Do not limit disk-image size.Mathieu Othacehe
Installation tests are already checking the disk-image size. Do not set another limit here. * gnu/ci.scm (image-jobs): Do not limit disk-image size.
2020-06-29gnu: Add mednafen.Nicolas Goaziou
* gnu/packages/emulators.scm (mednafen): New variable.
2020-06-29gnu: marisa: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/datastructures.scm (marisa)[description]: Use @acronym.
2020-06-29gnu: marisa: Update to 0.2.6.Tobias Geerinckx-Rice
* gnu/packages/datastructures.scm (marisa): Update to 0.2.6. [source]: Use worse URL. [native-inputs]: Add autoconf, automake, and libtool.
2020-06-29gnu: mariadb-connector-c: Update to 3.1.9.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.9.
2020-06-29gnu: perl-dbix-class: Update to 0.082842.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082842. [propagated-inputs]: Replace perl-sql-abstract with perl-sql-abstract-classic.
2020-06-29gnu: Add perl-sql-abstract-classic.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (perl-sql-abstract-classic): New public variable.
2020-06-29gnu: rust-x11-dl: Update to 2.18.5.Tobias Geerinckx-Rice
* gnu/packages/crates-io.scm (rust-x11-dl): Update to 2.18.5.
2020-06-29gnu: python-coverage: Update home page.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-coverage)[home-page]: Update & use HTTPS.
2020-06-29gnu: sparse: Update to 0.6.2.Tobias Geerinckx-Rice
* gnu/packages/c.scm (sparse): Update to 0.6.2.
2020-06-29gnu: ccache: Update to 3.7.10.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache): Update to 3.7.10.
2020-06-29gnu: stellarium: Update to 0.20.2.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.2.
2020-06-29gnu: ansible: Update to 2.9.10.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.9.10.
2020-06-29gnu: s-tui: Update to 1.0.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (s-tui): Update to 1.0.1.
2020-06-29gnu: xxhash: Detect vector instructions at run time.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash)[arguments]: Set DISPATCH=1 make flag on x86.
2020-06-29gnu: xxhash: Update to 0.7.4.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash): Update to 0.7.4.
2020-06-29gnu: xxhash: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash)[arguments]: Use CC-FOR-TARGET.
2020-06-29gnu: vdirsyncer: Update to 0.16.8.Tobias Geerinckx-Rice
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.8. [propagated-inputs]: Use python-click-5.
2020-06-29gnu: Add python-click@5.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-click-5): New public variable.
2020-06-29gnu: monero-gui: Update to 0.16.0.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.1.
2020-06-29gnu: monero: Update to 0.16.0.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.16.0.1.
2020-06-29gnu: python-pytest-flake8: Update to 1.0.6.Matthew Kraai
* gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-06-29gnu: Add bats.Oleg Pykhalov
* gnu/packages/bash.scm (bats): New variable.
2020-06-29gnu: artanis: Use guile2.2 version of guile-redis.Masaya Tojo
* gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from guile-redis to guile2.2-redis. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-29gnu: exercism: Don't install source.Jakub Kądziołka
* gnu/packages/education.scm (exercism)[arguments]: Set install-source? to #f.
2020-06-29gnu: Add burgerspace.Nicolas Goaziou
* gnu/packages/games.scm (burgerspace): New variable.
2020-06-29gnu: Add flatzebra.Nicolas Goaziou
* gnu/packages/game-development.scm (flatzebra): New variable.
2020-06-28gnu: python-xlib: Fix native input.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace python2-setuptools-scm with python-setuptools-scm.
2020-06-28gnu: python2-xlib: Update to 0.27.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python2-xlib): Update to 0.27.