Age | Commit message (Collapse) | Author |
|
* gnu/packages/gnome.scm (gnome-photos): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/gnome.scm (gnome-music): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/xml.scm (libxmlb): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/gnome.scm (portablexdr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/freedesktop.scm (malcontent): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/freedesktop.scm (libglib-testing): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/gnome.scm (tepl): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/gnome.scm (krb5-auth-dialog): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.
|
|
* gnu/packages/lisp.scm (txr): Update to 242.
|
|
* gnu/packages/guile-xyz.scm (guile2.2-gi)[native-inputs]: Remove.
[inputs]: Replace "guile" with "guile-2.2".
|
|
* gnu/packages/guile-xyz.scm (guile-gi)[build-system]: Use
glib-or-gtk-build-system.
[arguments]: Install the extension to the "extensions" sub-directory.
|
|
Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de>
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
|
|
* gnu/packages/cran.scm (r-nabor): New variable.
|
|
* gnu/packages/haskell-apps.scm (ghcid): Update to 0.8.7.
|
|
* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
|
|
* gnu/packages/graph.scm (igraph): Update to 0.8.2.
|
|
* gnu/packages/astronomy.scm (cfitsio): Update to 3.49.
[source]: Hard-code NAME.
|
|
* gnu/packages/admin.scm (jc): Update to 1.13.4.
|
|
* gnu/packages/graphics.scm (blender): Update to 2.83.4.
|
|
* gnu/packages/sync.scm (rclone): Update to 1.52.3.
|
|
This is a work-around for a problem introduced by commit
718dc7d4a5e5d26cac80c79d78535677e0379dc8.
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add a phase
to generate the "static" output.
|
|
* gnu/packages/education.scm (fet): Update to 5.46.0.
|
|
* gnu/packages/emulators.scm (mame): Update to 0.223.
|
|
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.12.0.
[native-inputs]: Add emacs-paredit.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ediprolog): Update to 2.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-gnuplot)[source]: Update URL.
[native-inputs]: Remove.
[arguments]: Remove.
[home-page]: Update URL.
[description]: Improve typography.
|
|
* gnu/packages/vim.scm (vim): Update to 8.2.1471.
[arguments]: Adjust custom 'patch-absolute-paths, 'skip-failing-tests
phases for changes in the sources.
|
|
* gnu/packages/statistics.scm (python-rpy2)[home-page]: Update to new
home-page.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fancy-battery): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/python-web.scm (python-hypercorn): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* 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.
|