summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add r-stars.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-stars): New variable.
* gnu: Add r-lwgeom.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-lwgeom): New variable.
* gnu: Add r-packcircles.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-packcircles): New variable.
* gnu: Add r-readtext.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-readtext): New variable.
* gnu: Add r-antiword.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-antiword): New variable.
* gnu: Add r-pdftools.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-pdftools): New variable.
* gnu: Add r-qpdf.Lars-Dominik Braun2021-03-15
| | | | | | Cannot add to (gnu packages pdf) due to circular module dependency. * gnu/packages/cran.scm (r-qpdf): New variable.
* gnu: Add r-readods.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-readods): New variable.
* gnu: Add r-streamrLars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-streamr): New variable.
* gnu: Add r-ndjson.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-ndjson): New variable.
* gnu: gzstream: Add PIC flag.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/compression.scm (gzstream) [arguments]: Add phase 'use-pic.
* gnu: Add r-striprtf.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-striprtf): New variable.
* gnu: Add r-textclean.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-textclean): New variable.
* gnu: Add r-english.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-english): New variable.
* gnu: Add r-lexicon.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-lexicon): New variable.
* gnu: Add r-syuzhet.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-syuzhet): New variable.
* gnu: Add r-textshape.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-textshape): New variable.
* gnu: Add r-dtt.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/algebra.scm (r-dtt): New variable.
* gnu: Add r-mgsub.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-mgsub): New variable.
* gnu: Add r-qdapregex.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/cran.scm (r-qdapregex): New variable.
* gnu: Add r-esc.Lars-Dominik Braun2021-03-15
| | | | * gnu/packages/statistics.scm (r-esc): New variable.
* gnu: unzip: Remove redundant and unused "unzip-symlink.patch".Mark H Weaver2021-03-14
| | | | | | | | | This is a followup to commit 31d289a4759909d24dd309ac24d42902a8c20da0, which added, but did not use, "unzip-symlink.patch", which is redundant with the pre-existing "unzip-initialize-symlink-flag.patch". * gnu/packages/patches/unzip-symlink.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: OpenSSL: Refer to the version number in a more robust way.Leo Famulari2021-03-14
| | | | | | * gnu/packages/tls.scm (openssl)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (openssl/fixed): Adjust accordingly.
* gnu: ImageMagick: Refer to the version number in a more robust way.Leo Famulari2021-03-14
| | | | | | * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (imagemagick/fixed): Adjust accordingly.
* gnu: libtiff: Refer to the version number in a more robust way.Leo Famulari2021-03-14
| | | | | | * gnu/packages/image.scm (libtiff)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (libtiff/fixed): Adjust accordingly.
* gnu: libhandy: Update to 1.2.0.Leo Prikler2021-03-14
| | | | * gnu/packages/gnome.scm (libhandy): Update to 1.2.0.
* ci: Support packages with multiple channels.Mathieu Othacehe2021-03-14
| | | | | | | | This is a follow-up of 61a1165340a8bcc45550259edca25275d899fe09. For packages provided by external channels, package-channels procedure will return at least two channels. Take it into account. * gnu/ci.scm (cuirass-jobs): Fix channels subset argument.
* gnu: Update OnionShare to 2.3.1.Eric Bavier2021-03-14
| | | | | | | | | | | * gnu/packages/tor.scm (onionshare-cli): New variable. (onionshare): Inherit from onionshare-cli. [arguments]: Add patch-tests and install-data phases. Adjust check phase for new tests. [inputs]: Remove python-pycryptodome, python-nautilus, python-sip, python-stem, and python-pyqt. Add onionshare-cli, python-shiboken-2, python-pyside-2, python-qrcode. [description]: Use new upstream description.
* gnu: python-eventlet: Add missing dependencies.Eric Bavier2021-03-14
| | | | | * gnu/packages/python-xyz.scm (python-eventlet)[propagated-inputs]: Add python-dnspython and python-monotonic.
* gnu: Add python-flask-socketio.Eric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-flask-socketio): New variable.
* gnu: Add python-socketio.Eric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-socketio): New variable.
* gnu: Add python-engineioEric Bavier2021-03-14
| | | | * gnu/packages/python-web.scm (python-engineio): New variable.
* gnu: Add python-bidict.Eric Bavier2021-03-14
| | | | * gnu/packages/python-xyz.scm (python-bidict): New variable.
* gnu: Add python-sortedcollections.Eric Bavier2021-03-14
| | | | * gnu/packages/python-xyz.scm (python-sortedcollections): New variable.
* gnu: Add python-sphinx-autodoc-typehints.Eric Bavier2021-03-14
| | | | * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): New variable.
* gnu: Add python-sphobjinv.Eric Bavier2021-03-14
| | | | * gnu/packages/sphinx.scm (python-sphobjinv): New variable.
* gnu: pdfarranger: Update to 1.7.1.Nicolas Goaziou2021-03-14
| | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1.
* gnu: alacritty: Adjust to changes in the cargo-build-system.Efraim Flashner2021-03-14
| | | | | * gnu/packages/terminals.scm (alacritty)[arguments]: Add flag to not install source.
* gnu: newsboat: Adjust to changes in cargo-build-system.Efraim Flashner2021-03-14
| | | | | * gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not install source.
* gnu: librsvg-next: Adjust to changes in cargo-build-system.Efraim Flashner2021-03-14
| | | | | * gnu/packages/gnome.scm (librsvg-next)[arguments]: Add flag to not install source.
* ci: Add channel subset support.Mathieu Othacehe2021-03-14
| | | | * gnu/ci.scm (cuirass-jobs): Add channel subset support.
* gnu: mes: Remove aarch64-linux from supported-systems.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | | * gnu/packages/mes.scm (mes)[supported-systems]: Remove aarch64-linux. Thinko: mes only builds on aarch64-linux using --system=armhf-linux.
* gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | | * gnu/packages/mes.scm (mescc-tools)[supported-systems]: New field, overriding the v0.5.2 version.
* bootstrap: mescc-tools-static: Base arguments on version 0.5.2.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | | * gnu/packages/make-bootstrap.scm (%mescc-tools-static)[arguments]: Use fixed package-arguments of mescc-tools-0.5.2.
* gnu: mes: Update to 0.23.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | | | * gnu/packages/mes.scm (mes)[source]: Update to 0.23. [supported-systems]: Add aarch64-linux, armhf-linux. (mes-rb5)[version,source,supported-systems]: Revert to v0.22.
* gnu: mes: Update to nyacc-1.00.2.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | * gnu/packages/mes.scm (mes)[propagated-inputs]: Use nyacc-1.00.2.
* gnu: Add nyacc-1.00.2.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | * gnu/packages/mes.scm (nyacc-1.00.2): New variable.
* gnu: mescc-tools: Update to 0.7.0.Jan (janneke) Nieuwenhuizen2021-03-14
| | | | | * gnu/packages/mes.scm (mescc-tools)[source]: Update to 0.7.0. [arguments]: Add patch-prefix phase to remove hardcoded "/usr/bin".
* gnu: font-libertinus: Update to 7.040.Lars-Dominik Braun2021-03-14
| | | | * gnu/packages/fonts.scm (font-libertinus): Update to 7.040.
* gnu: font-abattis-cantarell: Update to 0.301.Lars-Dominik Braun2021-03-14
| | | | * gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.301.