summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-07-09gnu: go-github-com-golang-snappy: Update to 0.0.4.Arun Isaac
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Update to 0.0.4.
2021-07-09gnu: emacs-dash: Update to 2.19.0.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.19.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-09gnu: emacs-telega: Fix 'patch-source' phase.Zhu Zihao
* gnu/packages/emacs-xyz.scm (emacs-telega)[#:phases]<patch-sources>: Add missing slash in ‘/bin’ when patching general commands. Also patch telega-vvnote.el. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-09gnu: emacs-xyz: Fix indentation.Leo Prikler
* gnu/packages/emacs-xyz.scm: Delete trailing newline. (emacs-purescript-mode): Delete trailing space.
2021-07-09gnu: emacs-telega-server: Update to 0.7.025.Leo Prikler
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.025.
2021-07-09gnu: emacs-telega-contrib: Update to 0.7.024.Zhu Zihao
* gnu/packages/emacs-xyz.scm(emacs-telega-contrib): Update to 0.7.024. [arguments]<#:phases>: Back to root directory of build before phase 'install-license-files' to properly install licenses. [propagated-inputs]: Add emacs-dashboard, emacs-transient. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-09gnu: emacs-telega: Update to 0.7.024.Zhu Zihao
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.7.024. [build-system] Use emacs-build-system. [arguments] Add #:emacs. Drop outdated phases. Update ‘patch-sources’ phase to find new occurences of ffmpeg to patch. Add new ‘configure’ and ‘install-share-files’ phases. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-09gnu: Add emacs-telega-server.Zhu Zihao
* gnu/packages/emacs-xyz.scm (emacs-telega-server): New variable. * gnu/packages/patches/emacs-telega-path-placeholder.patch: New file. * gnu/package/patches/emacs-telega-patch-server-functions.patch: Remove stale patch. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-09ci: Add bootstrap packages to the core subset.Mathieu Othacehe
* gnu/ci.scm (%bootstrap-packages): New variable. (cuirass-jobs): Add it to the core subset.
2021-07-09system: Provide mg instead of zile.Mathieu Othacehe
Since the update to the 2.6.2 release, the closure size of zile has increased. Switch to mg which is lighter. * gnu/system.scm (%base-packages-interactive): Replace zile by mg. * doc/guix.texi (Proceeding with the Installation, Using the Configuration System): Adapt those sections.
2021-07-09gnu: python-arrow: Honor #:tests? in 'check' phase.Ludovic Courtès
* gnu/packages/time.scm (python-arrow)[arguments]: 'check' phase honors #:tests?.
2021-07-09gnu: python-arrow: Update to 1.1.1.Kris Fremen
* gnu/packages/time.scm (python-arrow): Update to 1.1.1.
2021-07-09gnu: Add repo2docker.Hugo Lecomte
* gnu/packages/jupyter.scm (repo2docker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-pydata-sphinx-theme.Hugo Lecomte
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-sphinxcontrib-autoprogram.Hugo Lecomte
* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-jupyter-sphinx.Hugo Lecomte
* gnu/packages/sphinx.scm (python-jupyter-sphinx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-pytest-regressions.Hugo Lecomte
* gnu/packages/check.scm (python-pytest-regressions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-pytest-datadir.Hugo Lecomte
* gnu/packages/check.scm (python-pytest-datadir): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-recommonmark.Hugo Lecomte
* gnu/packages/python-xyz.scm (python-recommonmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: Add python-escapism.Hugo Lecomte
* gnu/packages/python-xyz.scm (python-escapism): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09gnu: python-seaborn: Update to 0.11.1.Ludovic Courtès
* gnu/packages/patches/python-seaborn-kde-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-seaborn): Use it, and update to 0.11.1.
2021-07-09gnu: python-seaborn: Simplify 'start-xserver' phase.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: In 'start-xserver' phase, assume "Xvfb" is in $PATH.
2021-07-09gnu: python-seaborn: 'check' phase honors #:tests?.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Change 'check' phase to honor #:tests?.
2021-07-09gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.
2021-07-09gnu: mergerfs: Clean up arguments.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Remove some incorrect comments & rewrite code accordingly. Pass the PREFIX as a make flag.
2021-07-09gnu: mergerfs: Do not refer to the native bash.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mergerfs)[inputs]: Add bash-minimal. [arguments]: Refer to it rather than to the native build bash.
2021-07-09gnu: mergerfs: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Use CC-FOR-TARGET and CXX-FOR-TARGET. Don't let the Makefile strip binaries.
2021-07-09gnu: mergerfs: Update to 2.32.6.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6.
2021-07-09gnu: Add bibtool.Ivan Gankevich
* gnu/packages/tex.scm (bibtool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-09gnu: clikan: Upgrade to 0.2.1.jgart via Guix-patches via
* gnu/packages/task-management.scm (clikan)[version]: Upgrade to 0.2.1. [arguments]: Enable tests. [inputs]: Add python-rich. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-09gnu: drawing: Update to 0.8.2.Vinicius Monego
* gnu/packages/gnome.scm (drawing): Update to 0.8.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-09gnu: lightspark: Update to 0.8.5.Vinicius Monego
* gnu/packages/animation.scm (lightspark): Update to 0.8.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: linux-libre 5.4: Update to 5.4.130.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.130. (linux-libre-5.4-pristine-source): Update hash.
2021-07-08gnu: linux-libre 5.10: Update to 5.10.48.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.48. (linux-libre-5.10-pristine-source): Update hash.
2021-07-08gnu: linux-libre: Update to 5.12.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.15. (linux-libre-5.12-pristine-source): Update hash.
2021-07-08gnu: python-shiboken-2: Update to 5.15.2.Leo Famulari
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.2.
2021-07-08gnu: libolm: Respect "--without-tests".Maxime Devos
* gnu/packages/libolm.scm (libolm)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-h2: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-h2)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-h11: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-h11)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-hpack: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hpack)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-hyperframe: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hyperframe)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-watchgod: Respect "--without-tests".Maxime Devos
* gnu/packages/python-xyz.scm (python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-pymediainfo: Respect "--without-tests".Maxime Devos
* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]<#:phases>{check}: Respect #:tests?. Don't bother returning #t as it isn't required anymore. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: zile-on-guile: Fix build.Mathieu Othacehe
This is a follow-up of da40d07066096a3b5a852041ea01fbb32240deda. * gnu/packages/zile.scm (zile-on-guile)[arguments]: Restore the original patch-/bin/sh phase.
2021-07-08gnu: Add python-cmaes.Vinicius Monego
* gnu/packages/machine-learning.scm (python-cmaes): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: xvfb-run: Fix ‘xvfb-run --help’ in a pure environment.Maxime Devos
* gnu/packages/xorg.scm (xvfb-run)[arguments]: Refer to ‘cat’ by absolute file name, and test whether ‘xvfb-run --help’ succeeds in a pure environment in the ‘check’ phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: zile: Update to 2.6.2.Matthew James Kraai
* gnu/packages/zile.scm (zile): Update to 2.6.2. [arguments]: Adjust file list in custom 'patch-/bin/sh phase. [inputs]: Add gee and glib. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: emacs-chronometrist: Update to 0.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.9.0. [source]: Update upstream URL. [inputs]: Add emacs-spark. Remove emacs-anaphora and emacs-literate-elisp.
2021-07-08gnu: python-pikepdf: Update to 2.14.2.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.
2021-07-08gnu: pinentry-bemenu: Fix license.Nicolas Goaziou
* gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.