summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add breeze.Prafulla Giri2020-09-09
| | | | | | * gnu/packages/kde-frameworks.scm (breeze): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add breeze-assets.Prafulla Giri2020-09-09
| | | | | | * gnu/packages/kde-frameworks.scm (breeze-assets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: cookbook: Adding a section "Running Guix on a Linode Server"Joshua Branson2020-09-09
| | | | | | | | * 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>
* guix-install.sh: Quote the OpenPGP key URL.Ludovic Courtès2020-09-09
| | | | | | | 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.
* gnu: git-annex: Update to 8.20200908.Kyle Meyer2020-09-08
| | | | | | | | | * 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>
* gnu: Add ghc-dav.Kyle Meyer2020-09-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-dav): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-xml-hamlet.Kyle Meyer2020-09-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* genimage: Add patch needed for the test on ARM architectures.Andreas Enge2020-09-08
| | | | | | * gnu/packages/patches/genimage-signedness.patch: New file. * gnu/packages/genimage.scm (genimage)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
* gnu: genimage: Drop fdisk dependency.Andreas Enge2020-09-08
| | | | * gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
* gnu: calibre: Wrap QTWEBENGINEPROCESS_PATH.Brendan Tildesley2020-09-08
| | | | | | | * 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>
* gnu: emacs-helm-fish-completion: Update to 0.6.Pierre Neidhardt2020-09-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
* gnu: coq-stdpp: Update to 1.4.0.Robin Green2020-09-08
| | | | | | * gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-fountain-mode: Update to 3.2.2.Vinicius Monego2020-09-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.2.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-gdscript-mode.Vinicius Monego2020-09-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-ebdb: Update to 0.6.19.Nicolas Goaziou2020-09-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.19.
* gnu: emacs-oauth2: Update to 0.15.Nicolas Goaziou2020-09-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
* gnu: emacs-org: Update to 9.3.8.Nicolas Goaziou2020-09-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
* gnu: metamath: Update to 0.192.B. Wilson2020-09-08
| | | | | | * gnu/packages/maths.scm (metamath): Update to 0.192. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: liferea: Update to 1.12.9.Vinicius Monego2020-09-08
| | | | | | * gnu/packages/syndication.scm (liferea): Update to 1.12.9. Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: pre-commit: Update to 2.7.1.Vinicius Monego2020-09-08
| | | | | | | * 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>
* doc: Tweak .texi to avoid po4a-translate infinite loop.Ludovic Courtès2020-09-08
| | | | | * doc/guix.texi (Requirements): Keep @uref on one line as splitting it would lead po4a-translate to enter an infinite loop.
* gnu: pinentry: Enable curses fallback.Efraim Flashner2020-09-08
| | | | | * gnu/packages/gnupg.scm (pinentry-gtk2, pinentry-gnome3, pinentry-qt, pinentry-efl)[arguments]: Add configure-flag for fallback curses mode.
* gnu: sbcl-caveman: Adjust reference to store file name.Vagrant Cascadian2020-09-07
| | | | | | Triggers "assert-no-store-file-names" when running "make dist". * gnu/packages/lisp-xyz (sbcl-caveman): Adjust reference to store file name.
* Remove (guix json) and require Guile-JSON 4.3.0+.Ludovic Courtès2020-09-08
| | | | | | | | | | | | | | This is a followup to 4071879c86d059ee087c8986915ea72b8c742b72. * 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.
* android-repo-download: Remove unnecessary use of Guile-JSON.Ludovic Courtès2020-09-08
| | | | | * guix/android-repo-download.scm (android-repo-fetch)[guile-json]: Remove. [build]: Remove GUILE-JSON from 'with-extensions'.
* gnu: taglib: 'taglib-config --libs' shows -L flag for zlib.Ludovic Courtès2020-09-08
| | | | | | Fixes compilation of emacs-emms-print-metadata. * gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases.
* gnu: Add rust-cbindgen@0.14.1.Mark H Weaver2020-09-07
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
* gnu: notmuch: Update to 0.31.Mark H Weaver2020-09-07
| | | | | | | * 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.
* gnu: htop: Update to 3.0.1.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/admin.scm (htop): Update to 3.0.1.
* gnu: emacs-org: Update to 9.3.7.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
* gnu: freeipmi: Update to 1.6.6.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
* tests: nfs: Improve "nfs-root-fs".Danny Milosavljevic2020-09-07
| | | | | | Follow-up to a1a39ed5a46044161a71cbe6931c7e3006a82ecb. * gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
* tests: Add "nfs-root-fs" system test.Stefan2020-09-07
| | | | | | | * 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>
* gnu: Add texlive-biblatex.Paul Garlick2020-09-07
| | | | * gnu/packages/tex.scm (texlive-biblatex): New variable.
* gnu: coq: fix coqide not finding coqidetop.optraingloom2020-09-07
| | | | | | | * 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>
* gnu: Add nbd.Danny Milosavljevic2020-09-07
| | | | * gnu/packages/networking.scm (nbd): New variable.
* gnu: k3b: Add missing input.Andreas Enge2020-09-07
| | | | | * gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for library that is referenced by the final package.
* linux-boot: Handle nfs-root device strings.Stefan2020-09-07
| | | | | | | | | | | | | * 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>
* gnu: nomad: Update to 0.2.0-alpha-100-g6a565d3.Mike Rosset2020-09-07
| | | | | | | | | | | | | | | * 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>
* gnu: Add Rust 1.46.Jakub Kądziołka2020-09-07
| | | | * gnu/packages/rust.scm (rust-1.46): New variable.
* gnu: guix-data-service: Update to c596a1c.Christopher Baines2020-09-07
| | | | | * gnu/packages/web.scm (guix-data-service): Update to c596a1c. [inputs]: Add guile-prometheus.
* gnu: Add python-httpx.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-httpx): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-httpcore.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-httpcore): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trio-typing.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-trio-typing): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-autoflake.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-autoflake): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-flake8-pie.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-pie): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-uvicorn.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-uvicorn): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-watchgod.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-watchgod): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-pytest-toolbox.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-check.scm (python-pytest-toolbox): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-uvloop.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-uvloop): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>