Age | Commit message (Expand) | Author |
2020-09-09 | gnu: dovecot: Set moduledir to global directory....* gnu/packages/mail.scm (dovecot)[arguments]: Add configure-flag to set
moduledir. Adjust custom 'install phase to override moduledir so it
successfully installs.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Efraim Flashner |
2020-09-09 | gnu: znc: Update to 1.8.2....* gnu/packages/messaging.scm (znc): Update to 1.8.2.
| Tobias Geerinckx-Rice |
2020-09-09 | gnu: linux-libre: Update to 5.8.8....* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.8.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Stay at version 5.8.7.
| Mark H Weaver |
2020-09-09 | gnu: mercurial: Update to 5.5.1....* gnu/packages/version-control.scm (mercurial): Update to 5.5.1.
[source]: Remove patches.
[arguments]: Adjust the custom 'check phase to delete a few more files.
(mercurial-patch): Remove procedure.
(%mercurial-patches): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Dr. Arne Babenhauserheide |
2020-09-09 | Revert "gnu: Add r-loomr."...This reverts commit 1f56ec08af704bdc7aa3e143bf5ce351c5306dea.
This package is not free software.
| Ricardo Wurmus |
2020-09-09 | gnu: Add inspekt3d....* gnu/packages/engineering.scm (inspekt3d): New variable.
| Ricardo Wurmus |
2020-09-09 | gnu: Add r-bisquerna....* gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
| Roel Janssen |
2020-09-09 | gnu: Add r-useful....* gnu/packages/cran.scm (r-useful): New variable.
| Roel Janssen |
2020-09-09 | gnu: Add r-loomr....* gnu/packages/bioinformatics.scm (r-loomr): New variable.
| Roel Janssen |
2020-09-09 | gnu: Add r-mboost....* gnu/packages/cran.scm (r-mboost): New variable.
| Roel Janssen |
2020-09-09 | gnu: Add r-stabs....* gnu/packages/cran.scm (r-stabs): New variable.
| Roel Janssen |
2020-09-09 | gnu: Add r-partykit....* gnu/packages/cran.scm (r-partykit): New variable.
| Roel Janssen |
2020-09-09 | gnu: emacs-explain-pause-mode: Fix synopsis and description....* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[synopsis,
description]: Conform to style recommendations.
| Nicolas Goaziou |
2020-09-09 | gnu: emacs-org-contrib: Fix version to 20200907....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Version 20200908 does not
exist yet, use the last one on ELPA.
| Pierre Neidhardt |
2020-09-09 | gnu: emacs-org-contrib: Update to 20200908....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200908.
| Pierre Neidhardt |
2020-09-09 | gnu: emacs-sly-macrostep: Update to 20191211....* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep): Update to 20191211.
| Pierre Neidhardt |
2020-09-09 | gnu: emacs-sly: Update to 20200903....* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200903.
| Pierre Neidhardt |
2020-09-09 | gnu: taglib: Fix 'taglib-config --libs' -L flag....* gnu/packages/mp3.scm (taglib): Add "" around the substitution of
ZLIB_LIBRARIES_FLAGS and add "/lib".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2020-09-09 | gnu: enlightenment: Fix inputs....* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl,
wayland-protocols ...
[propagated-inputs]: ... to here. Add libxkbcommon.
| Efraim Flashner |
2020-09-09 | gnu: Add breeze....* gnu/packages/kde-frameworks.scm (breeze): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Prafulla Giri |
2020-09-09 | gnu: Add breeze-assets....* gnu/packages/kde-frameworks.scm (breeze-assets): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Prafulla Giri |
2020-09-09 | 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>
| Joshua Branson |
2020-09-09 | 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.
| Ludovic Courtès |
2020-09-08 | 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>
| Kyle Meyer |
2020-09-08 | gnu: Add ghc-dav....* gnu/packages/haskell-web.scm (ghc-dav): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
| Kyle Meyer |
2020-09-08 | gnu: Add ghc-xml-hamlet....* gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
| Kyle Meyer |
2020-09-08 | 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.
| Andreas Enge |
2020-09-08 | gnu: genimage: Drop fdisk dependency....* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
| Andreas Enge |
2020-09-08 | 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>
| Brendan Tildesley |
2020-09-08 | gnu: emacs-helm-fish-completion: Update to 0.6....* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
| Pierre Neidhardt |
2020-09-08 | 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>
| Robin Green |
2020-09-08 | 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>
| Vinicius Monego |
2020-09-08 | gnu: Add emacs-gdscript-mode....* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2020-09-08 | gnu: emacs-ebdb: Update to 0.6.19....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.19.
| Nicolas Goaziou |
2020-09-08 | gnu: emacs-oauth2: Update to 0.15....* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
| Nicolas Goaziou |
2020-09-08 | gnu: emacs-org: Update to 9.3.8....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
| Nicolas Goaziou |
2020-09-08 | gnu: metamath: Update to 0.192....* gnu/packages/maths.scm (metamath): Update to 0.192.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| B. Wilson |
2020-09-08 | 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>
| Vinicius Monego |
2020-09-08 | 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>
| Vinicius Monego |
2020-09-08 | 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.
| Ludovic Courtès |
2020-09-08 | 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.
| Efraim Flashner |
2020-09-07 | 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.
| Vagrant Cascadian |
2020-09-08 | Remove (guix json) and require Guile-JSON 4.3.0+....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.
| Ludovic Courtès |
2020-09-08 | 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'.
| Ludovic Courtès |
2020-09-08 | 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.
| Ludovic Courtès |
2020-09-07 | gnu: Add rust-cbindgen@0.14.1....* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
| Mark H Weaver |
2020-09-07 | 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.
| Mark H Weaver |
2020-09-07 | gnu: htop: Update to 3.0.1....* gnu/packages/admin.scm (htop): Update to 3.0.1.
| Tobias Geerinckx-Rice |
2020-09-07 | gnu: emacs-org: Update to 9.3.7....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
| Tobias Geerinckx-Rice |
2020-09-07 | gnu: freeipmi: Update to 1.6.6....* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
| Tobias Geerinckx-Rice |