3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

65262 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 87257e6d37
gnu: weechat: Update to 2.9.
* gnu/packages/irc.scm (weechat): Update to 2.9.
[arguments]: Remove obsolete test fixes.  JavaScript plugins are now
disabled by default.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice 6a513960c4
gnu: gpsd: Update to 3.21.
* gnu/packages/gps.scm (gpsd): Update to 3.21.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice 4364d0f861
gnu: srain: Update to 1.1.2.
* gnu/packages/irc.scm (srain): Update to 1.1.2.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice caf4df50b1
gnu: grim: Update to 1.3.1.
* gnu/packages/image.scm (grim): Update to 1.3.1.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice 147dae8eab
gnu: emacs-slime: Update to 2.26.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.26.
2020-08-16 23:36:27 +02:00
Kei Kebreau 93d9737d2b
gnu: wxwidgets: Fix MIME type loading.
* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Add shared-mime-info.
[arguments]: Update 'refer-to-inputs phase so wxwidgets looks in the correct
directory for MIME type information.
2020-08-16 17:31:09 -04:00
Kei Kebreau e79fe4f675
gnu: wxmaxima: Update to 20.06.6.
* gnu/packages/maths.scm (wxmaxima): Update to 20.06.6.
[arguments]: Add 'patch-doc-path phase.
2020-08-16 17:30:55 -04:00
Leo Prikler bc549a276c
gnu: webkitgtk: Expose all font locations to the bubblewrap sandbox.
Fixes <https://issues.guix.gnu.org/41174> and <https://issues.guix.gnu.org/42618>.

The webkitgtk library relied on by Epiphany and others uses bubblewrap to
sandbox its process.  This sandbox was only exposing fonts relative to
XDG_DATA_HOME.  Extend it so that it honors font locations specified via
XDG_DATA_DIRS as well, which is what Guix uses.

* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Add patch.
* gnu/local.mk: Register it.
* gnu/packages/webkit.scm (webkitgtk)[source]<patches>: Use it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-08-16 16:07:47 -04:00
Jan (janneke) Nieuwenhuizen d7d362b7dd
gnu: emacs-guix: Update to 0.5.2-58a840d067.
This fixes several missing autoloads (for Guile 3.0).

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2-58a840d067.
2020-08-16 20:21:04 +02:00
Ricardo Wurmus 4d55432fd0
gnu: pigx-bsseq: Update to 0.1.2.
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.2.
[inputs]: Add r-ggrepel, bwa-meth, methyldackel, multiqc, and samblaster.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus 6f5530b9bc
gnu: pigx-scrnaseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus ac6eba4eb4
gnu: pigx-bsseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus c0ad6dc976
gnu: pigx-chipseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus 2cb9f0f2a6
gnu: pigx-rnaseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus a749dc9403
gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
* gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and
ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus 4b3af162af
gnu: r-rstan: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus 8e596bc4ec
gnu: r-rstantools: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rstantools)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus fe69ceda2e
gnu: r-stanheaders: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-stanheaders)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 45e6f1c6b7
gnu: r-rstanarm: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rstanarm)[inputs]: Replace ghc-pandoc with pandoc
and ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus a9901b830a
gnu: r-nbconvertr: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-nbconvertr)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 8fe3ef5d5a
gnu: r-abseqr: Add pandoc-citeproc.
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Add pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 6fa5e4aaae
gnu: r-abseqr: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus a82236c5ce
gnu: r-filematrix: Use pandoc-citeproc instead of ghc-pandoc-citeproc.
* gnu/packages/cran.scm (r-filematrix)[native-inputs]: Replace
ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 3db9543e64
gnu: r-bookdown: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 4713a7c978
gnu: r-rgl: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rgl)[inputs]: Replace ghc-pandoc with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus fddbf088a8
gnu: r-bayesplot: Use pandoc instead of ghc-pandoc
* gnu/packages/cran.scm (r-bayesplot)[inputs]: Replace ghc-pandoc with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus 19afa4d58f
gnu: r-rcas: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
2020-08-16 15:57:25 +02:00
Efraim Flashner 0ba3a38bb2
services: connman-shepherd-service: Don't use short flags.
* gnu/services/networking.scm (connman-shepherd-service): Use the long
flag options for the start command.
2020-08-16 16:33:55 +03:00
Tobias Geerinckx-Rice 50dee556f5
gnu: ola: Build with protobuf@3.
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use default protobuf version.
2020-08-16 12:16:07 +02:00
Tobias Geerinckx-Rice 784e7d7ae9
gnu: ola: Build with libmicrohttpd 0.9.71.
* gnu/packages/lighting.scm (ola)[source]: Update to 0.10.7-0.5d88293.
[source]: Use GIT-FETCH & GIT-FILE-NAME.  Remove patch.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/ola-readdir-r.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-16 12:16:07 +02:00
Christopher Baines f27a7e4156
gnu: Add kxstitch.
* gnu/packages/kde-utils.scm (kxstitch): New variable.
2020-08-16 10:42:54 +01:00
Alexey Abramov 2b68a96422
services: docker: Add 'enable-iptables?' argument.
* gnu/services/docker.scm (docker-configuration): Define the argument.
* gnu/services/docker.scm (docker-shepherd-service): Use it.
* doc/guix.texi (Docker Service): Document it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 11:07:50 +02:00
Efraim Flashner e0945a02a4
gnu: Add dbxfs.
* gnu/packages/file-systems.scm (dbxfs): New variable.
* gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-08-16 11:43:34 +03:00
Efraim Flashner cfa7d0cbdc
gnu: Add python-dropbox.
* gnu/packages/file-systems.scm (python-dropbox): New variable.
2020-08-16 11:38:42 +03:00
Michael Rohleder 5630675d4c
gnu: libmicrohttpd: Update to 0.9.71.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:43:29 +02:00
Vinicius Monego fad176c4e2
gnu: Add libde265.
* gnu/packages/video.scm (libde265): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:43:28 +02:00
Vinicius Monego d2b014aab3
gnu: Add python-sgp4.
* gnu/packages/python-science.scm (python-sgp4): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:42:36 +02:00
Vinicius Monego d474052b95
gnu: Add libinstpatch.
* gnu/packages/audio.scm (libinstpatch): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:42:34 +02:00
Vinicius Monego 7294cbecdd
gnu: Add veusz.
* gnu/packages/maths.scm (veusz): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:36:21 +02:00
Vinicius Monego 0c73eed36b
gnu: Add entangle.
* gnu/packages/photo.scm (entangle): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-16 09:16:53 +02:00
Brendan Tildesley 8e76ffefdb
gnu: bitlbee-discord: Fix typo in description.
* gnu/packages/messaging.scm (bitlbee-discord)[description]: Fix typo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-16 09:44:37 +03:00
Efraim Flashner 11c3bb3285
gnu: pspp: Update to 1.4.0.
* gnu/packages/statistics.scm (pspp): Update to 1.4.0.
2020-08-16 08:20:41 +03:00
Efraim Flashner b8ca792fe1
gnu: spread-sheet-widget: Update to 0.6.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.6.0.
2020-08-16 08:06:12 +03:00
Efraim Flashner 9a95985ffb
gnu: khard: Update to 0.17.0.
* gnu/packages/mail.scm (khard): Update to 0.17.0.
[inputs]: Remove python-pyyaml.
2020-08-16 07:47:52 +03:00
Tobias Geerinckx-Rice 9a299d4d9e
gnu: vala@0.48: Update to 0.48.7.
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.7.
2020-08-16 03:49:05 +02:00
Tobias Geerinckx-Rice ee3be810d6
gnu: gnome-shell-extension-dash-to-panel: Update to 38.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 38.
2020-08-16 03:49:05 +02:00
Tobias Geerinckx-Rice ec6cf66c28
gnu: ltris: Update to 1.2.1.
* gnu/packages/games.scm (ltris): Update to 1.2.1.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice 603628e449
gnu: gtkwave: Update to 3.3.106.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.106.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice 5b882f47c2
gnu: gupnp: Update to 1.2.4.
* gnu/packages/gnome.scm (gupnp): Update to 1.2.4.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice c257e0ec82
gnu: gssdp: Update to 1.2.3.
* gnu/packages/gnome.scm (gssdp): Update to 1.2.3.
2020-08-16 03:47:14 +02:00