summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Remove check for Guile 2.2.1 bug.Ludovic Courtès2020-08-29
| | | | | | | | This check is unnecessary since e688c2df3924423b67892cc9939ca099c729d1cb. * m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): Remove. * configure.ac: Remove user.
* Revert "gnu: emacs: Strip double wrap."Mathieu Othacehe2020-08-29
| | | | | This reverts commit 0ec6b8afd7e7a6c288fbf48c5779f2e0bdaffb55 that prevents the load of Emacs packages.
* gnu: emacs: Strip double wrap.Leo Prikler2020-08-29
| | | | | | * gnu/packages/emacs.scm (emacs)[#:phases]: Add 'strip-double-wrap. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: grilo-plugins: Update to 0.3.11.Tobias Geerinckx-Rice2020-08-29
| | | | * gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
* gnu: gnome-mines: Update to 3.36.1.Tobias Geerinckx-Rice2020-08-29
| | | | * gnu/packages/gnome.scm (gnome-mines): Update to 3.36.1.
* gnu: debianutils: Update to 4.11.1.Tobias Geerinckx-Rice2020-08-29
| | | | * gnu/packages/debian.scm (debianutils): Update to 4.11.1.
* gnu: ndctl: Update to 69.Tobias Geerinckx-Rice2020-08-29
| | | | * gnu/packages/disk.scm (ndctl): Update to 69.
* gnu: lesspipe: Update to 1.85.Michael Rohleder2020-08-29
| | | | | | * gnu/packages/less.scm (lesspipe): Update to 1.85. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: komikku: Build desktop file.Leo Prikler2020-08-28
| | | | | | | * gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils and gettext. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: guile-ssh: Update to 0.13.1.Ludovic Courtès2020-08-28
| | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.13.1.
* derivations: Avoid uses of 'write' in 'write-derivation'.Ludovic Courtès2020-08-28
| | | | | | | | | | This leads a 4% improvement on the wall-clock time of: guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d * guix/derivations.scm (escaped-string): New procedure. (write-derivation)[write-escaped-string]: New procedure. [write-string-list, write-output, write-env-var]: Use it.
* derivations: Avoid uses of 'display' in 'write-derivation'.Ludovic Courtès2020-08-28
| | | | | | | | | | | This yields a 4% improvement on the wall-clock time of: guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d * guix/derivations.scm (write-sequence, write-list, write-tuple): Use 'put-char' instead of 'display'. (write-derivation): Use 'put-string' and 'put-char', and remove unused 'format' binding.
* gnu: chez-srfi: Fix tests.Martin Becze2020-08-28
| | | | | | | * gnu/packages/chez.scm (chez-srfi)[arguments]: Add 'CHEZ' and 'chezversion' to #:make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* store: 'with-store' returns as many values as its body.Ludovic Courtès2020-08-28
| | | | | | | | | Fixes <https://bugs.gnu.org/42912>. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/store.scm (call-with-store)[thunk]: Wrap call to PROC in 'call-with-values'. * tests/store.scm ("with-store, multiple values"): New test.
* doc: Document the 'description' and 'default-value' of <service-type>.Ludovic Courtès2020-08-28
| | | | | * doc/guix.texi (Service Reference): Document the 'description' and 'default-value' fields of <service-type>.
* system: Remove extra line from 'lightweight-desktop.tmpl'.Ludovic Courtès2020-08-28
| | | | | | | This is a followup to c7af96871737ffa0e2be879e200573bc60603c8c. * gnu/system/examples/lightweight-desktop.tmpl: Remove extra 'use-package-modules' line.
* gnu: emacs-git-auto-commit-mode: Update to 4.7.0.Oleg Pykhalov2020-08-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.7.0.
* gnu: icedove: Update to 68.12.0.Jonathan Brielmaier2020-08-28
| | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: pluma: Update to 1.24.1.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/mate.scm (pluma): Update to 1.24.1.
* gnu: ncmpc: Update to 0.39.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.39.
* gnu: evisum: Update to 0.5.4.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/enlightenment.scm (evisum): Update to 0.5.4.
* gnu: odamex: Update to 0.8.3.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/games.scm (odamex): Update to 0.8.3.
* gnu: mame: Update to 0.224.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/emulators.scm (mame): Update to 0.224.
* gnu: gcab: Update to 1.4.Tobias Geerinckx-Rice2020-08-28
| | | | * gnu/packages/package-management.scm (gcab): Update to 1.4.
* gnu: fdroidserver: Update to 1.1.9.Andreas Enge2020-08-28
| | | | * gnu/packages/android.scm (fdroidserver): Update to 1.1.9.
* gnu: fdroidserver: Have the package compile with current inputs.Andreas Enge2020-08-28
| | | | | * gnu/packages/android.scm (fdroidserver)[arguments]: Accept higher versions of python-docker-py as required in setup.py.
* gnu: python-apache-libcloud: Update to 3.1.0.Andreas Enge2020-08-28
| | | | | * gnu/packages/python-xyz.scm (python-apache-libcloud): Update to 3.1.0. [arguments]: Drop test patching, apparently corrected upstream.
* gnu: python-requests-mock: Update to 1.8.0.Andreas Enge2020-08-28
| | | | | * gnu/packages/python-web.scm (python-requests-mock): Update to 1.8.0. [native-inputs]: Add python-purl and python-pytest and remove python-testtools.
* gnu: Add python-purl.Andreas Enge2020-08-28
| | | | * gnu/packages/python-web.scm (python-purl): New variable.
* gnu: Remove python-requests@2.7.Andreas Enge2020-08-28
| | | | | | This variable has no dependents anymore. * gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
* gnu: crypto++: Add missing newline to generated file.Jelle Licht2020-08-28
| | | | | * gnu/packages/crypto.scm (crypto++)[arguments] <#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file.
* gnu: ruby-rubocop-ast: Update to 0.3.0.Efraim Flashner2020-08-28
| | | | * gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.
* gnu: gnupg: Update to 2.2.22.Efraim Flashner2020-08-28
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
* gnu: rottlog: Do not refer to the canonical coreutils.Mathieu Othacehe2020-08-28
| | | | | * gnu/packages/admin.scm (rottlog)[inputs]: Add "coreutils", [arguments]: and use it in the 'tweak-rc-weekly phase.
* gnu: emacs: Update to 27.1.Mark H Weaver2020-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs): Update to 27.1. [source]: In snippet, use 'find-files' to find 'eshell/esh-groups.el' if it exists, but gracefully handle its absence. [arguments]: Add "--with-cairo" to configure-flags. Add 'restore-emacs-pdmp' and 'make-compressed-files-writable' phases. Explicitly return #t from 'install-site-start' phase. [inputs]: Add cairo, pango, harfbuzz, jansson, and gmp. Remove imagemagick. (emacs-next): Remove variable. (emacs-minimal, emacs-xwidgets): Use 'package/inherit'. [arguments]: Remove 'restore-emacs-pdmp' phase. (emacs-no-x): Use 'package/inherit'. [arguments]: Remove "--with-cairo" from configure-flags. Remove 'restore-emacs-pdmp' phase. [inputs]: Remove cairo, pango, and harfbuzz. (emacs-no-x-toolkit): Use 'package/inherit'. [arguments]: Remove 'restore-emacs-pdmp' phase. Remove superfluous quasiquote+unquote-splicing pair. (emacs-wide-int): Use 'package/inherit'. (guile-emacs): Use 'package/inherit'. [arguments]: Remove "--with-cairo" from configure-flags. Remove 'restore-emacs-pdmp' phase. * gnu/packages/patches/emacs-ignore-empty-xim-styles.patch, gnu/packages/patches/emacs-source-date-epoch.patch: Adapt to apply cleanly to emacs-27.1. * gnu/packages/patches/emacs-exec-path.patch: Replace with the previous contents of 'emacs27-exec-path.patch', but remove the superfluous comment about it being "like emacs-exec-path.patch, but for Emacs 27". * gnu/packages/patches/emacs27-exec-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove 'emacs27-exec-path.patch'.
* gnu: notmuch: Update to 0.30-0.31rc1.Mark H Weaver2020-08-28
| | | | | | | | | | | | | Note: This actually updates to 0.31~rc1, but here we instead use the version number 0.30-0.31rc1 so that Guix will consider it older than version 0.31. The rationale for updating to a release candidate is that earlier versions do not work with Emacs 27. * gnu/packages/mail.scm (notmuch): Update to 0.30-0.31rc1. [source]: In the 'uri' field, avoid using the 'version' variable, which doesn't match the upstream file name. Add a 'file-name' field to work around the fact that Guix does not allow tildes ("~"). [arguments]: Add 'disable-failing-tests' phase.
* gnu: gpgme: Update to 1.14.0.Mark H Weaver2020-08-28
| | | | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.14.0. [arguments]: Remove field, which included only a 'disable-failing-test' phase that is no longer needed.
* gnu: git-lfs: Make usage text available.Prafulla Giri2020-08-28
| | | | | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Add phase 'man-gen to make usage text available for embedding for the 'build phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: radicale: Update to 3.0.4.Vinicius Monego2020-08-27
| | | | | | | | | | | | * gnu/packages/dav.scm (radicale): Update to 3.0.4. [source]: Use git-fetch. [arguments]: Run the test suite. [native-inputs]: Add python-pytest, python-pytest-cov, python-pytest-flake8, python-pytest-isort, python-pytest-runner, python-waitress. [propagated-inputs]: Remove python-requests. Add python-dateutil, python-defusedxml, python-passlib, python-vobject. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add xandikos.Vinicius Monego2020-08-27
| | | | | | * gnu/packages/dav.scm (xandikos): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre: Update to 5.8.5.Mark H Weaver2020-08-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.5. (linux-libre-5.8-pristine-source): Update hash.
* gnu: linux-libre@5.7: Update to 5.7.19.Mark H Weaver2020-08-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.19. (linux-libre-5.7-pristine-source): Update hash.
* doc: Improve the instructions regarding `guix git authenticate`.Joshua Branson2020-08-27
| | | | | | | * doc/contributing.texi (Building from Git): Instruct the user to fetch the 'keyring' branch. Fix a typo. Signed-off-by: Leo Famulari <leo@famulari.name>
* pack: fakechroot: Honor $LD_LIBRARY_PATH.Ludovic Courtès2020-08-27
| | | | | | | | | | Until now, when using the "fakechroot" engine, $LD_LIBRARY_PATH would always be ignored. However, it's useful in some cases to allow users to specify LD_LIBRARY_PATH, so honor it. * gnu/packages/aux-files/run-in-namespace.c (concat_paths): New function. (exec_with_loader): Concatenante $LD_LIBRARY_PATH to the relocated AUDIT_LIBRARY_PATH.
* gnu: sssd: Pass '--localstatedir=/var' and '--sysconfdir=/etc'.Ludovic Courtès2020-08-27
| | | | | | | | | | This ensures notably that libnss_sss looks for the mmap cache files in the right place, /var/lib/sss/mc, rather than in the store. * gnu/packages/patches/sssd-system-directories.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sssd.scm (sssd)[source]: Use it. [arguments]: Pass "--localstatedir" and "--sysconfdir".
* pull: Avoid "Migrating profile" message on the first run.Ludovic Courtès2020-08-27
| | | | | | | | * guix/scripts/pull.scm (ensure-default-profile): Do not call 'migrate-generations' when %USER-PROFILE-DIRECTORY (~/.config/guix/current) does not exist. This avoids a confusing "Migrating profile" message when the user runs 'guix pull' for the first time.
* gnu: Add python-safety.Tanguy Le Carrour2020-08-27
| | | | | | * gnu/packages/python-xyz.scm (python-safety): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-dparse.Tanguy Le Carrour2020-08-27
| | | | | | * gnu/packages/python-xyz.scm (python-dparse): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bitcoin-unlimited: Update to 1.9.0.0.Guillaume Le Vaillant2020-08-27
| | | | * gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.0.
* gnu: Add libflame.Efraim Flashner2020-08-27
| | | | * gnu/packages/maths.scm (libflame): New variable.