Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-web.scm (python-priority): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-web.scm (python-wsproto): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-web.scm (python-h11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
Fixes <https://issues.guix.gnu.org/42740>.
* gnu/packages/ssh.scm (guile-ssh): Update to commit
688d7f3797b5155257a6c2ee4ea5084b3d8cc244.
[arguments]: Enable parallel tests.
Reported-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/irc.scm (weechat): Update to 2.9.
[arguments]: Remove obsolete test fixes. JavaScript plugins are now
disabled by default.
|
|
* gnu/packages/gps.scm (gpsd): Update to 3.21.
|
|
* gnu/packages/irc.scm (srain): Update to 1.1.2.
|
|
* gnu/packages/image.scm (grim): Update to 1.3.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.26.
|
|
* 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.
|
|
* gnu/packages/maths.scm (wxmaxima): Update to 20.06.6.
[arguments]: Add 'patch-doc-path phase.
|
|
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>
|
|
This fixes several missing autoloads (for Guile 3.0).
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2-58a840d067.
|
|
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.2.
[inputs]: Add r-ggrepel, bwa-meth, methyldackel, multiqc, and samblaster.
|
|
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
|
|
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
|
|
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
|
|
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
|
|
* gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and
ghc-pandoc-citeproc with pandoc-citeproc.
|
|
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Replace ghc-pandoc with
pandoc.
|
|
* gnu/packages/cran.scm (r-rstantools)[inputs]: Replace ghc-pandoc with
pandoc.
|
|
* gnu/packages/cran.scm (r-stanheaders)[inputs]: Replace ghc-pandoc with
pandoc.
|
|
* gnu/packages/cran.scm (r-rstanarm)[inputs]: Replace ghc-pandoc with pandoc
and ghc-pandoc-citeproc with pandoc-citeproc.
|
|
* gnu/packages/cran.scm (r-nbconvertr)[inputs]: Replace ghc-pandoc with
pandoc.
|
|
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Add pandoc-citeproc.
|
|
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Replace ghc-pandoc with
pandoc.
|
|
* gnu/packages/cran.scm (r-filematrix)[native-inputs]: Replace
ghc-pandoc-citeproc with pandoc-citeproc.
|
|
* gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
with pandoc.
|
|
* gnu/packages/cran.scm (r-rgl)[inputs]: Replace ghc-pandoc with pandoc.
|
|
* gnu/packages/cran.scm (r-bayesplot)[inputs]: Replace ghc-pandoc with pandoc.
|
|
* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
|
|
* gnu/services/networking.scm (connman-shepherd-service): Use the long
flag options for the start command.
|
|
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use default protobuf version.
|
|
* 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.
|
|
* gnu/packages/kde-utils.scm (kxstitch): New variable.
|
|
* 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>
|
|
* 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.
|
|
* gnu/packages/file-systems.scm (python-dropbox): New variable.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/video.scm (libde265): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-science.scm (python-sgp4): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/audio.scm (libinstpatch): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/maths.scm (veusz): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/photo.scm (entangle): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/messaging.scm (bitlbee-discord)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/statistics.scm (pspp): Update to 1.4.0.
|
|
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.6.0.
|
|
* gnu/packages/mail.scm (khard): Update to 0.17.0.
[inputs]: Remove python-pyyaml.
|
|
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.7.
|
|
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 38.
|