jackhill/guix/guix.git
3 years agoservices: postgresql: Define a default value.
Mathieu Othacehe [Mon, 22 Feb 2021 14:40:30 +0000 (15:40 +0100)]
services: postgresql: Define a default value.

* gnu/services/databases.scm (postgresql-service-type): Define a default value.

3 years agoservices: cuirass: Instantiate postgresql service.
Mathieu Othacehe [Mon, 22 Feb 2021 14:39:37 +0000 (15:39 +0100)]
services: cuirass: Instantiate postgresql service.

* gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql
service when missing.

3 years agoservices: tor: Add control-socket? option.
Christopher Lemmer Webber [Mon, 15 Feb 2021 22:57:04 +0000 (17:57 -0500)]
services: tor: Add control-socket? option.

* doc/guix.texi (Networking Services): Document new `control-socket?'
option for `tor-configuration`.
* gnu/services/networking.scm (<tor-configuration>):
(tor-configuration->torrc):

3 years agognu: ruby-omniauth-oauth2: Update to 1.7.1.
Efraim Flashner [Mon, 22 Feb 2021 14:30:07 +0000 (16:30 +0200)]
gnu: ruby-omniauth-oauth2: Update to 1.7.1.

* gnu/packages/ruby.scm (ruby-omniauth-oauth2): Update to 1.7.1.

3 years agognu: ruby-omniauth: Update to 2.0.3.
Efraim Flashner [Mon, 22 Feb 2021 14:27:54 +0000 (16:27 +0200)]
gnu: ruby-omniauth: Update to 2.0.3.

* gnu/packages/ruby.scm (ruby-omniauth): Update to 2.0.3.
[arguments]: Don't skip tests.
[propagated-inputs]: Add ruby-rack-protector.
[native-inputs]: Add ruby-rspec.

3 years agognu: cuirass: Update to 0.0.1-72.543e26a.
Mathieu Othacehe [Mon, 22 Feb 2021 13:45:59 +0000 (14:45 +0100)]
gnu: cuirass: Update to 0.0.1-72.543e26a.

* gnu/packages/ci.scm (guile-mastodon-dev): New variable.
(guile-mastodon-dev): Update to 0.0.1-72.543e26a.
[inputs]: Use guile-mastodon-dev instead of guile-mastodon.

3 years agognu: Fix "license:" prefix in scanner.scm.
Ludovic Courtès [Mon, 22 Feb 2021 11:05:48 +0000 (12:05 +0100)]
gnu: Fix "license:" prefix in scanner.scm.

* gnu/packages/scanner.scm: Change "licence:" to "license:".

3 years agognu: Add python-sane.
Andy Tai [Sun, 21 Feb 2021 06:30:22 +0000 (22:30 -0800)]
gnu: Add python-sane.

* gnu/packages/python-xyz.scm (python-sane): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guile-dsv: Update to 0.4.0.
Jack Hill [Sun, 14 Feb 2021 21:26:54 +0000 (16:26 -0500)]
gnu: guile-dsv: Update to 0.4.0.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.0
[arguments]: Remove phase "configure-support-guile3.0".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agonews: Add 'zh' translation.
Zhu Zihao [Sun, 14 Feb 2021 13:40:02 +0000 (21:40 +0800)]
news: Add 'zh' translation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agopackages: 'package-field-location' handles 'search-path' returning #f.
Ludovic Courtès [Mon, 22 Feb 2021 09:52:21 +0000 (10:52 +0100)]
packages: 'package-field-location' handles 'search-path' returning #f.

Fixes <https://bugs.gnu.org/46390>.
Reported by zimoun <zimon.toutoune@gmail.com>.

This is similar to the fix in d10474c38d58bdc676e64336769dc2e00cdfa8ed.

* guix/packages.scm (package-field-location): Handle FILE not in %LOAD-PATH.
* tests/guix-lint.sh: Add test.

3 years agognu: emacs-selectrum: Update to 3.1.
Nicolas Goaziou [Mon, 22 Feb 2021 10:44:59 +0000 (11:44 +0100)]
gnu: emacs-selectrum: Update to 3.1.

* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.1.

3 years agognu: cuirass: Update to 0.0.1-71.3e65617.
Mathieu Othacehe [Mon, 22 Feb 2021 10:20:46 +0000 (11:20 +0100)]
gnu: cuirass: Update to 0.0.1-71.3e65617.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-71.3e65617.

3 years agognu: nixfmt: Fix name.
Nicolas Goaziou [Mon, 22 Feb 2021 10:05:47 +0000 (11:05 +0100)]
gnu: nixfmt: Fix name.

* gnu/packages/haskell-apps.scm (nixfmt): Fix name.

3 years agognu: Rename ghc-nixfmt into nixfmt
Nicolas Goaziou [Mon, 22 Feb 2021 09:39:55 +0000 (10:39 +0100)]
gnu: Rename ghc-nixfmt into nixfmt

* gnu/packages/haskell-xyz.scm (ghc-nixfmt): Move to...
* gnu/packages/haskell-apps.scm (nixfmt): ... here.

This is a followup to 703ccd583611b6efa689b7a2d1daf35d6cd83c35.

3 years agognu: cuirass: Update dependencies.
Mathieu Othacehe [Mon, 22 Feb 2021 08:37:55 +0000 (09:37 +0100)]
gnu: cuirass: Update dependencies.

* gnu/packages/ci.scm (cuirass)[inputs]: Add "guile-mastodon" and "mailutils".
[arguments]: Adapt accordingly.

3 years agognu: guile-mastodon: Build with Guile 3.0.
Mathieu Othacehe [Mon, 22 Feb 2021 08:30:52 +0000 (09:30 +0100)]
gnu: guile-mastodon: Build with Guile 3.0.

* gnu/packages/guile-xyz.scm (guile-mastodon)[source]: Modify configure.ac to
add Guile 3.0 support.
[native-inputs]: Add "emacs" and "texinfo".
[inputs]: Use Guile 3.0 and Guile Json 4.0.

3 years agoservices: cuirass: Add parameters support.
Mathieu Othacehe [Mon, 22 Feb 2021 08:26:06 +0000 (09:26 +0100)]
services: cuirass: Add parameters support.

* gnu/services/cuirass.scm (<cuirass-configuration>)[parameters]: New field.
[zabbix-uri]: Remove it.
(cuirass-shepherd-service): Honor it.

3 years agognu: cuirass: Update to 0.0.1-70.342c5ed
Mathieu Othacehe [Mon, 22 Feb 2021 08:11:01 +0000 (09:11 +0100)]
gnu: cuirass: Update to 0.0.1-70.342c5ed

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-70.342c5ed.

3 years agognu: autoconf-archive: Update to 2021.02.19.
Efraim Flashner [Mon, 22 Feb 2021 08:10:16 +0000 (10:10 +0200)]
gnu: autoconf-archive: Update to 2021.02.19.

* gnu/packages/autotools.scm (autoconf-archive): Update to 2021.02.19.

3 years agognu: git: Add credential-libsecret output.
Léo Le Bouter [Mon, 1 Feb 2021 23:35:18 +0000 (00:35 +0100)]
gnu: git: Add credential-libsecret output.

* gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config.
[inputs]: Add glib and libsecret.
[outputs]: Add "credential-libsecret".
[arguments]: Add 'install-credential-libsecret phase to #:phases to build and
install "git-credential-libsecret" to "credential-libsecret" output.
(git-minimal)[arguments]: Delete the 'install-credential-libsecret phase.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
3 years agognu: diffoscope: Update to 167.
Vagrant Cascadian [Sun, 21 Feb 2021 23:29:59 +0000 (15:29 -0800)]
gnu: diffoscope: Update to 167.

* gnu/packages/diffoscope.scm (diffoscope): Update to 167.

3 years agognu: Add HDF5 1.12.0.
Gerd Heber [Sun, 21 Feb 2021 18:57:51 +0000 (12:57 -0600)]
gnu: Add HDF5 1.12.0.

* gnu/packages/maths.scm (hdf5-1.12): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: ffmpeg: Update to 4.3.2.
Vincent Legoll [Sun, 21 Feb 2021 18:22:11 +0000 (19:22 +0100)]
gnu: ffmpeg: Update to 4.3.2.

* gnu/packages/video.scm (ffmpeg): Update to 4.3.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agoimage: Add rock64 support.
Marius Bakke [Sun, 21 Feb 2021 20:15:05 +0000 (21:15 +0100)]
image: Add rock64 support.

* gnu/system/images/rock64.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.

3 years agognu: ungoogled-chromium: Update default preferences.
Marius Bakke [Sun, 7 Feb 2021 10:43:19 +0000 (11:43 +0100)]
gnu: ungoogled-chromium: Update default preferences.

* gnu/packages/aux-files/chromium/master-preferences.json: Adjust for upstream
changes.

3 years agognu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.
Marius Bakke [Sun, 21 Feb 2021 15:22:57 +0000 (16:22 +0100)]
gnu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.

* gnu/packages/chromium.scm (%chromium-version): Set to -88.0.4324.182.
(%ungoogled-revision): Set to 27c9e9fabd38001b32d148f7b3f99b4d31e67277.
(%ungoogled-origin, ungoogled-chromium): Update hashes.

3 years agognu: emacs-helm-pass: Update to 0.4.
Pierre Neidhardt [Sun, 21 Feb 2021 17:15:54 +0000 (18:15 +0100)]
gnu: emacs-helm-pass: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4.

3 years agognu: ir: Remove whitespace at end of line.
Alexandros Theodotou [Sun, 21 Feb 2021 11:04:26 +0000 (11:04 +0000)]
gnu: ir: Remove whitespace at end of line.

* gnu/packages/audio.scm (ir): Remove whitespace at end of line.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
3 years agognu: ruby-rack-protection: Update to 2.0.8.1.
Efraim Flashner [Sun, 21 Feb 2021 12:39:22 +0000 (14:39 +0200)]
gnu: ruby-rack-protection: Update to 2.0.8.1.

* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.8.1.

3 years agognu: exiv2-0.26: Remove variable.
Nicolas Goaziou [Sun, 21 Feb 2021 09:35:43 +0000 (10:35 +0100)]
gnu: exiv2-0.26: Remove variable.

* gnu/packages/image.scm (exiv2-0.26): Remove variable.
* gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch:
* gnu/packages/patches/exiv2-CVE-2017-14860.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Apply removal.

3 years agognu: hugin: Update to 2020.0.0.
Lars-Dominik Braun [Sun, 21 Feb 2021 08:34:36 +0000 (09:34 +0100)]
gnu: hugin: Update to 2020.0.0.

* gnu/packages/photo.scm (hugin): Update to 2020.0.0.
[inputs]: Use current exiv2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add cli11.
Milkey Mouse [Sun, 21 Feb 2021 01:17:28 +0000 (17:17 -0800)]
gnu: Add cli11.

* gnu/packages/cpp.scm (cli11): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: screen: Patch CVE-2021-26937.
Efraim Flashner [Sun, 21 Feb 2021 08:44:15 +0000 (10:44 +0200)]
gnu: screen: Patch CVE-2021-26937.

* gnu/packages/screen.scm (screen)[source]: Add patch.
* gnu/packages/patches/screen-CVE-2021-26937.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

3 years agognu: sbcl-utm-ups: Update to 1.1-0.ffcb7b6.
Guillaume Le Vaillant [Sun, 21 Feb 2021 08:35:39 +0000 (09:35 +0100)]
gnu: sbcl-utm-ups: Update to 1.1-0.ffcb7b6.

* gnu/packages/lisp-xyz.scm (sbcl-utm-ups): Update to 1.1-0.ffcb7b6.

3 years agognu: asymptote: Update to 2.69.
Nicolas Goaziou [Sun, 21 Feb 2021 00:56:04 +0000 (01:56 +0100)]
gnu: asymptote: Update to 2.69.

* gnu/packages/plotutils.scm (asymptote): Update to 2.69.

3 years agognu: Add ghc-nixfmt.
EuAndreh via Guix-patches via [Tue, 9 Feb 2021 01:14:52 +0000 (22:14 -0300)]
gnu: Add ghc-nixfmt.

* gnu/packages/haskell-xyz.scm (ghc-nixfmt): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add vmtouch.
qblade [Sun, 21 Feb 2021 00:44:05 +0000 (01:44 +0100)]
gnu: Add vmtouch.

* gnu/packages/admin.scm (vmtouch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: fontmanager: Update to 0.8.4.
Boris A. Dekshteyn [Sat, 20 Feb 2021 08:03:45 +0000 (20:03 +1200)]
gnu: fontmanager: Update to 0.8.4.

* gnu/packages/fontutils.scm (fontmanager): Update to 0.8.3.
[inputs]: Add libsoup and webkitgtk.
[native-inputs]: Remove vala; add vala-0.50.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: herbstluftwm: Update to 0.9.2.
Boris A. Dekshteyn [Sat, 20 Feb 2021 08:03:21 +0000 (20:03 +1200)]
gnu: herbstluftwm: Update to 0.9.2.

* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.2.
[inputs]: Add libxft.
[native-inputs]: Add python.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: python-onnx: Update to 1.8.1.
Vinicius Monego [Sat, 20 Feb 2021 07:10:54 +0000 (04:10 -0300)]
gnu: python-onnx: Update to 1.8.1.

* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: libredwg: Update to 0.12.1.
Vinicius Monego [Sat, 20 Feb 2021 07:08:36 +0000 (04:08 -0300)]
gnu: libredwg: Update to 0.12.1.

* gnu/packages/engineering.scm (libredwg): Update to 0.12.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: darktable: Update to 3.4.1.
Vinicius Monego [Sat, 20 Feb 2021 07:08:08 +0000 (04:08 -0300)]
gnu: darktable: Update to 3.4.1.

* gnu/packages/photo.scm (darktable): Update to 3.4.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: setzer: Update to 0.4.1.
Vinicius Monego [Sat, 20 Feb 2021 07:06:37 +0000 (04:06 -0300)]
gnu: setzer: Update to 0.4.1.

* gnu/packages/gnome.scm (setzer): Update to 0.4.1.
[inputs]: Add python-pdfminer-six.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add python-pdfminer-six.
Vinicius Monego [Sat, 20 Feb 2021 07:05:03 +0000 (04:05 -0300)]
gnu: Add python-pdfminer-six.

* gnu/packages/python-xyz.scm (python-pdfminer-six): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add imgp.
Vinicius Monego [Sat, 20 Feb 2021 02:53:54 +0000 (23:53 -0300)]
gnu: Add imgp.

* gnu/packages/image.scm (imgp): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add python-pillow-simd.
Vinicius Monego [Sat, 20 Feb 2021 02:51:49 +0000 (23:51 -0300)]
gnu: Add python-pillow-simd.

* gnu/packages/python-xyz.scm (python-pillow-simd): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add asdf (Advanced Scientific Data Format)
Sharlatan Hellseher [Fri, 19 Feb 2021 22:41:42 +0000 (22:41 +0000)]
gnu: Add asdf (Advanced Scientific Data Format)

* gnu/packages/astronomy.scm (python-asdf): New variable

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: wcslib: Update to 7.4
Sharlatan Hellseher [Fri, 19 Feb 2021 22:34:24 +0000 (22:34 +0000)]
gnu: wcslib: Update to 7.4

* gnu/packages/astronomy.scm (wcslib): Update to 7.4

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: xfce4-cpugraph-plugin: Update to 1.2.2.
Michael Rohleder [Fri, 19 Feb 2021 05:06:24 +0000 (06:06 +0100)]
gnu: xfce4-cpugraph-plugin: Update to 1.2.2.

* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add transcrypt.
Ellis Kenyő via Guix-patches via [Wed, 17 Feb 2021 16:38:42 +0000 (16:38 +0000)]
gnu: Add transcrypt.

* gnu/packages/crypto.scm (transcrypt): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: frrouting: Update to 7.5.
Vincent Legoll [Tue, 5 Jan 2021 10:57:28 +0000 (11:57 +0100)]
gnu: frrouting: Update to 7.5.

* gnu/packages/networking.scm (frrouting): Update to 7.5.
[inputs]: Add libcap and libyang.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add libyang
Vincent Legoll [Tue, 5 Jan 2021 10:57:27 +0000 (11:57 +0100)]
gnu: Add libyang

* gnu/packages/networking.scm (libyang): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: artyfx: Update to 1.3.1.
Alexandros Theodotou [Sat, 20 Feb 2021 21:53:05 +0000 (21:53 +0000)]
gnu: artyfx: Update to 1.3.1.

* gnu/packages/music.scm (artyfx): Update to 1.3.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: lrzip: Update to 0.640.
Vincent Legoll [Fri, 19 Feb 2021 17:46:46 +0000 (18:46 +0100)]
gnu: lrzip: Update to 0.640.

* gnu/packages/compression.scm (lrzip): Update to 0.640.
[source]: Remove obsolete patch 'lrzip-CVE-2017-8842.patch'.
[inputs]: Add lz4.
* gnu/packages/patches/lrzip-CVE-2017-8842.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: lynis: Update to 3.0.3.
Vincent Legoll [Wed, 17 Feb 2021 20:51:31 +0000 (21:51 +0100)]
gnu: lynis: Update to 3.0.3.

* gnu/packages/admin.scm (lynis): Update to 3.0.3.
[native-inputs]: Update lynis-sdk accordingly.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add libretro-lowresnx.
宋文武 [Wed, 17 Feb 2021 10:41:21 +0000 (18:41 +0800)]
gnu: Add libretro-lowresnx.

* gnu/packages/emulators.scm (libretro-lowresnx): New variable.

3 years agodoc: Fix typography.
Nicolas Goaziou [Sat, 20 Feb 2021 09:11:19 +0000 (10:11 +0100)]
doc: Fix typography.

* doc/guix.texi (Continuous Integration): Use @pxref appropriately.  Remove
`quote' from code examples.

3 years agognu: emacs-oauth2: Update to 0.16.
Nicolas Goaziou [Sat, 20 Feb 2021 09:05:21 +0000 (10:05 +0100)]
gnu: emacs-oauth2: Update to 0.16.

* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.16.

3 years agognu: Python 3.9: Fix CVE-2021-3177.
Leo Famulari [Fri, 19 Feb 2021 22:45:05 +0000 (17:45 -0500)]
gnu: Python 3.9: Fix CVE-2021-3177.

* gnu/packages/patches/python-3.9-CVE-2021-3177.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-3.9)[source]: Use it.

3 years agognu: nanopolish: Fix script wrapping.
Ricardo Wurmus [Fri, 19 Feb 2021 22:30:28 +0000 (23:30 +0100)]
gnu: nanopolish: Fix script wrapping.

* gnu/packages/bioinformatics.scm (nanopolish)[arguments]: Fix wrap-programs
phase.
[inputs]: Add Guile for wrap-script; add bioperl and perl-getopt-long for Perl
scripts.

3 years agognu: python-scikit-learn: Update to 0.24.1.
Ricardo Wurmus [Fri, 19 Feb 2021 22:24:05 +0000 (23:24 +0100)]
gnu: python-scikit-learn: Update to 0.24.1.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.24.1.
[propagated-inputs]: Add python-threadpoolctl.
(python2-scikit-learn)[inputs,native-inputs,propagated-inputs]: Do not
inherit these fields.

3 years agognu: Add prinseq.
Ricardo Wurmus [Fri, 19 Feb 2021 21:47:26 +0000 (22:47 +0100)]
gnu: Add prinseq.

* gnu/packages/bioinformatics.scm (prinseq): New variable.

3 years agognu: Add perl-statistics-pca.
Ricardo Wurmus [Fri, 19 Feb 2021 21:37:22 +0000 (22:37 +0100)]
gnu: Add perl-statistics-pca.

* gnu/packages/perl.scm (perl-statistics-pca): New variable.

3 years agognu: Add perl-math-cephes.
Ricardo Wurmus [Fri, 19 Feb 2021 21:37:07 +0000 (22:37 +0100)]
gnu: Add perl-math-cephes.

* gnu/packages/perl-maths.scm (perl-math-cephes): New variable.

3 years agognu: Add butt.
Leo Famulari [Tue, 16 Feb 2021 19:23:36 +0000 (14:23 -0500)]
gnu: Add butt.

* gnu/packages/audio.scm (butt): New variable.

3 years agognu: Add xoscope.
Leo Famulari [Tue, 16 Feb 2021 19:10:33 +0000 (14:10 -0500)]
gnu: Add xoscope.

* gnu/packages/electronics.scm (xoscope): New variable.

3 years agognu: Add comedilib.
Leo Famulari [Tue, 16 Feb 2021 19:09:29 +0000 (14:09 -0500)]
gnu: Add comedilib.

* gnu/packages/electronics.scm (comedilib): New variable.

3 years agognu: Add GtkDatabox.
Leo Famulari [Tue, 16 Feb 2021 19:08:27 +0000 (14:08 -0500)]
gnu: Add GtkDatabox.

* gnu/packages/gtk.scm (gtkdatabox): New variable.

3 years agoservices: cuirass: Add "simple-cuirass-services".
Mathieu Othacehe [Fri, 22 Jan 2021 08:44:45 +0000 (09:44 +0100)]
services: cuirass: Add "simple-cuirass-services".

* gnu/services/cuirass.scm (<build-manifest>,
<simple-cuirass-configuration>): New records.
(build-manifest, build-manifest?, simple-cuirass-configuration,
simple-cuirass-configuration?, simple-cuirass-services): New procedures.
(%default-cuirass-config): New variable.
* gnu/tests/cuirass.scm (%cuirass-simple-test): New variable.
* doc/guix.texi (Continuous Integration): Document it.

3 years agotests: cuirass: Add an operating system argument.
Mathieu Othacehe [Fri, 19 Feb 2021 18:09:18 +0000 (19:09 +0100)]
tests: cuirass: Add an operating system argument.

Rewrite so that "run-cuirass-test" takes an operating-system argument. This is
functionally equivalent.

* gnu/tests/cuirass.scm (%derivation-file, git-service, cow-service,
%cuirass-specs): New variables.
(cuirass-services): New procedure.
(run-cuirass-test): Add an "operating-system" argument.
(%cuirass-test): Adapt it.
(%cuirass-remote-test): Ditto.

3 years agotests: Export %simple-os.
Mathieu Othacehe [Fri, 19 Feb 2021 18:09:00 +0000 (19:09 +0100)]
tests: Export %simple-os.

* gnu/tests.scm (%simple-os): Export it.

3 years agognu: Add perl-contextual-return.
Ricardo Wurmus [Fri, 19 Feb 2021 17:04:37 +0000 (18:04 +0100)]
gnu: Add perl-contextual-return.

* gnu/packages/perl.scm (perl-contextual-return): New variable.

3 years agognu: Add perl-want.
Ricardo Wurmus [Fri, 19 Feb 2021 17:04:03 +0000 (18:04 +0100)]
gnu: Add perl-want.

* gnu/packages/perl.scm (perl-want): New variable.

3 years agognu: Add perl-math-matrixreal.
Ricardo Wurmus [Fri, 19 Feb 2021 16:56:52 +0000 (17:56 +0100)]
gnu: Add perl-math-matrixreal.

* gnu/packages/perl-maths.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

3 years agognu: Add ngshmmalign.
Ricardo Wurmus [Fri, 19 Feb 2021 16:24:21 +0000 (17:24 +0100)]
gnu: Add ngshmmalign.

* gnu/packages/bioinformatics.scm (ngshmmalign): New variable.

3 years agognu: python-locust: Update to 1.4.3.
Maxim Cournoyer [Thu, 18 Feb 2021 13:28:57 +0000 (08:28 -0500)]
gnu: python-locust: Update to 1.4.3.

* gnu/packages/benchmark.scm (python-locust): Update to 1.4.3.
[phases]: Remove trailing #t.
{check}: Disable the 'test_html_report_option', 'test_custom_exit_code' and
'test_webserver' tests.

3 years agodoc: Add an example of how the open file descriptors limit can be raised.
Maxim Cournoyer [Thu, 18 Feb 2021 23:07:53 +0000 (18:07 -0500)]
doc: Add an example of how the open file descriptors limit can be raised.

* doc/guix.texi (Base Services)[pam-limits-service]: Add an example and
explanation of how the 'nofile', or open file descriptors value, can be
configured.

3 years agognu: python-psutil: Update to 5.8.0.
Maxim Cournoyer [Fri, 19 Feb 2021 04:15:58 +0000 (23:15 -0500)]
gnu: python-psutil: Update to 5.8.0.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.8.0.
[home-page]: Update.
[description]: Please lint and re-flow text.

3 years agognu: python-geventhttpclient: Adjust to build with updated gevent.
Maxim Cournoyer [Fri, 19 Feb 2021 04:06:42 +0000 (23:06 -0500)]
gnu: python-geventhttpclient: Adjust to build with updated gevent.

* gnu/packages/python-web.scm (python-geventhttpclient): Delete trailing #t.
[phases]{fix-compatibility-issue}: New phase.
{check}: Adjust comment and remove the extraneous string-append.

3 years agognu: python-greenlet: Update to 1.0.0.
Maxim Cournoyer [Fri, 19 Feb 2021 04:01:45 +0000 (23:01 -0500)]
gnu: python-greenlet: Update to 1.0.0.

* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.0.0.

3 years agognu: python-gevent: Update to 21.1.2.
Maxim Cournoyer [Fri, 19 Feb 2021 03:30:37 +0000 (22:30 -0500)]
gnu: python-gevent: Update to 21.1.2.

* gnu/packages/python-xyz.scm (python-gevent): Update to 21.1.2.  Delete
trailing #t.

3 years agoui: Fix typo in description.
Brice Waegeneire [Sat, 30 Jan 2021 20:51:18 +0000 (21:51 +0100)]
ui: Fix typo in description.

* guix/ui.scm (switch-to-generation*): Fix typo in description.

3 years agognu: Add stackistry.
Sharlatan Hellseher [Tue, 16 Feb 2021 22:51:19 +0000 (22:51 +0000)]
gnu: Add stackistry.

* gnu/packages/astronomy.scm (stackistry): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add libskry.
Sharlatan Hellseher [Tue, 16 Feb 2021 22:44:03 +0000 (22:44 +0000)]
gnu: Add libskry.

* gnu/packages/astronomy.scm (libskry): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-astroalign.
Sharlatan Hellseher [Fri, 19 Feb 2021 09:18:45 +0000 (10:18 +0100)]
gnu: Add python-astroalign.

* gnu/packages/astronomy.scm (python-astroalign): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-sep.
Sharlatan Hellseher [Fri, 19 Feb 2021 09:13:02 +0000 (10:13 +0100)]
gnu: Add python-sep.

* gnu/packages/astronomy.scm (python-sep): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-pyerfa.
Sharlatan Hellseher [Fri, 19 Feb 2021 09:07:28 +0000 (10:07 +0100)]
gnu: Add python-pyerfa.

* gnu/packages/astronomy.scm (python-pyerfa): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add erfa.
Sharlatan Hellseher [Fri, 19 Feb 2021 09:00:56 +0000 (10:00 +0100)]
gnu: Add erfa.

* gnu/packages/astronomy.scm (erfa): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add qfits.
Sharlatan Hellseher [Sat, 13 Feb 2021 14:30:01 +0000 (14:30 +0000)]
gnu: Add qfits.

* gnu/packages/astronomy.scm (qfits): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-skyfield.
Sharlatan Hellseher [Sun, 7 Feb 2021 23:38:58 +0000 (23:38 +0000)]
gnu: Add python-skyfield.

* gnu/packages/astronomy.scm (python-skyfield): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-extension-helpers.
Sharlatan Hellseher [Sun, 7 Feb 2021 23:29:45 +0000 (23:29 +0000)]
gnu: Add python-extension-helpers.

* gnu/packages/python-xyz.scm (python-extension-helpers): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-pytest-astropy.
Sharlatan Hellseher [Sun, 7 Feb 2021 22:51:24 +0000 (22:51 +0000)]
gnu: Add python-pytest-astropy.

* gnu/packages/python-check.scm (python-pytest-astropy): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add python-pytest-astropy-header.
Sharlatan Hellseher [Sun, 7 Feb 2021 22:42:03 +0000 (22:42 +0000)]
gnu: Add python-pytest-astropy-header.

* gnu/packages/python-check.scm (python-pytest-astropy-header): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: nushell: Update to 0.27.1.
Nicolas Goaziou [Fri, 19 Feb 2021 09:42:05 +0000 (10:42 +0100)]
gnu: nushell: Update to 0.27.1.

* gnu/packages/shells.scm (nushell): Update to 0.27.1.
[arguments]: Add rust-serial-test to Cargo development inputs.
(rust-nu-cli-0.27):
(rust-nu-command-0.27):
(rust-nu-data-0.27):
(rust-nu-engine-0.27):
(rust-nu-errors-0.27):
(rust-nu-json-0.27):
(rust-nu-parser-0.27):
(rust-nu-plugin-0.27):
(rust-nu-plugin-binaryview-0.27):
(rust-nu-plugin-chart-0.27):
(rust-nu-plugin-fetch-0.27):
(rust-nu-plugin-from-bson-0.27):
(rust-nu-plugin-from-sqlite-0.27):
(rust-nu-plugin-inc-0.27):
(rust-nu-plugin-match-0.27):
(rust-nu-plugin-post-0.27):
(rust-nu-plugin-ps-0.27):
(rust-nu-plugin-s3-0.27):
(rust-nu-plugin-selector-0.27):
(rust-nu-plugin-start-0.27):
(rust-nu-plugin-sys-0.27):
(rust-nu-plugin-textview-0.27):
(rust-nu-plugin-to-bson-0.27):
(rust-nu-plugin-to-sqlite-0.27):
(rust-nu-plugin-tree-0.27):
(rust-nu-plugin-xpath-0.27):
(rust-nu-protocol-0.27):
(rust-nu-source-0.27):
(rust-nu-stream-0.27):
(rust-nu-table-0.27):
(rust-nu-test-support-0.27):
(rust-nu-value-ext-0.27): Update to 0.27.1.

3 years agognu: Add cl-glsl-packing.
Sharlatan Hellseher [Thu, 18 Feb 2021 22:18:08 +0000 (22:18 +0000)]
gnu: Add cl-glsl-packing.

* gnu/packages/lisp-xyz.scm (cl-glsl-packing, ecl-glsl-packing,
  sbcl-glsl-packing): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add vitetris.
Stefan Reichör [Thu, 18 Feb 2021 20:26:06 +0000 (21:26 +0100)]
gnu: Add vitetris.

* gnu/packages/games.scm (vitetris): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-elpy: Fix build.
Maxim Cournoyer [Thu, 18 Feb 2021 18:26:59 +0000 (13:26 -0500)]
gnu: emacs-elpy: Fix build.

Fixes <https://issues.guix.gnu.org/46516>, which was caused by commit
41abf3b3a0fabe06817f3940cba778974ce79c46.

* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]
{patch-ffip-project-search-call}: New phase.

Reported-by: Simon Streit <simon@netpanic.org> and others.
3 years agognu: webrtc-for-telegram-desktop: Adjust native inputs.
Raghav Gururajan [Thu, 18 Feb 2021 16:23:16 +0000 (11:23 -0500)]
gnu: webrtc-for-telegram-desktop: Adjust native inputs.

This fixes a segmentation fault in telegram-desktop.

* gnu/packages/telegram.scm (webrtc-for-telegram-desktop) [native-inputs]:
Add gcc-9 and perl.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add emacs-kbd.
Yurii Kholodkov [Thu, 18 Feb 2021 20:01:19 +0000 (21:01 +0100)]
gnu: Add emacs-kbd.

* gnu/packages/emacs-xyz.scm (emacs-kbd): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>