summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers.Ludovic Courtès
* nix/libutil/hash.cc (struct Ctx): Copy from gcrypt-hash.hh. (start, update, finish): Use gcrypt functions directly instead of OpenSSL-like wrappers. * nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh, nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h, nix/libutil/sha512.h: Remove. * nix/local.mk (libutil_a_SOURCES, libutil_headers): Adjust accordingly.
2020-06-27daemon: Map directly to gcrypt hash functions.Ludovic Courtès
* nix/libutil/hash.hh (HashType): Map directly to GCRY_MD_ values. (md5HashSize, sha1HashSize, sha256HashSize, sha512HashSize): Remove. * nix/libutil/hash.cc (Hash::Hash): Use 'gcry_md_get_algo_dlen'.
2020-06-27bash completion: Complete 'guix environment' properly.Ludovic Courtès
* etc/completion/bash/guix (_guix_complete): Add case for "guix environment".
2020-06-27gnu: Add autofs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (autofs): New public variable. Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-06-27gnu: python-setproctitle: Fix indentation.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
2020-06-27gnu: python-setproctitle: Fix build.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]: Add ‘--embed’ to $PYCONFIG.
2020-06-27gnu: Add r-shapforxgboost.Peter Lo
* gnu/packages/cran.scm (r-shapforxgboost): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-06-27gnu: Add emacs-browse-kill-ring.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable.
2020-06-27gnu: x265: Update to 3.4.Marius Bakke
* gnu/packages/patches/x265-arm-flags.patch: Update patch. * gnu/packages/video.scm (x265): Update to 3.4. [arguments]: Remove obsolete substitution. Disable the newly-added assembly optimizations on AArch64, as they are not implemented for all targets we build.
2020-06-27gnu: libcyaml: Remove unused input.Marius Bakke
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
2020-06-27gnu: ilmbase: Update to 2.5.2.Marius Bakke
* gnu/packages/patches/ilmbase-fix-test-arm.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (ilmbase): Update to 2.5.2. [source](patches): Remove 'ilmbase-fix-test-arm.patch'. (openexr)[arguments]: Really increase test timeout, as the previous fix was ineffective.
2020-06-27gnu: libzip: Update to 1.7.1.Marius Bakke
* gnu/packages/compression.scm (libzip): Update to 1.7.1.
2020-06-27gnu: exempi: Delete the static library.Marius Bakke
* gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a.
2020-06-27gnu: exempi: Update to 2.5.2.Marius Bakke
* gnu/packages/freedesktop.scm (exempi): Update to 2.5.2.
2020-06-27gnu: python-gevent: Update to 20.6.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2. (python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
2020-06-27gnu: python-greenlet: Update to 0.4.16.Marius Bakke
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
2020-06-27gnu: Add python2-selectors2.Marius Bakke
* gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
2020-06-27gnu: dav1d: Update to 0.7.1.Marius Bakke
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
2020-06-27gnu: libconfuse: Do not build static libraries.Marius Bakke
* gnu/packages/textutils.scm (libconfuse)[arguments]: New field.
2020-06-27gnu: libconfuse: Update to 3.3.Marius Bakke
* gnu/packages/textutils.scm (libconfuse): Update to 3.3.
2020-06-27gnu: spdlog: Update to 1.6.1.Marius Bakke
* gnu/packages/logging.scm (spdlog): Update to 1.6.1. [arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags.
2020-06-27gnu: feh: Update to 3.4.1.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
2020-06-27gnu: opusfile: Do not build static libraries.Marius Bakke
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
2020-06-27gnu: opusfile: Update to 0.12.Marius Bakke
* gnu/packages/xiph.scm (opusfile): Update to 0.12.
2020-06-27gnu: Add dhewm3.Pierre Neidhardt
* gnu/packages/game-development.scm (dhewm3): New variable.
2020-06-27gnu: slynk: Update to 20200626.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (slynk): Update 20200626. [source]: Don't rename slynk-util system since it seems useless for sbcl-slynk but it breaks cl-slynk. [description]: Improve syntax.
2020-06-27gnu: emacs-sly: Update to 20200626.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626.
2020-06-27hurd-boot: Mount /proc, add /etc/mtab.Jan (janneke) Nieuwenhuizen
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc. Add symlink to /etc/mtab into /proc/mounts.
2020-06-27hurd-boot: Remove duplicate calls to 'scope'.Jan (janneke) Nieuwenhuizen
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate calls to 'scope'.
2020-06-27gnu: Add jc.Oleg Pykhalov
* gnu/packages/admin.scm (jc): New variable.
2020-06-27gnu: Add jtbl.Oleg Pykhalov
* gnu/packages/admin.scm (jtbl): New variable.
2020-06-27gnu: python-tabulate: Update to 0.8.7.Oleg Pykhalov
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
2020-06-27gnu: gdb-minimal: Include guile.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
2020-06-27gnu: gdb-minimal: Inherit replacements from GDB.Marius Bakke
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-27gnu: gdb@8.2: Do not inherit replacements from 'gdb'.Marius Bakke
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-27gnu: gdb: Apply cross-build fix without changing the native variant.Marius Bakke
Commit 76129cd3edb1eb62778344de0b1b44365f82ee06 accidentally changed the gdb derivation, causing too many rebuilds for the 'master' branch. * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when cross-compiling.
2020-06-27gnu: Add gdb-minimal.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): New variable.
2020-06-26gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd, add required build dependency mig. ["arguments"]: Add "binutils" fall-back lookup in native-inputs for cross-builds. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2): Use it.
2020-06-26gnu: mig: Do not assume "perl" to be available.Jan (janneke) Nieuwenhuizen
* gnu/packages/hurd.scm (mig)[inputs]: Include perl. [arguments]: Substitute "perl" with full store file name in bin/mig. * gnu/packages/cross-base.scm (cross-kernel-headers): Adjust mig-cross accordingly.
2020-06-26gnu: lxrandr: Depend on xrandr.Tobias Geerinckx-Rice
* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's absolute file name. Reported by pinoaffe on #guix.
2020-06-26gnu: python-autopep8: Update to 1.5.3.Maxim Cournoyer
Fixes <http://issues.guix.gnu.org/42062>. * gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
2020-06-26installer: Use latest Guile.Mathieu Othacehe
Since the installer is loading Guix modules built with Guile 3.0.4, the installer script must be run by the same Guile version to avoid a bytecode incompatibility. This is a follow-up of a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/installer.scm (installer-program): Use guile3.0-latest for the installation script.
2020-06-26store: Use '=' instead of 'eqv?'.Ludovic Courtès
Fixes <https://bugs.gnu.org/42047>. Reported by Jan Nieuwenhuizen <janneke@gnu.org>. * guix/store.scm (open-connection): Use '=' instead of 'eqv?'. This works around <https://bugs.gnu.org/42060> while also being more accurate since the arguments are known to be integers.
2020-06-26challenge: Fix option indentation in '--help' output.Ludovic Courtès
* guix/scripts/challenge.scm (show-help): Indent '--verbose' and '--diff' correctly (high tech!).
2020-06-26Add more (ice-9 format) imports.Ludovic Courtès
* guix/scripts/describe.scm: Add missing (ice-9 format). * guix/scripts/system.scm: Likewise.
2020-06-26tests: Skip lint tests when HTTP server cannot listen.Ludovic Courtès
This could happen when running tests in parallel. * tests/lint.scm ("github-url") ("github-url: one suggestion") ("github-url: already the correct github url") ("archival: missing content") ("archival: content available") ("archival: missing revision") ("archival: revision available") ("archival: rate limit reached"): Add 'test-skip' statement above.
2020-06-26doc: 'guix hash' is not SHA256-only.Ludovic Courtès
This is a followup to 18ae1ec3ecfe22d55d6cdf595a442afebbc5595a. * doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first paragraph.
2020-06-26gnu: emacs-evil-collection: Update to 20200626.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
2020-06-26tests: install: Disable image compression.Mathieu Othacehe
* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.
2020-06-26tests: install: Fix marionette race condition.Mathieu Othacehe
If the marionette shuts down before the script return is received, then status will be <eof>. * gnu/tests/install.scm (run-install): Allow status to be the <eof> object.