summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* ci: Change manifest argument type.Mathieu Othacehe2021-03-23
| | | | * gnu/ci.scm (arguments->manifests): Change manifest argument type.
* gnu: cuirass: Update to 1.0.0-1.0497e0d.Mathieu Othacehe2021-03-23
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-1.0497e0d.
* gnu: minetest: Enable tests.la snesne2021-03-23
| | | | | | | * gnu/packages/games.scm (minetest)[arguments]: Remove #:tests?. Add #:phases. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: minetest: Update to 5.4.0.la snesne2021-03-23
| | | | | | * gnu/packages/games (minetest, minetest-data): Update to 5.4.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: rust-env-logger-0.8: Update to 0.8.3.Efraim Flashner2021-03-23
| | | | * gnu/packages/crates-io.scm (rust-env-logger-0.8): Update to 0.8.3.
* gnu: diffoscope: Update to 170.Vagrant Cascadian2021-03-22
| | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 170. [arguments]: Remove skip-dex-test-with-missing-procyon phase.
* gnu: Add disarchive.Timothy Sample2021-03-22
| | | | * gnu/packages/backup.scm (disarchive): New variable.
* gnu: celluloid: Update to 0.21.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/video.scm (celluloid): Update to 0.21.
* gnu: wesnoth: Update to 1.14.16.Tobias Geerinckx-Rice2021-03-22
| | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.16.
* gnu: xchm: Update to 1.32.Tobias Geerinckx-Rice2021-03-22
| | | | * gnu/packages/ebook.scm (xchm): Update to 1.32.
* gnu: man-pages: Update to 5.11.Tobias Geerinckx-Rice2021-03-22
| | | | * gnu/packages/man.scm (man-pages): Update to 5.11.
* gnu: Add emacs-password-store-otp.Xinglu Chen2021-03-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-password-store-otp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-duniterpy: Update to 0.62.0.Nicolas Goaziou2021-03-22
| | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.62.0.
* gnu: emacs-auctex: Update to 13.0.5.Nicolas Goaziou2021-03-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.5.
* gnu: Add emacs-ivy-hydra.Alexandr Vityazev2021-03-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-hydra): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: Add emacs-ivy-avy.Alexandr Vityazev2021-03-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-avy): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: mate-panel: Add missing inputs for Wayland support.Léo Le Bouter2021-03-22
| | | | | * gnu/packages/mate.scm (mate-panel)[inputs]: Add gtk-layer-shell and wayland.
* gnu: gtk-layer-shell: Update to 0.6.0.Léo Le Bouter2021-03-22
| | | | | | | | * gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.6.0. [source]: Switch to git-fetch because release tarballs are no longer provided by upstream. [arguments]<#:configure-flags>: Add "-Dtests=true" otherwise tests are not built for 'check phase to work.
* gnu: Add r-signac.Hong Li2021-03-22
| | | | | | * gnu/packages/bioinformatics.scm (r-signac): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-lsa.Ricardo Wurmus2021-03-22
| | | | * gnu/packages/cran.scm (r-lsa): New variable.
* gnu: Add r-chromstar.Hong Li2021-03-22
| | | | | | * gnu/packages/bioconductor.scm (r-chromstar): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-chromstardata.Hong Li2021-03-22
| | | | | | * gnu/packages/bioconductor.scm (r-chromstardata): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: nyxt: Update to 2-pre-release-6.Pierre Neidhardt2021-03-22
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-6.
* gnu: sbcl: Update to 2.1.2.Pierre Neidhardt2021-03-22
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
* gnu: sequoia4pEp: Adjust inputs.Efraim Flashner2021-03-22
| | | | | | * gnu/packages/sequoia.scm (sequoia4pEp)[arguments]: Override inherited cargo-inputs, cargo-development-inputs. Replace inherited 'unpin-deps phase.
* gnu: rust-syn-1: Update to 1.0.64.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.64.
* gnu: Add rust-rusqlite-0.19.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-rusqlite-0.19): New variable.
* gnu: rust-capnp-rpc-0.13: Fix build.Efraim Flashner2021-03-22
| | | | | | * gnu/packages/crates-io.scm (rust-capnp-rpc-0.13)[arguments]: Don't skip build. [cargo-inputs]: Replace rust-futures-0.1 with 0.3.
* gnu: rust-capnp-futures-0.13: Fix build.Efraim Flashner2021-03-22
| | | | | | | * gnu/packages/crates-io.scm (rust-capnp-futures-0.13)[arguments]: Don't skip build. [cargo-inputs]: Replace rust-futures-0.1 with 0.3. [cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
* gnu: Add rust-capnp-rpc-0.10: New variable.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-rpc-0.10): New variable.
* gnu: Add rust-capnp-futures-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-futures-0.10): New variable.
* gnu: Add rust-capnpc-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnpc-0.10): New variable.
* gnu: rust-capnp-0.13: Fix build.Efraim Flashner2021-03-22
| | | | | | | | * gnu/packages/crates-io.scm (rust-capnp-0.13)[arguments]: Don't skip build. [cargo-inputs]: Remove rust-futures-0.1. Replace rust-quickcheck-0.2 with 0.9. [cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
* gnu: Add rust-capnp-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-0.10): New variable.
* gnu: rust-log-0.4: Fix inputs.Efraim Flashner2021-03-22
| | | | | | | | * gnu/packages/crates-io.scm (rust-log-0.4)[arguments]: Don't skip build. Skip tests. [cargo-inputs]: Replace rust-cfg-if-0.1 with 1. [cargo-development-inputs]: Add rust-serde-1, rust-serde-test-1, rust-sval-1, rust-value-bag-1.
* gnu: sequoia4pEp: Move to sequoia.scm.Efraim Flashner2021-03-22
| | | | | | | Don't have cross module package inheritance. * gnu/packages/pep.scm (sequoia4pEp): Move to ... * gnu/packages/sequoia.scm (sequoia4pEp): ... here. Hide package.
* gnu: python-pytest-django: Build with pytest-6.Efraim Flashner2021-03-22
| | | | | * gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace python-pytest with python-pytest-6.
* gnu: oil: Update to 0.8.8.Felix Gruber2021-03-21
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.8.8. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: poke: Update to 1.1.Ludovic Courtès2021-03-21
| | | | * gnu/packages/engineering.scm (poke): Update to 1.1.
* gnu: balsa: Update to 2.6.2.Tobias Geerinckx-Rice2021-03-21
| | | | | * gnu/packages/mail.scm (balsa): Update to 2.6.2. [inputs]: Add libassuan. Upgrade gtksourceview.
* gnu: msmtp: Update to 1.8.15.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.15.
* gnu: webkitgtk: Update to 2.30.6.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.6.
* gnu: openresolv: Update to 3.12.0.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/dns.scm (openresolv): Update to 3.12.0.
* gnu: xfsprogs: Update to 5.11.0.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.11.0.
* gnu: rng-tools: Update to 6.12.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.12.
* gnu: haveged: Update to 1.9.14.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.14.
* gnu: mbpfan: Update to 2.2.1.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
* gnu: perl-net-http: Update to 6.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/web.scm (perl-net-http): Update to 6.21.
* gnu: python-pygithub: Update to 1.54.1.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-pygithub): Update to 1.54.1. [arguments]: Remove 'disable-failing-tests, 'prepare-for-tests phases. Add custom 'check phase. [propagated-inputs]: Add python-cryptography. [native-inputs]: Add python-httpretty, python-pytest.
* gnu: python-httpretty: Update to 1.0.5.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/web.scm (python-httpretty): Update to 1.0.5. [arguments]: Disable tests. Add custom 'check phase. [propagated-inputs]: Remove field. [native-inputs]: Remove python-httplib2, python-mock, python-nose-randomly, python-urllib3. Add python-eventlet.