summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-12gnu: r-ps: Update to 1.3.3....* gnu/packages/cran.scm (r-ps): Update to 1.3.3. Ricardo Wurmus
2020-05-12gnu: r-modelr: Update to 0.1.7....* gnu/packages/cran.scm (r-modelr): Update to 0.1.7. Ricardo Wurmus
2020-05-12gnu: r-scales: Update to 1.1.1....* gnu/packages/cran.scm (r-scales): Update to 1.1.1. Ricardo Wurmus
2020-05-12gnu: epiphany: Enable tests....* gnu/packages/gnome.scm (epiphany)[arguments]<#:tests?>: Drop it. <#:phases>: Add disable-failing-tests and pre-check. [inputs]: Add xorg-server-for-tests. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Leo Prikler
2020-05-12gnu: epiphany: Update to 3.34.4....* gnu/packages/gnome.scm (epiphany): Update to 3.34.4. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Leo Prikler
2020-05-12gnu: guile-dsv: Update to 0.3.0....* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.3.0. Alex Sassmannshausen
2020-05-12gnu: Add julia-compat....* gnu/packages/julia-xyz.scm: New file. * gnu/local.mk: Add packages/julia-xyz.scm to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-05-12gnu: julia: Update to 1.4.1....* gnu/packages/julia.scm (julia): Update to 1.4.1. * gnu/packages/julia.scm (julia-llvm): Update to 8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-05-12gnu: Add libwhich....* gnu/packages/julia.scm (libwhich): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-05-12gnu: julia: Fix patch....* gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch: replaced with actual patch. It was a patch creating the patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-05-12gnu: julia: Fix patch URL....* gnu/packages/julia.scm (julia-patch-url): Add ".patch". Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-05-12gnu: cuirass: Update to 0.0.1-30.9559fd1....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-30.9559fd1. Ricardo Wurmus
2020-05-12gnu: mumi: Update to 0.0.1-1.75d34d4....* gnu/packages/mail.scm (mumi): Update to 0.0.1-1.75d34d4. [inputs]: Remove guile-debbugs and gnutls; replace guile-2.2 with guile-3.0. Ricardo Wurmus
2020-05-12gnu: guile-debbugs: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace guile-2.2 with guile-3.0. Ricardo Wurmus
2020-05-12gnu: guile-pfds: Remove obsolete build phase....* gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove phase "work-around-guile-bug". Ricardo Wurmus
2020-05-12gnu: terminology: Update to 1.7.0....* gnu/packages/enlightenment.scm (terminology): Update to 1.7.0. Efraim Flashner
2020-05-12gnu: evisum: Update to 0.4.1....* gnu/packages/enlightenment.scm (evisum): Update to 0.4.1. Efraim Flashner
2020-05-12gnu: guile-redis: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-redis)[native-inputs]: Replace guile-2.2 with guile-3.0. (guile2.2-redis): New variable. Ricardo Wurmus
2020-05-12gnu: guile-lens: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-lens)[native-inputs]: Replace guile-2.2 with guile-3.0. (guile2.2-lens): New variable. Ricardo Wurmus
2020-05-12gnu: guile-webutils: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-webutils)[source]: Add snippet to patch configure.ac. [inputs]: Replace guile-2.2 with guile-3.0. (guile2.2-webutils): New variable. Ricardo Wurmus
2020-05-12gnu: guile-ncurses: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-ncurses)[inputs]: Replace guile-2.2 with guile-3.0. (guile3.0-ncurses): Deprecate in favor of guile-ncurses. (guile2.2-ncurses): New variable. Ricardo Wurmus
2020-05-12gnu: guile-sjson: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile-sjson)[source]: Add snippet to patch configure file. [inputs]: Replace guile-2.2 with guile-3.0. (guile2.2-sjson): New variable. Ricardo Wurmus
2020-05-11gnu: Remove openimageio@1.7....* gnu/packages/graphics.scm (openimageio-1.7): Remove variable. Marius Bakke
2020-05-11gnu: Remove boost@1.69....* gnu/packages/boost.scm (boost-1.69): Remove variable. Marius Bakke
2020-05-11gnu: guix: Update to bdc801e1cf....* gnu/packages/package-management.scm (guix): Update to 1.1.0-4.bdc801e. Marius Bakke
2020-05-11news: Add entry for 'guix graph --path'....* etc/news.scm: Add entry. Ludovic Courtès
2020-05-11guix graph: Add '--path'....* guix/scripts/graph.scm (display-path): New procedure. (%options, show-help): Add '--path'. (guix-graph): Handle it. * tests/guix-graph.sh: Add tests. * doc/guix.texi (Invoking guix graph): Document it. (Invoking guix size): Mention it. Ludovic Courtès
2020-05-11graph: Add 'shortest-path'....* guix/graph.scm (shortest-path): New procedure. * tests/graph.scm ("shortest-path, packages + derivations") ("shortest-path, reverse packages") ("shortest-path, references"): New tests. Ludovic Courtès
2020-05-11graph: reference/referrer node types work with graph traversal....The graph traversal procedures in (guix graph) assume that nodes can be compared with 'eq?', which was not the case for nodes of %REFERENCE-NODE-TYPE and %REFERRER-NODE-TYPE (strings). * guix/scripts/graph.scm (intern): New procedure. (ensure-store-items, references*) (%reference-node-type, non-derivation-referrers) (%referrer-node-type): Use it on all store items. * tests/graph.scm ("node-transitive-edges, references"): New test. Ludovic Courtès
2020-05-11doc: Mention xdot....* doc/guix.texi (Invoking guix graph): Mention xdot. Remove a couple of "| dot -Tpdf" in examples and add "| xdot". (Invoking guix system): Likewise. (Preparing to Use the Bootstrap Binaries): Likewise. Ludovic Courtès
2020-05-11tests: Test 'guix show' with multiple packages....* tests/guix-package-aliases.sh: Test 'guix show' with multiple packages. Ludovic Courtès
2020-05-11guix package, show: Support multiple queries....* guix/scripts/package.scm (process-query): Show multiple queries. * guix/scripts/show.scm (guix-show): Reverse to display in order. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-05-11gnu: waylandpp: Update to 0.2.7....* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.7. Marius Bakke
2020-05-11gnu: wl-clipboard: Update to 2.0.0....* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0. [source](uri): Add "v" prefix in tag reference. Marius Bakke
2020-05-11gnu: capnproto: Update to 0.8.0....* gnu/packages/serialization.scm (capnproto): Update to 0.8.0. Marius Bakke
2020-05-11gnu: rng-tools: Update to 6.10....* gnu/packages/linux.scm (rng-tools): Update to 6.10. [arguments]: Add --without-rtlsdr in #:configure-flags. [inputs]: Add OPENSSL, which is no longer optional. Marius Bakke
2020-05-11gnu: lvm2: Update to 2.03.09....* gnu/packages/linux.scm (lvm2): Update to 2.03.09. Marius Bakke
2020-05-11gnu: libsecret: Update to 0.20.3....* gnu/packages/gnome.scm (libsecret): Update to 0.20.3. Marius Bakke
2020-05-11gnu: oniguruma: Do not build the static library....* gnu/packages/textutils.scm (oniguruma)[arguments]: New field. Marius Bakke
2020-05-11gnu: oniguruma: Update to 6.9.5-rev1....* gnu/packages/textutils.scm (oniguruma): Update to 6.9.5-rev1. [source](uri): Adjust for inconsistent URI when dashes are involved. Marius Bakke
2020-05-11gnu: wxwidgets: Update to 3.0.5.1....* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.5.1. Marius Bakke
2020-05-11gnu: i3-wm: Update to 4.18.1....* gnu/packages/wm.scm (i3-wm): Update to 4.18.1. Marius Bakke
2020-05-11gnu: bitcoin: Fix test failure with Python 3.8....* gnu/packages/patches/bitcoin-core-python-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/finance.scm (bitcoin-core)[source](patches): New field. Marius Bakke
2020-05-11gnu: re2: Update to 2020-05-01....* gnu/packages/regex.scm (re2): Update to 2020-05-01. [source](modules, snippet): New fields. * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add substitution to adjust for re2 API change. * gnu/packages/qt.scm (qtwebengine)[arguments]: Likewise. Marius Bakke
2020-05-11gnu: OpenEXR: Update to 2.5.0....* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: Delete file. * gnu/packages/patches/ilmbase-fix-test-arm.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (ilmbase): Update to 2.5.0. Marius Bakke
2020-05-11gnu: samba: Update to 4.11.9....* gnu/packages/samba.scm (samba): Update to 4.11.9. Tobias Geerinckx-Rice
2020-05-11gnu: flatpak: Update to 1.6.3....* gnu/packages/package-management.scm (flatpak): Update to 1.6.3. [arguments]: Enable tests; add --with-system-dbus-proxy to configure flags; add "fix-tests" phase and replace "check" phase. [native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales. [inputs]: Add xdg-dbus-proxy. Ricardo Wurmus
2020-05-11gnu: git-annex: Add support for v4 of S3 support....* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch. * gnu/packages/patches/git-annex-S3v4.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2020-05-11gnu: Add rtl-443....* gnu/packages/radio.scm (rtl-433): New variable. Guillaume Le Vaillant
2020-05-11gnu: proot: Fix test failures....The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that this commit addresses. * gnu/packages/base.scm (coreutils-8.30): New variable. * gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and GNU-MAKE-4.2. Ludovic Courtès