summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* daemon: Remove OpenSSL hash compatibility wrappers.•••* 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. Ludovic Courtès2020-06-278-279/+27
* daemon: Map directly to gcrypt hash functions.•••* 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'. Ludovic Courtès2020-06-272-13/+12
* bash completion: Complete 'guix environment' properly.•••* etc/completion/bash/guix (_guix_complete): Add case for "guix environment". Ludovic Courtès2020-06-271-0/+8
* gnu: Add autofs.•••* gnu/packages/file-systems.scm (autofs): New public variable. Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com> Tobias Geerinckx-Rice2020-06-271-0/+76
* gnu: python-setproctitle: Fix indentation.•••* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent. Tobias Geerinckx-Rice2020-06-271-24/+23
* gnu: python-setproctitle: Fix build.•••* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]: Add ‘--embed’ to $PYCONFIG. Tobias Geerinckx-Rice2020-06-271-2/+3
* gnu: Add r-shapforxgboost.•••* gnu/packages/cran.scm (r-shapforxgboost): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Peter Lo2020-06-271-0/+33
* gnu: Add emacs-browse-kill-ring.•••* gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable. Ricardo Wurmus2020-06-271-0/+25
* gnu: x265: Update to 3.4.•••* 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. Marius Bakke2020-06-272-26/+22
* gnu: libcyaml: Remove unused input.•••* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT. Marius Bakke2020-06-271-2/+1
* gnu: ilmbase: Update to 2.5.2.•••* 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. Marius Bakke2020-06-273-67/+9
* gnu: libzip: Update to 1.7.1.•••* gnu/packages/compression.scm (libzip): Update to 1.7.1. Marius Bakke2020-06-271-2/+2
* gnu: exempi: Delete the static library.•••* gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a. Marius Bakke2020-06-271-1/+12
* gnu: exempi: Update to 2.5.2.•••* gnu/packages/freedesktop.scm (exempi): Update to 2.5.2. Marius Bakke2020-06-271-2/+2
* gnu: python-gevent: Update to 20.6.2.•••* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2. (python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2. Marius Bakke2020-06-271-3/+4
* gnu: python-greenlet: Update to 0.4.16.•••* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16. Marius Bakke2020-06-271-2/+2
* gnu: Add python2-selectors2.•••* gnu/packages/python-xyz.scm (python2-selectors2): New public variable. Marius Bakke2020-06-271-0/+23
* gnu: dav1d: Update to 0.7.1.•••* gnu/packages/video.scm (dav1d): Update to 0.7.1. Marius Bakke2020-06-271-2/+2
* gnu: libconfuse: Do not build static libraries.•••* gnu/packages/textutils.scm (libconfuse)[arguments]: New field. Marius Bakke2020-06-271-0/+2
* gnu: libconfuse: Update to 3.3.•••* gnu/packages/textutils.scm (libconfuse): Update to 3.3. Marius Bakke2020-06-271-3/+3
* gnu: spdlog: Update to 1.6.1.•••* gnu/packages/logging.scm (spdlog): Update to 1.6.1. [arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags. Marius Bakke2020-06-271-3/+4
* gnu: feh: Update to 3.4.1.•••* gnu/packages/image-viewers.scm (feh): Update to 3.4.1. Marius Bakke2020-06-271-2/+2
* gnu: opusfile: Do not build static libraries.•••* gnu/packages/xiph.scm (opusfile)[arguments]: New field. Marius Bakke2020-06-271-0/+2
* gnu: opusfile: Update to 0.12.•••* gnu/packages/xiph.scm (opusfile): Update to 0.12. Marius Bakke2020-06-271-3/+3
* gnu: Add dhewm3.•••* gnu/packages/game-development.scm (dhewm3): New variable. Pierre Neidhardt2020-06-271-0/+41
* gnu: slynk: Update to 20200626.•••* 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. Pierre Neidhardt2020-06-271-7/+6
* gnu: emacs-sly: Update to 20200626.•••* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626. Pierre Neidhardt2020-06-271-3/+4
* hurd-boot: Mount /proc, add /etc/mtab.•••* gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc. Add symlink to /etc/mtab into /proc/mounts. Jan (janneke) Nieuwenhuizen2020-06-271-2/+8
* hurd-boot: Remove duplicate calls to 'scope'.•••* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate calls to 'scope'. Jan (janneke) Nieuwenhuizen2020-06-271-5/+5
* gnu: Add jc.•••* gnu/packages/admin.scm (jc): New variable. Oleg Pykhalov2020-06-271-0/+25
* gnu: Add jtbl.•••* gnu/packages/admin.scm (jtbl): New variable. Oleg Pykhalov2020-06-271-0/+22
* gnu: python-tabulate: Update to 0.8.7.•••* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7. Oleg Pykhalov2020-06-271-2/+2
* gnu: gdb-minimal: Include guile.•••* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency. Jan (janneke) Nieuwenhuizen2020-06-271-2/+1
* gnu: gdb-minimal: Inherit replacements from GDB.•••* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT. Marius Bakke2020-06-271-6/+6
* gnu: gdb@8.2: Do not inherit replacements from 'gdb'.•••* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT. Marius Bakke2020-06-271-10/+10
* gnu: gdb: Apply cross-build fix without changing the native variant.•••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. Marius Bakke2020-06-271-3/+9
* gnu: Add gdb-minimal.•••* gnu/packages/gdb.scm (gdb-minimal): New variable. Jan (janneke) Nieuwenhuizen2020-06-271-0/+8
* gnu: gdb: Add support for the Hurd.•••* 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. Jan (janneke) Nieuwenhuizen2020-06-263-4/+83
* gnu: mig: Do not assume "perl" to be available.•••* 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. Jan (janneke) Nieuwenhuizen2020-06-262-3/+13
* gnu: lxrandr: Depend on xrandr.•••* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's absolute file name. Reported by pinoaffe on #guix. Tobias Geerinckx-Rice2020-06-261-1/+13
* gnu: python-autopep8: Update to 1.5.3.•••Fixes <http://issues.guix.gnu.org/42062>. * gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3. Maxim Cournoyer2020-06-261-3/+4
* installer: Use latest Guile.•••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. Mathieu Othacehe2020-06-261-1/+2
* store: Use '=' instead of 'eqv?'.•••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. Ludovic Courtès2020-06-261-3/+3
* challenge: Fix option indentation in '--help' output.•••* guix/scripts/challenge.scm (show-help): Indent '--verbose' and '--diff' correctly (high tech!). Ludovic Courtès2020-06-261-2/+2
* Add more (ice-9 format) imports.•••* guix/scripts/describe.scm: Add missing (ice-9 format). * guix/scripts/system.scm: Likewise. Ludovic Courtès2020-06-262-0/+2
* tests: Skip lint tests when HTTP server cannot listen.•••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. Ludovic Courtès2020-06-261-0/+9
* doc: 'guix hash' is not SHA256-only.•••This is a followup to 18ae1ec3ecfe22d55d6cdf595a442afebbc5595a. * doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first paragraph. Ludovic Courtès2020-06-261-1/+1
* gnu: emacs-evil-collection: Update to 20200626.•••* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626. Pierre Neidhardt2020-06-261-3/+3
* tests: install: Disable image compression.•••* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests. Mathieu Othacehe2020-06-261-0/+2
* tests: install: Fix marionette race condition.•••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. Mathieu Othacehe2020-06-261-1/+2