Age | Commit message (Collapse) | Author |
|
* gnu/packages/image.scm (libtiff)[source]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/packages.scm (build-content-hash): Add 'sha3-256', 'sha3-512',
and 'blake2s-256'.
* tests/packages.scm ("package-source-derivation, origin, sha3-512"):
New test.
|
|
* nix/libutil/hash.hh (HashType): Add htSHA3_256, htSHA3_512, and
htBLAKE2s_256.
* nix/libutil/hash.cc (parseHashType, printHashType): Recognize them.
* tests/store.scm ("add-to-store"): Test these algorithms.
|
|
* 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.
|
|
* 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'.
|
|
* etc/completion/bash/guix (_guix_complete): Add case for "guix environment".
|
|
* gnu/packages/file-systems.scm (autofs): New public variable.
Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
|
|
* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]:
Add ‘--embed’ to $PYCONFIG.
|
|
* gnu/packages/cran.scm (r-shapforxgboost): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable.
|
|
* 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.
|
|
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
|
|
* 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.
|
|
* gnu/packages/compression.scm (libzip): Update to 1.7.1.
|
|
* gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a.
|
|
* gnu/packages/freedesktop.scm (exempi): Update to 2.5.2.
|
|
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2.
(python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
|
|
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
|
|
* gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
|
|
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
|
|
* gnu/packages/textutils.scm (libconfuse)[arguments]: New field.
|
|
* gnu/packages/textutils.scm (libconfuse): Update to 3.3.
|
|
* gnu/packages/logging.scm (spdlog): Update to 1.6.1.
[arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
|
|
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
|
|
* gnu/packages/xiph.scm (opusfile): Update to 0.12.
|
|
* gnu/packages/game-development.scm (dhewm3): New variable.
|
|
* 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.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626.
|
|
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc. Add
symlink to /etc/mtab into /proc/mounts.
|
|
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate
calls to 'scope'.
|
|
* gnu/packages/admin.scm (jc): New variable.
|
|
* gnu/packages/admin.scm (jtbl): New variable.
|
|
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
|
|
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap
and very useful dependency.
|
|
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
|
|
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
|
|
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.
|
|
* gnu/packages/gdb.scm (gdb-minimal): New variable.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's
absolute file name.
Reported by pinoaffe on #guix.
|
|
Fixes <http://issues.guix.gnu.org/42062>.
* gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
|
|
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.
|
|
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.
|
|
* guix/scripts/challenge.scm (show-help): Indent '--verbose' and
'--diff' correctly (high tech!).
|
|
* guix/scripts/describe.scm: Add missing (ice-9 format).
* guix/scripts/system.scm: Likewise.
|
|
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.
|
|
This is a followup to 18ae1ec3ecfe22d55d6cdf595a442afebbc5595a.
* doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first
paragraph.
|