Age | Commit message (Collapse) | Author |
|
Reported by Vagrant Cascadian.
* Makefile.am (EXTRA_DIST): Add .guix-authorizations.
|
|
* gnu/packages/julia.scm (julia): Update to 1.5.3.
(libuv-julia): Update to 1fcc6d66f9df74189c74d3d390f02202bb7db953.
(julia-patch): Update version. No change to patches.
|
|
This follows up on commit 12424b3ecfdf401c72804ddfa4b2fa2d8b1b68e5.
* gnu/packages/julia.scm (libwhich)[arguments]: Fix non-cross
compilation.
|
|
* guix/scripts/build.scm (log-url): Expose it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/pack.scm (compressor-name, compressor-extension,
compressor-command, %compressors, %formats): Export.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
version-1.2.0
|
|
The check phase was failing with:
starting phase `check'
make: Entering directory '...drv-0/python-pysam-0.15.1-checkout/tests/pysam_data'
samtools faidx ex1.fa
samtools import ex1.fa.fai ex1.sam.gz ex1.bam
[main] "samtools import" has been removed. Please use "samtools view" instead.
make: *** [Makefile:56: ex1.bam] Error 1
* gnu/packages/bioinformatics.scm (python-pysam): Update to version 0.16.0.1.
[phases]{check}: Delete a couple more failing test files.
[native-inputs]: Add python-pytest.
|
|
* gnu/packages/bioinformatics.scm (python-pysam): Use htslib-1.9,
samtools-1.9, and bcftools-1.9.
|
|
* gnu/packages/bioinformatics.scm (bcftools-1.9): New variable.
|
|
Update of the recently released Dino 0.2.0 version.
Thanks!
From 0b764d48996f3851ee2596a25f1fd42a8d3f4063 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 13 Nov 2020 12:18:11 +0100
Subject: [PATCH] gnu: dino: Update to 0.2.0
* gnu/packages/messaging.scm (dino): Update to 0.2.0
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/julia.scm (libwhich)[arguments]: Use CC-FOR-TARGET.
Look for zlib in NATIVE-INPUTS.
|
|
|
|
The build for bedtools with samtools 1.11 triggers a testsuite
failure which is reported here:
https://github.com/arq5x/bedtools2/issues/814
* gnu/packages/bioinformatics.scm (bedtools): Use samtools-1.9.
|
|
* gnu/packages/bioinformatics.scm (samtools-1.9): New variable.
|
|
* gnu/packages/bioinformatics.scm (htslib-1.9): New variable.
|
|
|
|
|
|
Fixes <https://bugs.gnu.org/35594>.
Reported by sirgazil <sirgazil@zoho.com> and others.
* gnu/packages/patches/glib-appinfo-watch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (glib)[replacement]: New field.
(glib-with-gio-patch): New variable.
(glib-with-documentation): Use 'package/inherit'.
|
|
* Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'.
|
|
* gnu/packages/vim.scm (vim): Update to 8.2.1980.
|
|
* gnu/packages/virtualization.scm (criu)[inputs]: Add nftables.
|
|
* gnu/packages/virtualization.scm (criu): Update to 3.15.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.12.
|
|
* gnu/packages/dns.scm (knot): Update to 3.0.2.
|
|
* gnu/packages/mail.scm (muchsync): Update to 6.
|
|
* gnu/packages/gps.scm (gpxsee): Update to 7.36.
|
|
* gnu/packages/mail.scm (alot): Update to 0.9.1.
[arguments]: Fix some tests and disable some others.
[native-inputs]: Add procps.
[inputs]: Remove python2-magic, python2-configobj, python2-twisted,
python2-urwid, python2-urwidtrees, python2-pygpgme and python2-notmuch.
Add gnupg, python-magic, python-configobj, python-twisted,
python-service-identity, python-urwid, python-urwidtrees,
python-gpg and python-notmuch.
[synopsis]: Update synopsis.
[description]: Update description.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/mail.scm (afew): Update to 3.0.1.
[inputs]: Add notmuch and python-dkimpy.
[native-inputs]: Add python-freezegun.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
This fixes CVE-2020-16013 and CVE-2020-16017.
* gnu/packages/chromium.scm (%chromium-version): Set to 86.0.4240.198.
(ungoogled-chromium): Update hash.
|
|
* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
|
|
* gnu/packages/python-web.scm (python-flask-basicauth)[phases]: Add a
'fix-imports phase.
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.4.6.
|
|
Following discussions in <https://issues.guix.gnu.org/43893>, keeping a copy
of the updated package source is desirable when generating a release.
* build-aux/update-guix-package.scm (version-controlled?): Remove variable.
(call-with-temporary-git-worktree): Renamed from
'with-temporary-git-worktree'. Update doc. Do not change directory
implicitly. Define as a procedure, not a syntax.
(keep-source-in-store): New procedure.
(main): Adjust to use with call-with-temporary-git-worktree. Add the sources
to the store when GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT is set. Exit gracefully
when FIND-ORIGIN-REMOTE returns #f.
(%savannah-guix-git-repo-push-url-regexp): Adjust match for a potential colon
separator.
* Makefile.am (GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT): Adjust.
* .dir-locals.el (scheme-mode): Remove entry for with-temporary-git-worktree.
* doc/contributing.texi (Updating the Guix Package): Update doc.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20201109.
[native-inputs]: Add which.
[arguments]: Fix test command to not use straight.el and disable
failing test related to Clojure.
|
|
|
|
|
|
|
|
|
|
|
|
* guix/lint.scm (check-patch-file-names): Remove 'message-condition?'
guard, which is useless since d51bfe242fbe6f3f8f71d723e8fe0c7bbe711ba1.
Remove call to 'format' in the 'formatted-message?' case.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cffi-libffi-bootstrap)[arguments]: Add
phase to adapt code to changes in libffi.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cffi-grovel)[arguments]: End custom
'install-headers phase with #t.
|
|
* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK.
|
|
* gnu/packages/wm.scm (i3lock-fancy)[arguments]: Fix faulty regular expression.
|
|
* gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ...
[inputs]: ... here.
|
|
* gnu/packages/pretty-print.scm (a2ps)[inputs]: Remove IMAGEMAGICK.
|
|
* gnu/packages/pdf.scm (fbida)[inputs]: Remove IMAGEMAGICK.
|
|
* gnu/packages/mate.scm (caja-extensions)[inputs]: Remove IMAGEMAGICK.
|
|
* gnu/packages/emulators.scm (mgba)[inputs]: Remove IMAGEMAGICK.
|
|
* gnu/packages/networking.scm: Don't import (gnu packages version-control).
|