Age | Commit message (Expand) | Author |
2020-08-29 | gnu: reuse: Update to 0.11.1....* gnu/packages/license.scm (reuse): Update to 0.11.1.
[native-inputs]: added python-setuptools-scm.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Michael Rohleder |
2020-08-29 | gnu: Add libhandy-0.0....As of 355761c2d27fe80ae73b872b8026cb15d8487fd0, packages built against libhandy
fail to either build or to run since they require the 0.0.x API.
* gnu/packages/gnome.scm (libhandy-0.0): New variable.
(gnome-tweaks, geary)[inputs]: Use libhandy-0.0 instead of libhandy.
* gnu/packages/gnome.scm (chatty)[inputs]: Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Leo Prikler |
2020-08-29 | gnu: Add hdt-cpp....* gnu/packages/rdf.scm (hdt-cpp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| pukkamustard |
2020-08-29 | gnu: dash: Update to 0.5.11.2....* gnu/packages/shells.scm (dash): Update to 0.5.11.2.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: libedit: Update to 20191231-3.1....* gnu/packages/libedit.scm (libedit): Update to 20191231-3.1.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: tracker-miners: Update to 2.3.4....* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.4.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: tracker: Update to 2.3.5....* gnu/packages/gnome.scm (tracker): Update to 2.3.5.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: libdatrie: Update to 0.2.12....* gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: hexedit: Update to 1.5....* gnu/packages/hexedit.scm (hexedit): Update to 1.5.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: idris: Fix for Haskell build system changes....See also 9e5496e0ae0ee8f638ca93949ecca314fdb9251e and
718dc7d4a5e5d26cac80c79d78535677e0379dc8.
* gnu/packages/idris.scm (idris)[arguments]: Add a phase that sets
'LD_LIBRARY_PATH', and one that restores the 'libidris_rts.a'
library back to the default output.
| Timothy Sample |
2020-08-29 | copy, offload: Explicitly close SSH channels and sessions....Fixes <https://bugs.gnu.org/42740>.
* guix/scripts/copy.scm (send-to-remote-host): Keep the result of
'connect-to-remote-daemon' in scope, and explicitly close it after the
call to 'send-files'.
(retrieve-from-remote-host): Explicitly close REMOTE and disconnect
SESSION.
* guix/scripts/offload.scm (transfer-and-offload): Explicitly close
STORE and disconnect SESSION upon completion.
| Ludovic Courtès |
2020-08-29 | build: Remove references to the 'nix-hash' program....* configure.ac: Remove check for 'nix-hash'.
* tests/base32.scm (%nix-hash, %have-nix-hash?): Remove.
("sha256 & bytevector->nix-base32-string"): Remove test.
* build-aux/pre-inst-env.in: Do not set 'NIX_HASH' environment
variable.
| Ludovic Courtès |
2020-08-29 | build: Remove check for Guile 2.2.1 bug....This check is unnecessary since
e688c2df3924423b67892cc9939ca099c729d1cb.
* m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): Remove.
* configure.ac: Remove user.
| Ludovic Courtès |
2020-08-29 | Revert "gnu: emacs: Strip double wrap."...This reverts commit 0ec6b8afd7e7a6c288fbf48c5779f2e0bdaffb55 that prevents the
load of Emacs packages.
| Mathieu Othacehe |
2020-08-29 | gnu: emacs: Strip double wrap....* gnu/packages/emacs.scm (emacs)[#:phases]: Add 'strip-double-wrap.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Leo Prikler |
2020-08-29 | gnu: grilo-plugins: Update to 0.3.11....* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: gnome-mines: Update to 3.36.1....* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.1.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: debianutils: Update to 4.11.1....* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: ndctl: Update to 69....* gnu/packages/disk.scm (ndctl): Update to 69.
| Tobias Geerinckx-Rice |
2020-08-29 | gnu: lesspipe: Update to 1.85....* gnu/packages/less.scm (lesspipe): Update to 1.85.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Michael Rohleder |
2020-08-28 | gnu: komikku: Build desktop file....* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Leo Prikler |
2020-08-28 | gnu: guile-ssh: Update to 0.13.1....* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.1.
| Ludovic Courtès |
2020-08-28 | derivations: Avoid uses of 'write' in 'write-derivation'....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.
| Ludovic Courtès |
2020-08-28 | derivations: Avoid uses of 'display' in 'write-derivation'....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.
| Ludovic Courtès |
2020-08-28 | gnu: chez-srfi: Fix tests....* gnu/packages/chez.scm (chez-srfi)[arguments]: Add 'CHEZ' and
'chezversion' to #:make-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-08-28 | store: 'with-store' returns as many values as its body....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.
| Ludovic Courtès |
2020-08-28 | doc: Document the 'description' and 'default-value' of <service-type>....* doc/guix.texi (Service Reference): Document the 'description' and
'default-value' fields of <service-type>.
| Ludovic Courtès |
2020-08-28 | system: Remove extra line from 'lightweight-desktop.tmpl'....This is a followup to c7af96871737ffa0e2be879e200573bc60603c8c.
* gnu/system/examples/lightweight-desktop.tmpl: Remove extra
'use-package-modules' line.
| Ludovic Courtès |
2020-08-29 | gnu: emacs-git-auto-commit-mode: Update to 4.7.0....* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.7.0.
| Oleg Pykhalov |
2020-08-28 | gnu: icedove: Update to 68.12.0....* gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Jonathan Brielmaier |
2020-08-28 | gnu: pluma: Update to 1.24.1....* gnu/packages/mate.scm (pluma): Update to 1.24.1.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: ncmpc: Update to 0.39....* gnu/packages/mpd.scm (ncmpc): Update to 0.39.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: evisum: Update to 0.5.4....* gnu/packages/enlightenment.scm (evisum): Update to 0.5.4.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: odamex: Update to 0.8.3....* gnu/packages/games.scm (odamex): Update to 0.8.3.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: mame: Update to 0.224....* gnu/packages/emulators.scm (mame): Update to 0.224.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: gcab: Update to 1.4....* gnu/packages/package-management.scm (gcab): Update to 1.4.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: fdroidserver: Update to 1.1.9....* gnu/packages/android.scm (fdroidserver): Update to 1.1.9.
| Andreas Enge |
2020-08-28 | gnu: fdroidserver: Have the package compile with current inputs....* gnu/packages/android.scm (fdroidserver)[arguments]: Accept higher versions
of python-docker-py as required in setup.py.
| Andreas Enge |
2020-08-28 | gnu: python-apache-libcloud: Update to 3.1.0....* gnu/packages/python-xyz.scm (python-apache-libcloud): Update to 3.1.0.
[arguments]: Drop test patching, apparently corrected upstream.
| Andreas Enge |
2020-08-28 | gnu: python-requests-mock: Update to 1.8.0....* 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.
| Andreas Enge |
2020-08-28 | gnu: Add python-purl....* gnu/packages/python-web.scm (python-purl): New variable.
| Andreas Enge |
2020-08-28 | gnu: Remove python-requests@2.7....This variable has no dependents anymore.
* gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
| Andreas Enge |
2020-08-28 | gnu: crypto++: Add missing newline to generated file....* gnu/packages/crypto.scm (crypto++)[arguments]
<#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file.
| Jelle Licht |
2020-08-28 | gnu: ruby-rubocop-ast: Update to 0.3.0....* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.
| Efraim Flashner |
2020-08-28 | gnu: gnupg: Update to 2.2.22....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
| Efraim Flashner |
2020-08-28 | gnu: rottlog: Do not refer to the canonical coreutils....* gnu/packages/admin.scm (rottlog)[inputs]: Add "coreutils",
[arguments]: and use it in the 'tweak-rc-weekly phase.
| Mathieu Othacehe |
2020-08-28 | gnu: emacs: Update to 27.1....* 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'.
| Mark H Weaver |
2020-08-28 | gnu: notmuch: Update to 0.30-0.31rc1....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.
| Mark H Weaver |
2020-08-28 | gnu: gpgme: Update to 1.14.0....* 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.
| Mark H Weaver |
2020-08-28 | gnu: git-lfs: Make usage text available....* 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>
| Prafulla Giri |