summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gexp: #:references-graphs refers to non-native derivations.Ludovic Courtès2021-03-03
| | | | | | | | | | | | | Fixes a regression introduced in c6d6aee6659acb293eb33f498fdac3b47a19a48, where #:reference-graphs would end up referring to native inputs. This would notably break the compilation of systems using a childhurd, because they would attempt to build the 'hurd' package natively. * guix/gexp.scm (lower-reference-graphs)[tuple->gexp-input]: Honor TARGET. * tests/gexp.scm ("gexp->derivation #:references-graphs cross-compilation"): New test.
* gnu: sbcl-slynk: Update to 20210224.Pierre Neidhardt2021-03-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20210224.
* gnu: emacs-sly: Update to 20210224.Pierre Neidhardt2021-03-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20210224.
* gnu: Add cl-tooter.cage2021-03-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-tooter, ecl-tooter, sbcl-tooter): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: infernal: Update to 1.1.4.Tim Howes2021-03-03
| | | | | | * gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: hmmer: Update to 3.3.2.Tim Howes2021-03-03
| | | | | | * gnu/packages/bioinformatics.scm (hmmer): Update to 3.3.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: bpytop: Update to 1.0.63.Michael Rohleder2021-03-03
| | | | | | * gnu/packages/admin.scm (bpytop): Update to 1.0.63. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add cl-html-diff.André Alexandre Gomes2021-03-03
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-html-diff, ecl-cl-html-diff, sbcl-cl-html-diff): New variables. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
* gnu: Add cl-difflib.André Alexandre Gomes2021-03-03
| | | | | | * gnu/packages/lisp-xyz.scm (cl-difflib, ecl-cl-difflib, sbcl-cl-difflib): New variables. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
* gnu: sbcl-file-attributes: Update to 20210302.Pierre Neidhardt2021-03-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-file-attributes): Update to 20210302.
* gnu: openssh: Update to 8.5p1.Léo Le Bouter2021-03-03
| | | | | | * gnu/packages/patches/openssh-fix-ssh-copy-id.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Also unregister it. * gnu/packages/ssh.scm (openssh): Update to 8.5p1.
* gnu: osip: Update to 5.2.0.Léo Le Bouter2021-03-03
| | | | * gnu/packages/telephony.scm (osip): Update to 5.2.0.
* openpgp: Remove now unnecessary procedure.Ludovic Courtès2021-03-02
| | | | | * guix/openpgp.scm (hash-algorithm-name): Remove. This procedure has been provided by Guile-Gcrypt since 0.3.0.
* gnu: usync: Patch shebang.Ludovic Courtès2021-03-02
| | | | | | * gnu/packages/sync.scm (usync)[propagated-inputs]: Move SCSH to... [inputs]: ... here. New field. [arguments]: Add #:phases.
* gnu: Add usync.Stefan Reichör2021-03-02
| | | | | | * gnu/packages/sync.scm (usync): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ocaml-llvm: Move to (gnu packages llvm).Ludovic Courtès2021-03-02
| | | | | | | | | | Commit 8f710cc598fb675d267f49a82cffc197f03ad52c introduced a circular dependency between ocaml.scm and llvm.scm by referring to 'llvm' from the top level of ocaml.scm. This fixes it. * gnu/packages/ocaml.scm (make-ocaml-llvm, ocaml-llvm) (ocaml-llvm-9, ocaml-llvm-10, ocaml-llvm-11): Move to... * gnu/packages/llvm.scm: ... here.
* gnu: stgit: Update to 1.0.Stefan Reichör2021-03-02
| | | | | | * gnu/packages/version-control.scm (stgit): Update to 1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-jinja2-cli.Ellis Kenyő2021-03-02
| | | | | | * gnu/packages/python-xyz.scm (python-jinja2-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pcg-cpp.Greg Hogan2021-03-02
| | | | | | * gnu/packages/cpp.scm (pcg-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: r-haven: Unvendor readstat.Lars-Dominik Braun2021-03-02
| | | | | | | | * gnu/packages/cran.scm (r-haven) [snippet]: Remove bundled readstat. [arguments]: Patch Makevars to use system readstat. [inputs]: Replace zlib with readstat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add readstat.Lars-Dominik Braun2021-03-02
| | | | | | * gnu/packages/statistics.scm (readstat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Python 2: Fix CVE-2021-3177.Leo Famulari2021-03-02
| | | | | | | * gnu/packages/patches/python-2.7-CVE-2021-3177.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-2.7)[replacement]: New field. (python-2.7/fixed): New variable.
* gnu: python-matplotlib: Fix running under Wayland with GTK3.Tobias Geerinckx-Rice2021-03-02
| | | | | | * gnu/packages/python-xyz.scm (python-matplotlib)[source]: Add patch. * gnu/packages/patches/python-matplotlib-run-under-wayland-gtk3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: pitivi: Update to 2021.01.0.Tobias Geerinckx-Rice2021-03-02
| | | | * gnu/packages/video.scm (pitivi): Update to 2021.01.0.
* gnu: pitivi: Build from git source.Tobias Geerinckx-Rice2021-03-02
| | | | | * gnu/packages/video.scm (pitivi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: bat: Update to 0.18.0.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/rust-apps.scm (bat): Update to 0.18.0.
* gnu: Add rust-bat-0.17.Nicolas Goaziou2021-03-02
| | | | | | * gnu/packages/crates-io.scm (rust-bat-0.17): New variable. * gnu/packages/shells.scm (rust-nu-plugin-textview-0.27)[arguments]: Use rust-bat-0.17 instead of bat as Cargo input.
* gnu: Add rust-bugreport-0.3.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-bugreport-0.3): New variable.
* gnu: Add rust-snailquote-0.3.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-snailquote-0.3): New variable.
* gnu: Add rust-unicode-categories-0.1.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-unicode-categories-0.1): New variable.
* gnu: Add rust-sys-info-0.7.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-sys-info-0.7): New variable.
* gnu: Add rust-clircle-0.3.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-clircle-0.3): New variable.
* gnu: rust-syntect-4: Update to 4.5.0.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-syntect-4): Update to 4.5.0.
* gnu: rust-assert-cmd-1: Update to 1.0.3.Nicolas Goaziou2021-03-02
| | | | | * gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.3. [arguments]: Add rust-bstr Cargo input.
* gnu: rust-bstr-0.2: Update to 0.2.15.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-bstr-0.2): Update to 0.2.15.
* gnu: rust-predicates-1: Update to 1.0.7.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/crates-io.scm (rust-predicates-1): Update to 1.0.7.
* gnu: kallisto: Update to 0.46.2.Ricardo Wurmus2021-03-02
| | | | | * gnu/packages/bioinformatics.scm (kallisto): Update to 0.46.2. [source]: Remove bundled htslib sources.
* gnu: kallisto: Use older htslib.Ricardo Wurmus2021-03-02
| | | | | * gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead of the latest.
* gnu: liburcu: Update to 0.12.2.Tobias Geerinckx-Rice2021-03-02
| | | | * gnu/packages/datastructures.scm (liburcu): Update to 0.12.2.
* gnu: xwallpaper: Update to 0.6.6.Xinglu Chen2021-03-02
| | | | | | * gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.6. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: feh: Update to 3.6.3.Xinglu Chen2021-03-02
| | | | | | * gnu/packages/image-viewers.scm (feh): Update to 3.6.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: knot-resolver: Update to 5.3.0.Simon South2021-03-02
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: bzflag: Update to 2.4.22.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/games.scm (bzflag): Update to 2.4.22.
* gnu: emacs-posframe: Update to 0.8.6.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.6.
* gnu: Add gimagereader.Nicolas Goaziou2021-03-02
| | | | * gnu/packages/ocr.scm (gimagereader): New variable.
* gnu: sbcl-hu.dwim.stefil: Update to 20180609.Pierre Neidhardt2021-03-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.stefil): Update to 20180609.
* gnu: sbcl-hu.dwim.common-lisp: Update to 2021-01-27.Pierre Neidhardt2021-03-02
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common-lisp): Update to 2021-01-27. [source]: Use new GitHub repository. [home-page]: Use full address.
* gnu: sbcl-hu.dwim.asdf: Update to 20200724.Pierre Neidhardt2021-03-02
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.asdf): Update to 20200724. [source]: Use new GitHub repository.
* gnu: Add bmake.qblade2021-03-02
| | | | | | * gnu/packages/build-tools.scm (bmake): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* news: Add ‘de’ translation.Florian Pelz2021-03-02
|