Commit graph

65862 commits

Author SHA1 Message Date
Ludovic Courtès 096f442d7d
gnu: guile-ssh: Update to 0.13.1.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.1.
2020-08-28 23:29:07 +02:00
Ludovic Courtès 4ec66950f0
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.
2020-08-28 23:29:07 +02:00
Ludovic Courtès 3e339c4410
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.
2020-08-28 23:28:56 +02:00
Martin Becze cd0c4e4ef8
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>
2020-08-28 23:27:53 +02:00
Ludovic Courtès 3d9ea605c8
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.
2020-08-28 23:27:53 +02:00
Ludovic Courtès b630840920
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>.
2020-08-28 23:27:53 +02:00
Ludovic Courtès be1c00ae3c
system: Remove extra line from 'lightweight-desktop.tmpl'.
This is a followup to c7af968717.

* gnu/system/examples/lightweight-desktop.tmpl: Remove extra
'use-package-modules' line.
2020-08-28 23:27:53 +02:00
Oleg Pykhalov 1922811e0e
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.
2020-08-29 00:15:54 +03:00
Jonathan Brielmaier cb3bb849f2
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>
2020-08-28 21:32:08 +02:00
Tobias Geerinckx-Rice 5720abd992
gnu: pluma: Update to 1.24.1.
* gnu/packages/mate.scm (pluma): Update to 1.24.1.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice 6c64fc0f74
gnu: ncmpc: Update to 0.39.
* gnu/packages/mpd.scm (ncmpc): Update to 0.39.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice 3d25a35d40
gnu: evisum: Update to 0.5.4.
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.4.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice 70e741720a
gnu: odamex: Update to 0.8.3.
* gnu/packages/games.scm (odamex): Update to 0.8.3.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice 686bb9342f
gnu: mame: Update to 0.224.
* gnu/packages/emulators.scm (mame): Update to 0.224.
2020-08-28 18:38:27 +02:00
Tobias Geerinckx-Rice 78a684f57d
gnu: gcab: Update to 1.4.
* gnu/packages/package-management.scm (gcab): Update to 1.4.
2020-08-28 18:38:27 +02:00
Andreas Enge 95eade1389
gnu: fdroidserver: Update to 1.1.9.
* gnu/packages/android.scm (fdroidserver): Update to 1.1.9.
2020-08-28 17:51:19 +02:00
Andreas Enge 46096a0acb
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.
2020-08-28 17:47:30 +02:00
Andreas Enge 1d99fca6c9
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.
2020-08-28 16:47:05 +02:00
Andreas Enge 47ed9ec3b7
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.
2020-08-28 16:29:04 +02:00
Andreas Enge b9f3046eaa
gnu: Add python-purl.
* gnu/packages/python-web.scm (python-purl): New variable.
2020-08-28 16:29:04 +02:00
Andreas Enge 3b3cc55335
gnu: Remove python-requests@2.7.
This variable has no dependents anymore.

* gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
2020-08-28 16:29:03 +02:00
Jelle Licht 3afa95ed18
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.
2020-08-28 15:36:55 +02:00
Efraim Flashner d0af85b1bc
gnu: ruby-rubocop-ast: Update to 0.3.0.
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.
2020-08-28 14:34:34 +03:00
Efraim Flashner 19fd7dc3a6
gnu: gnupg: Update to 2.2.22.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
2020-08-28 14:11:33 +03:00
Mathieu Othacehe d81b89bf02
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.
2020-08-28 10:29:22 +02:00
Mark H Weaver 36a09d1853
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'.
2020-08-28 00:13:51 -04:00
Mark H Weaver c05d2cfcbe
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.
2020-08-28 00:13:48 -04:00
Mark H Weaver e9a442b765
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.
2020-08-28 00:13:42 -04:00
Prafulla Giri bf19d5e4b2
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>
2020-08-28 00:46:42 +03:00
Vinicius Monego 828658f8fe
gnu: radicale: Update to 3.0.4.
* 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>
2020-08-27 17:18:52 -04:00
Vinicius Monego f6ac084d4f
gnu: Add xandikos.
* gnu/packages/dav.scm (xandikos): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-27 17:18:52 -04:00
Mark H Weaver eb622c6b12
gnu: linux-libre: Update to 5.8.5.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.5.
(linux-libre-5.8-pristine-source): Update hash.
2020-08-27 16:13:32 -04:00
Mark H Weaver 92b9399fcf
gnu: linux-libre@5.7: Update to 5.7.19.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.19.
(linux-libre-5.7-pristine-source): Update hash.
2020-08-27 16:11:17 -04:00
Joshua Branson 3e9c6ee19d
doc: Improve the instructions regarding guix git authenticate.
* 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>
2020-08-27 16:04:12 -04:00
Ludovic Courtès 28dce8f02d
pack: fakechroot: Honor $LD_LIBRARY_PATH.
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.
2020-08-27 19:58:16 +02:00
Ludovic Courtès 8df6900dff
gnu: sssd: Pass '--localstatedir=/var' and '--sysconfdir=/etc'.
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".
2020-08-27 19:58:16 +02:00
Ludovic Courtès 0c9d22c13f
pull: Avoid "Migrating profile" message on the first run.
* 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.
2020-08-27 19:58:16 +02:00
Tanguy Le Carrour c849446b82
gnu: Add python-safety.
* gnu/packages/python-xyz.scm (python-safety): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-27 12:26:25 -04:00
Tanguy Le Carrour f2d70885c3
gnu: Add python-dparse.
* gnu/packages/python-xyz.scm (python-dparse): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-27 12:26:18 -04:00
Guillaume Le Vaillant 35988130c9
gnu: bitcoin-unlimited: Update to 1.9.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.0.
2020-08-27 17:39:22 +02:00
Efraim Flashner 9bb7534a3d
gnu: Add libflame.
* gnu/packages/maths.scm (libflame): New variable.
2020-08-27 18:19:09 +03:00
Efraim Flashner e8bbb29b59
gnu: vcflib: Install pkgconfig file.
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: Adjust custom
'install phase to add vcflib.pc.
2020-08-27 18:18:55 +03:00
Efraim Flashner 6d8dd5bad7
gnu: vcflib: Use shared libraries.
* gnu/packages/bioinformatics.scm (vcflib)[source]: Add patch. Add
snippet to adjust files for new locations.
[inputs]: Add fastahack, smithwaterman, tabixpp, xz.
[native-inputs]: Add pkg-config. Remove the package-source of fastahack,
fsom, smithwaterman, tabixpp.
[arguments]: Remove make-flags. Add custom phase to add the output lib
directory to the rpath. Adjust custom 'unpack-submodule-sources for the
change in native-inputs. Adjust custom 'install phase to also install
libraries and headers.
* gnu/packages/patches/vcflib-use-shared-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-08-27 18:18:55 +03:00
Efraim Flashner 4bbcbe93cd
gnu: fastahack: Install pkgconfig file.
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Adjust custom
'install phase to add fastahack.pc.
2020-08-27 18:09:28 +03:00
Efraim Flashner f075bf09bd
gnu: fastahack: Build and install shared library and headers.
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Add phase to
build PIE objects. Add custom phase to build dynamic library. Adjust
custom 'install phase to install shared library and headers.
2020-08-27 18:08:13 +03:00
Efraim Flashner 5c78997188
gnu: smithwaterman: Install pkgconfig file.
* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Adjust
custom 'install phase to add smithwaterman.pc file.
2020-08-27 18:06:25 +03:00
Efraim Flashner afa352223f
gnu: smithwaterman: Build and install shared library and headers.
* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Add custom
phase to build PIE objects. Add custom 'build-dynamic phase to build
dynamic library. Adjust custom 'install phase to install shared library
and headers.
2020-08-27 18:05:20 +03:00
Efraim Flashner 261bc778b6
gnu: tabixpp: Install pkgconfig file.
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'install phase to add tabixpp.pc file.
2020-08-27 18:03:13 +03:00
Efraim Flashner 35cb1bc527
gnu: tabixpp: Build and install shared library and headers.
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'build phase to build shared library. Adjust custom 'install phase to
install libraries and header.
2020-08-27 18:02:16 +03:00
Mathieu Othacehe 3dd310087a
Revert "gnu: inetutils: Do not refer to canonical coreutils."
This reverts commit 61560d4bef because it
triggers too many rebuilds.
2020-08-27 16:33:13 +02:00