Commit graph

65732 commits

Author SHA1 Message Date
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
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