Commit graph

66195 commits

Author SHA1 Message Date
Prafulla Giri 41b35576e7
gnu: Add breeze-assets.
* gnu/packages/kde-frameworks.scm (breeze-assets): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-09 09:28:12 +02:00
Joshua Branson 191e79dab2
doc: cookbook: Adding a section "Running Guix on a Linode Server"
* doc/guix-cookbook.texi (Running Guix on a Linode Server):
I added a section that explains how to run guix on a linode server.
Thanks Chris Webber!

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-09 09:28:12 +02:00
Ludovic Courtès ea0da48681
guix-install.sh: Quote the OpenPGP key URL.
Without quotes, zsh fails with "no matches found" as it tries to
interpret the question mark.

* etc/guix-install.sh (chk_gpg_keyring): Enclose URL in single quotes.
2020-09-09 09:28:12 +02:00
Kyle Meyer 8c944c4c4f
gnu: git-annex: Update to 8.20200908.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200908.
[arguments]: Drop flag to disable WebDAV because the latest release
unconditionally builds with WebDAV support.
[inputs]: Add ghc-dav.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2020-09-08 23:37:45 -04:00
Kyle Meyer 56a6748ddd
gnu: Add ghc-dav.
* gnu/packages/haskell-web.scm (ghc-dav): New variable.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2020-09-08 23:37:45 -04:00
Kyle Meyer 7f89dfc9d9
gnu: Add ghc-xml-hamlet.
* gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2020-09-08 23:37:34 -04:00
Andreas Enge ee7a7c9014
genimage: Add patch needed for the test on ARM architectures.
* gnu/packages/patches/genimage-signedness.patch: New file.
* gnu/packages/genimage.scm (genimage)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
2020-09-08 22:29:32 +02:00
Andreas Enge 44de399151
gnu: genimage: Drop fdisk dependency.
* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
2020-09-08 22:29:19 +02:00
Brendan Tildesley fd3eac4dd7
gnu: calibre: Wrap QTWEBENGINEPROCESS_PATH.
* gnu/packages/ebook.scm (calibre): Wrap QTWEBENGINEPROCESS_PATH in
addition to wrapping PYTHONPATH as python-build-system does.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2020-09-08 21:54:44 +02:00
Pierre Neidhardt 4cb7a67544
gnu: emacs-helm-fish-completion: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
2020-09-08 17:18:16 +02:00
Robin Green 599f8d98cf
gnu: coq-stdpp: Update to 1.4.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-08 15:46:26 +03:00
Vinicius Monego 59ae22458b
gnu: emacs-fountain-mode: Update to 3.2.2.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.2.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-08 13:53:49 +02:00
Vinicius Monego a8095cd52a
gnu: Add emacs-gdscript-mode.
* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-08 13:51:15 +02:00
Nicolas Goaziou cce5e1260a
gnu: emacs-ebdb: Update to 0.6.19.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.19.
2020-09-08 13:37:08 +02:00
Nicolas Goaziou 891a1579ce
gnu: emacs-oauth2: Update to 0.15.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
2020-09-08 13:35:46 +02:00
Nicolas Goaziou ef428680ed
gnu: emacs-org: Update to 9.3.8.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
2020-09-08 13:33:31 +02:00
B. Wilson 0a7acf95db
gnu: metamath: Update to 0.192.
* gnu/packages/maths.scm (metamath): Update to 0.192.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-08 12:12:36 +03:00
Vinicius Monego 59659f59fb
gnu: liferea: Update to 1.12.9.
* gnu/packages/syndication.scm (liferea): Update to 1.12.9. Fix indentation.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-08 10:57:33 +03:00
Vinicius Monego a968f2ead0
gnu: pre-commit: Update to 2.7.1.
* gnu/packages/version-control.scm (pre-commit): Update to 2.7.1.
[native-inputs]: Change git to git-minimal.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-08 10:51:19 +03:00
Ludovic Courtès 4678767a16
doc: Tweak .texi to avoid po4a-translate infinite loop.
* doc/guix.texi (Requirements): Keep @uref on one line as splitting it
would lead po4a-translate to enter an infinite loop.
2020-09-08 09:12:18 +02:00
Efraim Flashner c9a6c0c672
gnu: pinentry: Enable curses fallback.
* gnu/packages/gnupg.scm (pinentry-gtk2, pinentry-gnome3, pinentry-qt,
pinentry-efl)[arguments]: Add configure-flag for fallback curses mode.
2020-09-08 09:17:51 +03:00
Vagrant Cascadian d27afcc6ab
gnu: sbcl-caveman: Adjust reference to store file name.
Triggers "assert-no-store-file-names" when running "make dist".

* gnu/packages/lisp-xyz (sbcl-caveman): Adjust reference to store file name.
2020-09-07 16:08:41 -07:00
Ludovic Courtès b5eb901ab5
Remove (guix json) and require Guile-JSON 4.3.0+.
This is a followup to 4071879c86.

* guix/json.scm: Remove.
* Makefile.am (MODULES): Adjust accordingly.
* m4/guix.m4 (GUIX_CHECK_GUILE_JSON): Check for 'define-json-mapping'.
* doc/guix.texi (Requirements): Require Guile-JSON 4.3.0+.
* guix/ci.scm, guix/cve.scm, guix/import/cpan.scm,
guix/import/crate.scm, guix/swh.scm: Remove (guix json) import.
* guix/import/gem.scm, guix/import/pypi.scm: Likewise, and import (json).
* guix/self.scm (specification->package): Switch to GUILE-JSON-4.
* guix/git-download.scm (git-fetch): Likewise.
2020-09-08 00:47:35 +02:00
Ludovic Courtès d15c7974a2
android-repo-download: Remove unnecessary use of Guile-JSON.
* guix/android-repo-download.scm (android-repo-fetch)[guile-json]: Remove.
[build]: Remove GUILE-JSON from 'with-extensions'.
2020-09-08 00:47:35 +02:00
Ludovic Courtès d2a7114e0b
gnu: taglib: 'taglib-config --libs' shows -L flag for zlib.
Fixes compilation of emacs-emms-print-metadata.

* gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases.
2020-09-08 00:03:12 +02:00
Mark H Weaver cc2849bc8c
gnu: Add rust-cbindgen@0.14.1.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
2020-09-07 15:33:02 -04:00
Mark H Weaver edc55ce9d6
gnu: notmuch: Update to 0.31.
* gnu/packages/mail.scm (notmuch): Update to 0.31.

[source]: Remove the workarounds that were temporarily needed to cope with the
tilde ("~") in the upstream "~rc" version number.
2020-09-07 15:32:46 -04:00
Tobias Geerinckx-Rice b2e5d1c145
gnu: htop: Update to 3.0.1.
* gnu/packages/admin.scm (htop): Update to 3.0.1.
2020-09-07 19:43:53 +02:00
Tobias Geerinckx-Rice dc89d17164
gnu: emacs-org: Update to 9.3.7.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
2020-09-07 19:43:53 +02:00
Tobias Geerinckx-Rice 89d0ceccea
gnu: freeipmi: Update to 1.6.6.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
2020-09-07 19:43:53 +02:00
Danny Milosavljevic c4fe53bd11
tests: nfs: Improve "nfs-root-fs".
Follow-up to a1a39ed5a4.

* gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
2020-09-07 18:58:39 +02:00
Stefan a1a39ed5a4
tests: Add "nfs-root-fs" system test.
* gnu/tests/nfs.scm (run-nfs-root-fs-test): New procedure.
(%test-nfs-root-fs): New variable.  Export it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-07 15:32:29 +02:00
Paul Garlick b1c1d7efa6
gnu: Add texlive-biblatex.
* gnu/packages/tex.scm (texlive-biblatex): New variable.
2020-09-07 13:39:03 +01:00
raingloom 1394765238
gnu: coq: fix coqide not finding coqidetop.opt
* gnu/packages/coq.scm (coq) [arguments]:
  Turn duplicates into symlinks instead of deleting them in remove-duplicate.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-09-07 14:01:12 +02:00
Danny Milosavljevic aecb61135c
gnu: Add nbd.
* gnu/packages/networking.scm (nbd): New variable.
2020-09-07 12:54:53 +02:00
Andreas Enge 52d5009ff5
gnu: k3b: Add missing input.
* gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for
library that is referenced by the final package.
2020-09-07 11:15:22 +02:00
Stefan 1c3b709edb
linux-boot: Handle nfs-root device strings.
* gnu/build/linux-boot.scm (device-string->file-system-device): Support
nfs-root "device" strings.
* gnu/build/file-systems.scm (canonicalize-device-spec): Support nfs-root
"device" strings.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Avoid
checking of NFS file systems.
* gnu/system.scm (read-boot-parameters, device-sexp->device): Support
nfs-root "device" strings.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-07 11:00:48 +02:00
Mike Rosset 0e5a68a271
gnu: nomad: Update to 0.2.0-alpha-100-g6a565d3.
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-100-g6a565d3.
[source]: Use permanent redirect for source url.
[native-inputs]: Add gnu-gettext.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly.
[propagated-inputs]: Move to inputs gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly. Removed gsettings-desktop-scheme.
[arguments]: Set GST_PLUGINS_PATH, NOMAD_WEB_EXTENSION_DIR and GI_TYPELIB_PATH
variables in 'wrap-binaries phase.
[native-search-paths]: Remove it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 10:56:26 +02:00
Jakub Kądziołka 83bc416421
gnu: Add Rust 1.46.
* gnu/packages/rust.scm (rust-1.46): New variable.
2020-09-07 09:43:51 +02:00
Christopher Baines 74004c6c00
gnu: guix-data-service: Update to c596a1c.
* gnu/packages/web.scm (guix-data-service): Update to c596a1c.
[inputs]: Add guile-prometheus.
2020-09-07 08:16:22 +01:00
Vinicius Monego 32bf0331d1
gnu: Add python-httpx.
* gnu/packages/python-web.scm (python-httpx): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:54 +02:00
Vinicius Monego 7a8025016d
gnu: Add python-httpcore.
* gnu/packages/python-web.scm (python-httpcore): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego 6cdf102ac5
gnu: Add python-trio-typing.
* gnu/packages/python-xyz.scm (python-trio-typing): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego 5a016275ae
gnu: Add python-autoflake.
* gnu/packages/python-xyz.scm (python-autoflake): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego a5e177117b
gnu: Add python-flake8-pie.
* gnu/packages/python-xyz.scm (python-flake8-pie): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego f3c9c2fbc3
gnu: Add python-uvicorn.
* gnu/packages/python-web.scm (python-uvicorn): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego b3b1384d0d
gnu: Add python-watchgod.
* gnu/packages/python-xyz.scm (python-watchgod): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:53 +02:00
Vinicius Monego acd6cd806d
gnu: Add python-pytest-toolbox.
* gnu/packages/python-check.scm (python-pytest-toolbox): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:52 +02:00
Vinicius Monego 5438adea30
gnu: Add python-uvloop.
* gnu/packages/python-web.scm (python-uvloop): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:52 +02:00
Vinicius Monego c66a16bb97
gnu: Add python-httptools.
* gnu/packages/python-web.scm (python-httptools): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-07 09:07:52 +02:00