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
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
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
Mathieu Othacehe
61560d4bef
gnu: inetutils: Do not refer to canonical coreutils.
...
Make sure not to retain a reference to the canonical coreutils package. The
Guix System closure size would otherwise be increased by including references
to both canonical and non-canonical version of those packages.
* gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils",
[arguments]: and point to it with PATHDEF_CP variable.
2020-08-27 16:20:21 +02:00
Mathieu Othacehe
17f168fcad
gnu: isc-dhcp: Do not refer to canonical coreutils.
...
Make sure not to retain a reference to the canonical coreutils and sed
packages. The Guix System closure size would otherwise be increased by
including references to both canonical and non-canonical version of those
packages.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add "coreutils" and "sed",
[arguments]: and use them, instead of their canonical counterpart.
2020-08-27 15:46:24 +02:00
Nicolas Goaziou
ad476912b6
gnu: emacs-modus-vivendi-theme: Update to 0.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.12.0.
2020-08-27 15:34:35 +02:00
Nicolas Goaziou
cba77ea9bd
gnu: emacs-modus-operandi-theme: Update to 0.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.12.0.
2020-08-27 15:34:28 +02:00
Morgan Smith
3ffceba52d
gnu: Add emacs-auth-source-xoauth2.
...
* gnu/packages/emacs-xyz.scm (emacs-auth-source-xoauth2): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-27 15:24:46 +02:00
Andreas Enge
f37e2388d0
gnu: lrslib: Update to 7.1.
...
* gnu/packages/maths.scm (lrslib): Update to 7.1.
2020-08-27 14:53:54 +02:00
Leo Prikler
438c4ee1de
gnu: Add komikku.
...
* gnu/packages/gnome.scm (komikku): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:51:16 +02:00
Leo Prikler
355761c2d2
gnu: libhandy: Update to 0.90.0.
...
* gnu/packages/gnome.scm (libhandy): Update to 0.90.0.
[source]<url>: Use GNOME gitlab.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Leo Prikler
23c68bd915
gnu: Add python-cloudscraper.
...
* gnu/packages/python-web.scm (python-cloudscraper): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Leo Prikler
c005550769
gnu: Add python-requests-toolbelt-0.9.1.
...
* gnu/packages/python-web.scm (python-requests-toolbelt-0.9.1): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Leo Prikler
f80b800dbe
gnu: Add python-dateparser.
...
* gnu/packages/python-xyz.scm (python-dateparser): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Leo Prikler
5f9a9efb69
gnu: Add python-pyparsing-2.4.7.
...
* gnu/packages/python-xyz.scm (python-pyparsing-2.4.7): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:37 +02:00
Leo Prikler
6f1784fa5c
gnu: Add python-pure-protobuf.
...
* gnu/packages/protobuf.scm (python-pure-protobuf): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 13:48:36 +02:00
Mathieu Othacehe
41a190b8c6
linux-libre: Enable module compression for all versions.
...
This is a follow-up of 5fe12be0dd
. It enables
module compression for all supported Linux versions.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf: Enable GZIP module compression.
* gnu/packages/aux-files/linux-libre/4.14-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.4-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.9-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Ditto.
2020-08-27 10:41:51 +02:00
Timotej Lazar
7ed319496f
gnu: kodi: Update to 18.8.
...
* gnu/packages/kodi.scm (kodi): Update to 18.8.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:30:50 +02:00
Michael Rohleder
64b5aa84ad
gnu: gnome-mines: Update to 3.36.0.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:13:54 +02:00
Michael Rohleder
80260be438
gnu: libdazzle: Update to 3.37.1.
...
* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:11:20 +02:00
Vinicius Monego
0a97b172e5
gnu: Add python-trytond-stock-supply.
...
* gnu/packages/tryton.scm (python-trytond-stock-supply): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:10 +02:00
Vinicius Monego
261b5cced5
gnu: Add python-trytond-purchase-request.
...
* gnu/packages/tryton.scm (python-trytond-purchase-request): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:10 +02:00
Vinicius Monego
51459b8f2c
gnu: Add python-trytond-purchase.
...
* gnu/packages/tryton.scm (python-trytond-purchase): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:10 +02:00
Vinicius Monego
7e32de0f56
gnu: Add python-trytond-account-invoice-stock.
...
* gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:09 +02:00
Vinicius Monego
63c5e70e95
gnu: Add python-trytond-account-invoice.
...
* gnu/packages/tryton.scm (python-trytond-account-invoice): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:09 +02:00
Vinicius Monego
0f14b0c98f
gnu: Add python-trytond-account-product.
...
* gnu/packages/tryton.scm (python-trytond-account-product): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:09 +02:00
Vinicius Monego
e03024f84a
gnu: Add python-trytond-analytic-account.
...
* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-27 10:09:09 +02:00
Mark H Weaver
6e7bede9be
gnu: xorg-server: Update replacement to 1.20.9 [security-fixes].
...
Includes fixes for CVE-2020-1436, CVE-2020-14345, CVE-2020-14346,
and CVE-2020-14361.
* gnu/packages/xorg.scm (xorg-server/fixed): Update to 1.20.9.
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-27 00:13:38 -04:00
Mark H Weaver
2ab8e6067c
gnu: linux-libre@5.7: Update to 5.7.18.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.18.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.18.
2020-08-26 20:57:32 -04:00
Mark H Weaver
169bbfd652
gnu: linux-libre@5.4: Update to 5.4.61.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.61.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.61.
2020-08-26 20:56:27 -04:00
Mark H Weaver
3bcee8c6d3
gnu: linux-libre@4.19: Update to 4.19.142.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.142.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.142.
2020-08-26 20:55:34 -04:00
Mark H Weaver
425599fbca
gnu: linux-libre@4.14: Update to 4.14.195.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.195.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.195.
2020-08-26 20:54:33 -04:00
Mark H Weaver
d84444dc29
gnu: linux-libre@4.9: Update to 4.9.234.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.234.
2020-08-26 20:53:38 -04:00
Mark H Weaver
f6d2bbfbae
gnu: linux-libre@4.4: Update to 4.4.234.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.234.
2020-08-26 20:52:06 -04:00
Jakub Kądziołka
2ba4574d15
gnu: guix: Update to guix-1.1.0-23.2f458a.
...
* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a.
2020-08-26 23:24:16 +02:00
Jakub Kądziołka
2f458ad713
gnu: guix: Rollback to 1.1.0-22.4b5a6f.
...
* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f.
2020-08-26 23:15:59 +02:00
Mark H Weaver
9cbe897d26
gnu: linux-libre: Update to 5.8.4.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.4.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.4.
2020-08-26 16:01:11 -04:00
Tobias Geerinckx-Rice
d73cfd8916
gnu: perl-text-csv-xs: Update to 1.44.
...
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44.
2020-08-26 21:02:26 +02:00
Tobias Geerinckx-Rice
b6d59b585d
gnu: perl-time-hires: Tweak synopsis.
...
* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
0d7c95445c
gnu: perl-time-hires: Update to 1.9764.
...
* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
8f94079353
gnu: flatpak: Update to 1.8.2.
...
* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
312485299d
gnu: mate-system-monitor: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
44e4332adc
gnu: mate-screensaver: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
f9c182adc2
gnu: totem-pl-parser: Update to 3.26.5.
...
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
71dc411b21
gnu: grilo: Update to 0.3.12.
...
* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
[source]: Hard-code NAME.
2020-08-26 21:02:23 +02:00
Tobias Geerinckx-Rice
616fa14b8c
gnu: pipewire: Update to 0.3.10.
...
* gnu/packages/linux.scm (pipewire): Update to 0.3.10.
[arguments]: Set the ‘udevrulesdir’ configure flag.
2020-08-26 19:58:30 +02:00
Arun Isaac
17881f944e
services: fcgiwrap: Create parent directory for unix socket.
...
* gnu/services/web.scm (fcgiwrap-activation): New function.
(fcgiwrap-service-type): Extend activation-service-type with
fcgiwrap-activation.
2020-08-26 22:56:37 +05:30
Maxim Cournoyer
6a9581741e
system: image: Do not offload image files.
...
Image files can be very large (multiple gigabytes), and the process of
generating them is primarily I/O bound. As disk access is typically faster
than network access, it makes sense build them locally.
* gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t
parameter to computed-file calls dealing with generating image files.
(system-iso9660-image): Likewise.
2020-08-26 09:35:57 -04:00
Ludovic Courtès
ef5ddb0e17
services: mcron: Validate jobs even in the presence of #:user.
...
Fixes a bug in 949672c923
whereby jobs
specifying a #:user not available in the build environment would fail
validation.
Reported by Maxim Cournoyer.
* gnu/services/mcron.scm (job-files)[validated-file]: Add "prologue"
file and pass it to 'mcron --schedule'.
2020-08-26 15:30:04 +02:00
Hendursaga
ce022b2e14
gnu: Add ssss.
...
* gnu/packages/crypto.scm (ssss): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-08-26 12:04:51 +02:00
Ludovic Courtès
38f789844f
gnu: guix-data-service: Update to ab68b0f.
...
* gnu/packages/web.scm (guix-data-service): Update to ab68b0f.
2020-08-26 12:04:51 +02:00
Ludovic Courtès
193eb46b5b
gnu: guix-data-service: Build against the same Guile as 'guix'.
...
This is a followup to a2991de0f4
.
* gnu/packages/web.scm (guix-data-service)[native-inputs]: Change
"guile" to match that of GUIX.
2020-08-26 12:04:51 +02:00
Michael Rohleder
7e66233811
gnu: drawpile: Build with libmicrohttpd 0.9.71.
...
* gnu/packages/graphics.scm (drawpile): Update to 2.1.17-1.ed1a75deb.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-26 09:24:56 +02:00
Tobias Geerinckx-Rice
d6a454addf
gnu: quadrapassel: Update to 3.36.05.
...
* gnu/packages/games.scm (quadrapassel): Update to 3.36.05.
2020-08-26 06:08:10 +02:00
Tobias Geerinckx-Rice
492e07ea6a
gnu: klavaro: Update to 3.11.
...
* gnu/packages/education.scm (klavaro): Update to 3.11.
2020-08-26 06:08:09 +02:00
Tobias Geerinckx-Rice
5d2b9b0749
gnu: msmtp: Update to 1.8.12.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.12.
2020-08-26 06:08:08 +02:00
Michael Rohleder
a41b8c9a09
gnu: gnome-chess: Update to 3.37.3.
...
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-08-25 22:40:02 -05:00
Ludovic Courtès
253fcfe6fe
gnu: octave: Remove unneeded 'source' field.
...
* gnu/packages/maths.scm (octave)[source]: Remove. It had been
unnecessary since b66741edc9
.
2020-08-26 00:51:57 +02:00
Ludovic Courtès
51c55cedda
gnu: netcdf-parallel-openmpi: Allow MPI tests to pass.
...
* gnu/packages/maths.scm (netcdf-parallel-openmpi)[arguments]: Add
'mip-setup' phase.
2020-08-26 00:51:57 +02:00
Ludovic Courtès
5930963555
gnu: hdf5-parallel-openmpi: Update to 1.10.6.
...
* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10.
2020-08-26 00:51:57 +02:00
Ludovic Courtès
949672c923
services: mcron: Validate jobs at build time.
...
That way, run-time errors in the job specs are caught at build time.
* gnu/services/mcron.scm (job-file): Remove.
(job-files): New procedure.
(mcron-shepherd-services): Adjust accordingly.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
4788e55420
gnu: hdf5: Use 'package/inherit' for variants.
...
* gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use
'package/inherit'.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
3b8eea1c40
gnu: hdf5: Distinguish the default hdf5 version.
...
* gnu/packages/maths.scm (hdf5): Rename to...
(hdf-1.8): ... this.
(hdf5-1.10): Adjust accordingly.
(hdf5): New variable.
2020-08-26 00:51:56 +02:00
Mark H Weaver
e45d7f3198
gnu: icecat: Update to 68.12.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2020-15663, CVE-2020-15664, and CVE-2020-15669.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-08-25 14:52:18 -04:00
Oleg Pykhalov
fdaba559d0
gnu: emacs-org-re-reveal: Update to 3.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
2020-08-25 21:11:08 +03:00
Maxim Cournoyer
fbd36a2334
gnu: guix: Update to 1.1.0-21.29d356.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
2020-08-25 13:57:35 -04:00
Maxim Cournoyer
29d3569c9c
gnu: guix: Update to 1.1.0-20.537080f.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
2020-08-25 13:48:17 -04:00
Efraim Flashner
a5ccf1b522
gnu: git-lfs: Don't install source.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install
the sources.
2020-08-25 20:38:52 +03:00
Prafulla Giri
c34a9db3d1
gnu: git-lfs: Update to v2.11.0.
...
* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-25 20:37:44 +03:00
Prafulla Giri
8b76027976
gnu: git-lfs: Install man pages.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Add build
phases to build and install man pages.
[native-inputs]: Add ronn-ng.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-25 20:35:09 +03:00
Leo Prikler
c6a7ae4f14
gnu: polari: Update to 3.36.3.
...
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
2020-08-25 19:05:26 +02:00
Tobias Geerinckx-Rice
2e832d4b8a
services: ganeti-kvmd-service-type: Fix typo in description.
...
* gnu/services/ganeti.scm (ganeti-kvmd-service-type)[description]:
Fix typo.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
4b582791d0
gnu: gnuradio-osmosdr: Update to 0.2.2.
...
* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
faeddf293f
gnu: libcap-ng: Update to 0.7.11.
...
* gnu/packages/admin.scm (libcap-ng): Update to 0.7.11.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
70e4fcfe01
gnu: ruby-public-suffix: Update to 4.0.5.
...
* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.5.
2020-08-25 17:14:49 +02:00
Tobias Geerinckx-Rice
cce2988ddd
gnu: ruby-domain-name: Update to 0.5.20190701.
...
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20190701.
2020-08-25 17:14:49 +02:00
Tobias Geerinckx-Rice
0e59074062
gnu: fldigi: Update to 4.1.14.
...
* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
2020-08-25 17:14:49 +02:00
Mathieu Othacehe
7f765a9d9c
gnu: cuirass: Update to 0.0.1-43.f2984c7.
...
Cuirass now depends of "guile-zlib" instead of Guix zlib module.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-43.f2984c7,
[inputs]: add "guile-zlib" ...
[arguments]: ... and add it to the dependencies.
2020-08-25 16:38:19 +02:00
Vinicius Monego
06d206a76d
gnu: Add python-trytond-stock-lot.
...
* gnu/packages/tryton.scm (python-trytond-stock-lot): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:18 +02:00
Vinicius Monego
6844d36443
gnu: Add python-trytond-stock.
...
* gnu/packages/tryton.scm (python-trytond-stock): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:17 +02:00
Vinicius Monego
84cca05cd7
gnu: Add python-trytond-account.
...
* gnu/packages/tryton.scm (python-trytond-account): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:17 +02:00
Vinicius Monego
69e983300f
gnu: Add python-simpleeval.
...
* gnu/packages/python-xyz.scm (python-simpleeval): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:17 +02:00
Vinicius Monego
e6e031e99b
gnu: Add python-trytond-product.
...
* gnu/packages/tryton.scm (python-trytond-product): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:17 +02:00
Vinicius Monego
666489d633
gnu: Add python-trytond-company.
...
* gnu/packages/tryton.scm (python-trytond-company): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:17 +02:00
Vinicius Monego
23dc957cb3
gnu: Add python-trytond-currency.
...
* gnu/packages/tryton.scm (python-trytond-currency): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:16 +02:00
Vinicius Monego
9b170887ce
gnu: Add python-forex-python.
...
* gnu/packages/python-xyz.scm (python-forex-python): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-25 16:00:14 +02:00
Efraim Flashner
2612ec80d0
gnu: stepmania: Fix typo.
...
* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
architecture.
2020-08-25 16:11:42 +03:00
Efraim Flashner
eaaeb8f14c
gnu: audacity: Fix typo.
...
* gnu/packages/audio.scm (audacity)[arguments]: Check for the 'x86_64'
architecture.
2020-08-25 16:10:49 +03:00
Mathieu Othacehe
dac7dd1b0b
Remove "guile-zlib" extension when unused.
...
This is a follow-up of 755f365b02
.
As (zlib) is autoloaded in (gnu build linux-modules), "guile-zlib" is needed
as an extension only when it is effectively used.
* gnu/installer.scm (installer-program): Remove "guile-zlib" from the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/shadow.scm (account-shepherd-service): Ditto.
2020-08-25 12:39:11 +02:00
Mathieu Othacehe
5fe12be0dd
linux-libre: Enable module compression.
...
This commit enables GZIP compression for linux-libre kernel modules, reducing
the size of linux-libre by 63% (165MB).
* gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression.
* gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto.
2020-08-25 11:53:21 +02:00
Mathieu Othacehe
755f365b02
linux-libre: Support module compression.
...
This commit adds support for GZIP compression for linux-libre kernel
modules. The initrd modules are kept uncompressed as the initrd is already
compressed as a whole.
The linux-libre kernel also supports XZ compression, but as Guix does not have
any available bindings for now, and the compression time is far more
significant, GZIP seems to be a better option.
* gnu/build/linux-modules.scm (modinfo-section-contents): Use
'call-with-gzip-input-port' to read from a module file using '.gz' extension,
(strip-extension): new procedure,
(dot-ko): adapt to support compression,
(ensure-dot-ko): ditto,
(file-name->module-name): ditto,
(find-module-file): ditto,
(load-linux-module*): ditto,
(module-name->file-name/guess): ditto,
(module-name-lookup): ditto,
(write-module-name-database): ditto,
(write-module-alias-database): ditto,
(write-module-device-database): ditto.
* gnu/installer.scm (installer-program): Add "guile-zlib" to the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/linux-initrd.scm (flat-linux-module-directory): Add "guile-zlib"
to the extensions and make sure that the initrd only contains
uncompressed module files.
* gnu/system/shadow.scm (account-shepherd-service): Add "guile-zlib" to the
extensions.
* guix/profiles.scm (linux-module-database): Ditto.
2020-08-25 11:53:20 +02:00
Nicolas Goaziou
46ef674b34
gnu: emacs-debbugs: Update to 0.26.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.26.
2020-08-25 10:07:55 +02:00
Nicolas Goaziou
7772c46b9e
gnu: emacs-undo-tree: Update to 0.7.5.
...
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
2020-08-25 10:07:46 +02:00
Nicolas Goaziou
c8e03dfcd1
gnu: emacs-sparql-mode: Improve description.
...
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Improve description.
2020-08-25 09:54:47 +02:00
Michael Rohleder
19b8056c50
gnu: emacs-sparql-mode: Update to 4.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2.
[propagated-inputs]: Add emacs-company.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-25 09:52:20 +02:00
Michael Rohleder
ed9142a672
gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.
...
* gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-25 09:45:47 +02:00
Michael Rohleder
2f25868ed5
gnu: emacs-restclient: Update to 0-3.ac8aad6.
...
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-3.ac8aad6.
[propagated-inputs]: Add emacs-jq-mode.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-25 09:41:36 +02:00
Michael Rohleder
7df90fd56b
gnu: jekyll: Use GFM parser to parse kramdown.
...
* gnu/packages/ruby.scm (jekyll)[propagated-inputs]: changed kramdown
parser to ruby-kramdown-parser-gfm.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-25 09:30:22 +02:00
Ludovic Courtès
fe42e5f39c
services: unattended-upgrade: Log output of the 'guix' commands.
...
Fixes <https://bugs.gnu.org/43011 >.
Reported by Jesse Gibbons <jgibbons2357@gmail.com>.
Until now the stdout/stderr file descriptors were not redirected.
* gnu/services/admin.scm (unattended-upgrade-mcron-jobs)[code]: Remove
'with-logging' and use 'redirect-port' instead.
2020-08-24 23:23:57 +02:00
Ludovic Courtès
384377632c
system: Validate sudoers file when building the system.
...
Suggested by pkill9 <pkill9@runbox.com>.
* gnu/system.scm (validated-sudoers-file): New procedure.
(operating-system-etc-service): Use it.
2020-08-24 23:23:57 +02:00
Ludovic Courtès
0d203eeaa6
services: unattended-upgrade: Add 'operating-system-file' field.
...
* gnu/services/admin.scm (<unattended-upgrade-configuration>)[operating-system-file]:
New field.
(unattended-upgrade-mcron-jobs): Honor it.
* doc/guix.texi (Unattended Upgrades): Document it.
2020-08-24 23:23:57 +02:00
Michael Rohleder
fd69aa524f
gnu: libvterm: Update to 0.1.4.
...
* gnu/packages/terminals.scm (libvterm): Update to 0.1.4.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-24 13:58:27 -04:00
Mathieu Othacehe
c88bccc14e
gnu: guix: Update to 1.1.0-19.0c50d72.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-19.0c50d72.
2020-08-24 16:07:38 +02:00
Mathieu Othacehe
0c50d7231b
gnu: guile-lzlib: Fix cross-compilation.
...
* gnu/packages/guile.scm (guile-lzlib)[native-inputs]: Add "guile" when
cross-compiling.
2020-08-24 15:02:29 +02:00
Mathieu Othacehe
65777dce0f
gnu: guile-zlib: Fix cross-compilation.
...
* gnu/packages/guile.scm (guile-zlib)[native-inputs]: Add "guile" when
cross-compiling.
2020-08-24 15:01:38 +02:00
Mathieu Othacehe
4c0c65acfa
Use "guile-zlib" and "guile-lzlib" instead of (guix config).
...
* Makefile.am (MODULES): Remove guix/zlib.scm and guix/lzlib.scm,
(SCM_TESTS): remove tests/zlib.scm, tests/lzlib.scm.
* build-aux/build-self.scm (make-config.scm): Remove unused %libz variable.
* configure.ac: Remove LIBZ and LIBLZ variables and check instead for
Guile-zlib and Guile-lzlib.
* doc/guix.texi ("Requirements"): Remove zlib requirement and add Guile-zlib
and Guile-lzlib instead.
* gnu/packages/package-management.scm (guix)[native-inputs]: Add "guile-zlib"
and "guile-lzlib",
[inputs]: remove "zlib" and "lzlib",
[propagated-inputs]: ditto,
[arguments]: add "guile-zlib" and "guile-lzlib" to Guile load path.
* guix/config.scm.in (%libz, %liblz): Remove them.
* guix/lzlib.scm: Remove it.
* guix/man-db.scm: Use (zlib) instead of (guix zlib).
* guix/profiles.scm (manual-database): Do not stub (guix config) in imported
modules list, instead add "guile-zlib" to the extension list.
* guix/scripts/publish.scm: Use (zlib) instead of (guix zlib) and (lzlib)
instead of (guix lzlib),
(string->compression-type, effective-compression): do not check for zlib and
lzlib availability.
* guix/scripts/substitute.scm (%compression-methods): Do not check for lzlib
availability.
* guix/self.scm (specification->package): Add "guile-zlib" and "guile-lzlib"
and remove "zlib" and "lzlib",
(compiled-guix): remove "zlib" and "lzlib" arguments and add guile-zlib and
guile-lzlib to the dependencies, also do not pass "zlib" and "lzlib" to
"make-config.scm" procedure,
(make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and
%liblz variables.
* guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not
check for lzlib availability.
* guix/zlib.scm: Remove it.
* m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them.
* tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib)
instead of (guix lzlib), and do not check for zlib and lzlib availability.
* tests/publish.scm: Ditto.
* tests/substitute.scm: Do not check for lzlib availability.
* tests/utils.scm: Ditto.
* tests/zlib.scm: Remove it.
2020-08-24 13:35:24 +02:00
Tobias Geerinckx-Rice
5abbf435fc
gnu: nano: Update to 5.2.
...
* gnu/packages/nano.scm (nano): Update to 5.2.
2020-08-24 13:28:22 +02:00
Vinicius Monego
cb4ebb7f04
gnu: python-trytond-party: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-trytond-party): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-24 13:24:08 +02:00
Vinicius Monego
106dd72bc5
gnu: python-trytond-country: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-trytond-country): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-24 13:23:53 +02:00
Vinicius Monego
a5bdb72d69
gnu: python-proteus: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-proteus): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-24 13:22:57 +02:00
Vinicius Monego
d649704ebc
gnu: python-trytond: Update to 5.6.5.
...
* gnu/packages/tryton.scm (python-trytond): Update to 5.6.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-24 13:22:57 +02:00
Vinicius Monego
6de7e59f8b
gnu: tryton: Update to 5.6.3.
...
* gnu/packages/tryton.scm (tryton): Update to 5.6.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-24 13:22:55 +02:00
Michael Rohleder
cafde61d81
gnu: Add emacs-jq-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-jq-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-24 12:42:35 +02:00
Michael Rohleder
e1cab74a0b
gnu: Add ruby-kramdown-parser-gfm.
...
* gnu/packages/ruby.scm (ruby-kramdown-parser-gfm): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-24 12:38:48 +02:00
Mathieu Othacehe
2f2dbde921
gnu: Remove duplicated linux-libre-arm64-generic-5.8.
...
This fixes a test failure in "fold-available-packages with/without cache".
* gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it
duplicates linux-libre-arm64-generic.
2020-08-24 11:54:30 +02:00
Efraim Flashner
7bcc8004b1
gnu: scroll: Fix build.
...
* gnu/packages/haskell-apps.scm (scroll)[arguments]: Add custom phase to
add a place-holder file to the static output.
2020-08-24 12:03:29 +03:00
Tobias Geerinckx-Rice
c6872990b5
gnu: dovecot: Enable FTS stemming.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add libstemmer.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
cc82816416
gnu: python-parted: Update to 3.11.6.
...
* gnu/packages/disk.scm (python-parted): Update to 3.11.6.
(python2-parted): Drop unsupported Python 2 variant.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
56b4a1d53f
gnu: bind: Note that isc-dhcp bundles a BIND.
...
This follows up on commit dad963a439
.
* gnu/packages/admin.scm (isc-bind): Comment.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
e5d9a7d405
gnu: xterm: Update to 359.
...
* gnu/packages/xorg.scm (xterm): Update to 359.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
747873e81b
gnu: evisum: Update to 0.5.3.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.3.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
5e9e232c84
gnu: xapian: Update to 1.4.17.
...
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to
1.4.17.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
a2765029c2
gnu: electrum: Fix share/ location.
...
* gnu/packages/finance.scm (electrum)[arguments]: Rename the ‘patch-home’
phase to ‘fix-prefix’. Do so.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
44da87334d
gnu: electron-cash: Fix share/ location.
...
* gnu/packages/finance.scm (electron-cash)[arguments]: Drop bogus
‘local/share’ subdirectory: rename ‘patch-home’ to
‘create-output-directories’ and adjust body to match.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
110888f85f
gnu: electron-cash: Return #t from phases.
...
* gnu/packages/finance.scm (electron-cash)[arguments]: Return truth from
all phases.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
8ee3e4d9e9
gnu: electrum: Return #t from phases.
...
* gnu/packages/finance.scm (electrum)[arguments]: Return truth from
‘patch-home’.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
598afe95c3
gnu: wireguard-tools: Cross-compile.
...
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
2020-08-24 04:32:48 +02:00
Tobias Geerinckx-Rice
f4ba46a2df
gnu: wireguard-tools: Update to 1.0.20200820.
...
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
2020-08-24 04:32:48 +02:00
Brendan Tildesley
29f61501f3
gnu: ebook.scm: Remove duplicate module import.
...
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23 21:00:23 -04:00
Martin Becze
7afbaefea0
gnu: Added guile-srfi-145.
...
* gnu/packages/guile-xyz.scm (guile-srfi-145): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23 17:36:06 -04:00
Alexey Abramov
9e2a49db8c
gnu: dovecot: Add lucene library to support fts indexing.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add ice4c, clucene.
[arguments]: Add --with-lucene configuration switch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-24 00:19:27 +03:00