Commit graph

77905 commits

Author SHA1 Message Date
Maxim Cournoyer bb716e8d9d
services: configuration: Add a new helper to ease generating documentation.
The original (undocumented) procedure to generate the doc has a difficult to
grasp interface; add a simpler one on top of it.

* gnu/services/configuration.scm (configuration->documentation): New procedure.
2021-05-07 08:59:31 -04:00
Xinglu Chen d1caabbce7
services: configuration: Support fields without default values.
Not all fields in a configuration have a sensible default value.  This changes
makes it possible to omit a default value for a configuration field, requiring
the user to provide a value.

* gnu/services/configuration.scm (configuration-missing-field): New procedure.
(define-configuration): Make default value optional.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-05-07 08:57:45 -04:00
Pierre Neidhardt 7ae9ef3b54
Revert "gnu: Add pathname-utils."
This reverts commit 22796f1ad1.

This is an accidental duplicate of 3de01371dc.
2021-05-07 11:54:49 +02:00
Pierre Neidhardt ff8f743f7c
gnu: emacs-ytdl: Update to 1.3.6.
* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6.
2021-05-07 09:43:51 +02:00
Ricardo Wurmus 9b99b6d947
gnu: Add ensembl-vep.
* gnu/packages/bioinformatics.scm (ensembl-vep): New variable.
2021-05-07 08:52:49 +02:00
Tobias Geerinckx-Rice d3ab3b276a
gnu: perl-svg: Update to 2.86.
* gnu/packages/perl.scm (perl-svg): Update to 2.86.
2021-05-07 02:44:42 +02:00
Tobias Geerinckx-Rice 956cc1a819
gnu: bcachefs-tools: Update to 0.1-7.7942d5c.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
2021-05-07 02:40:49 +02:00
Tobias Geerinckx-Rice b8760c8ef5
gnu: photoflare: Update to 1.6.8.
* gnu/packages/photo.scm (photoflare): Update to 1.6.8.
2021-05-07 02:20:33 +02:00
Tobias Geerinckx-Rice a06a041579
gnu: gtkwave: Update to 3.3.109.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.109.
2021-05-07 02:16:05 +02:00
Tobias Geerinckx-Rice 6b4f87fa69
gnu: tinyproxy: Run tests.
* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite.
[native-inputs]: Add perl.
2021-05-07 02:11:00 +02:00
Tobias Geerinckx-Rice 3dc591635e
gnu: tinyproxy: Update to 1.11.0.
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
2021-05-07 02:10:22 +02:00
Tobias Geerinckx-Rice 1d2b75874a
gnu: perl-cgi: Update to 4.52.
* gnu/packages/web.scm (perl-cgi): Update to 4.52.
2021-05-07 02:04:40 +02:00
Tobias Geerinckx-Rice 53bad7f4df
gnu: font-liberation: Update to 2.1.4.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.4.
2021-05-07 02:02:29 +02:00
Tobias Geerinckx-Rice 6d6b720ea0
gnu: conky: Enable WLAN support.
* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON"
to #:configure-flags.
[inputs]: Add wireless-tools.
2021-05-07 00:09:33 +02:00
Tobias Geerinckx-Rice 4002fcfb8b
gnu: conky: Run tests.
There were always tests.

* gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
2021-05-06 23:55:31 +02:00
Tobias Geerinckx-Rice dfef3121c3
gnu: conky: Update to 1.12.2.
* gnu/packages/conky.scm (conky): Update to 1.12.2.
2021-05-06 23:55:12 +02:00
Tobias Geerinckx-Rice bf3589f16c
gnu: remind: Move Tcl/Tk scripts to separate output.
* gnu/packages/calendar.scm (remind)[outputs]: Add "tcl".
[arguments]: Add a new 'split-:tcl phase.
[inputs]: Add inetutils, tcl, tcllib, and tk.
2021-05-06 23:30:35 +02:00
Maxim Cournoyer 3ab48ed6cd
gnu: system: Add SPICE capability to the VM image.
* gnu/system/examples/vm-image.tmpl (services)
[spice-vdagent-service-type]: Add service.
[slim-service-type] <xorg-configuration>: Add the xf86-video-qxl module.
2021-05-06 16:51:49 -04:00
Maxim Cournoyer b39c4e18f2
services: spice-vdagent: Clear the socket file prior to starting.
This fixes the following issue where spice-vdagent would fail to start if the
spice-vdagent-sock socket file already existed:

  spice-vdagentd: Fatal could not create the server socket
  /run/spice-vdagentd/spice-vdagent-sock: Error binding to address: Address
  already in use

The requirement is also modified to depend on dbus-system, a cue taken from
upstream's own systemd service file (see 'data/spice-vdagentd.service' in the
sources).

* gnu/services/spice.scm (spice-vdagent-activation): Delete procedure.
(spice-vdagent-shepherd-service): Fix indentation.
[requirement]: Replace udev by dbus-system.
[start]: Ensure the spice-vdagentd run-time directory exists and that the
spice-vdagent-sock socket file does *not* exist before forking the daemon.
2021-05-06 16:51:49 -04:00
Maxim Cournoyer a33afba4f1
gnu: spice-vdagent: Update to 0.21.0 and enable GTK+ support.
* gnu/packages/spice.scm (spice-vdagent): Update to 0.21.0.
Remove trailing #t.
[make-flags]: New argument.
[phases]{fix-test-termination}: New phase.
[inputs]: Add gtk+.
[native-inputs]{procps}: New input.
2021-05-06 16:51:49 -04:00
Tobias Geerinckx-Rice 07f0ebda1a
gnu: remind: Run tests.
‘No "check" target’ != ‘no tests’.

* gnu/packages/calendar.scm (remind)[arguments]: Run tests.
2021-05-06 22:23:25 +02:00
Tobias Geerinckx-Rice 0978f2faae
gnu: remind: Update to 3.3.6.
* gnu/packages/calendar.scm (remind): Update to 3.3.6.
2021-05-06 22:20:50 +02:00
Tobias Geerinckx-Rice 0c495a0d23
gnu: aspell-dict-en: Update to 2020.12.07-0.
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0.
2021-05-06 22:16:23 +02:00
Tobias Geerinckx-Rice a70c0da706
gnu: mcelog: Update to 176.
* gnu/packages/linux.scm (mcelog): Update to 176.
Fix a typo whilst we're here.
2021-05-06 22:11:10 +02:00
Tobias Geerinckx-Rice 1dfe984c9d
gnu: lsscsi: Update to 0.32.
* gnu/packages/linux.scm (lsscsi): Update to 0.32.
2021-05-06 22:07:55 +02:00
Tobias Geerinckx-Rice 462b8a6dfd
gnu: txr: Update to 258.
* gnu/packages/lisp.scm (txr): Update to 258.
2021-05-06 22:05:20 +02:00
Tobias Geerinckx-Rice 2d51775c2c
gnu: fish: Update to 3.2.2.
* gnu/packages/shells.scm (fish): Update to 3.2.2.
[source]: Adjust to PCRE subdirectory move.
[native-inputs]: Add procps.
[arguments]: Adjust 'patch-tests phase to new failures.
2021-05-06 21:53:21 +02:00
Tobias Geerinckx-Rice f285b31522
gnu: polyml: Update to 5.8.2.
* gnu/packages/sml.scm (polyml): Update to 5.8.2.
2021-05-06 21:53:21 +02:00
Tobias Geerinckx-Rice 5a71d277b7
gnu: tintin++: Update to 2.02.11.
* gnu/packages/games.scm (tintin++): Update to 2.02.11.
2021-05-06 21:53:20 +02:00
Vagrant Cascadian d330d63a29
gnu: linux-libre: Update arm64 config to support Pinebook Pro.
* gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add
  configurations to support video, audio, USB-C and battery on
  Pinebook Pro.
2021-05-06 12:34:41 -07:00
Pierre Neidhardt 22796f1ad1
gnu: Add pathname-utils.
* gnu/packages/lisp-xyz.scm (cl-pathname-utils, ecl-pathname-utils,
sbcl-pathname-utils): New variables.
2021-05-06 21:29:29 +02:00
Marius Bakke dd52cb9725
gnu: python-hacking: Update to 4.1.0.
* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
2021-05-06 19:10:05 +02:00
Marius Bakke 243552674e
gnu: python-hacking: Fix build failure.
This follows up on 9095fccd0e, et.al.

* gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2,
python-flake8-3.8): New variables.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from
PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
2021-05-06 19:10:05 +02:00
Marius Bakke 10213079f4
gnu: python-flake8: Update to 3.9.1.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
2021-05-06 19:10:04 +02:00
Marius Bakke 9e22ab252f
gnu: python-flake8: Do not delete and recreate check phase.
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase
instead of deleting.  Remove trailing #t.
2021-05-06 19:10:04 +02:00
Marius Bakke 47516f818e
gnu: python-flake8: Do not use the 'bootstrap' pytest.
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from
PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
2021-05-06 19:10:04 +02:00
Marius Bakke 64b08bf7f8
gnu: python-django@2.2: Update to 2.2.22.
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
2021-05-06 19:10:04 +02:00
Marius Bakke 544d436ca8
gnu: python-django: Update to 3.2.2.
* gnu/packages/django.scm (python-django): Update to 3.2.2.
2021-05-06 19:10:04 +02:00
Marius Bakke dde9359640
gnu: Remove python-pykka.
This trivial package is severely outdated and has failed to build for a long time.

* gnu/packages/python-xyz.scm (python-pykka): Remove variable.
2021-05-06 19:10:04 +02:00
Marius Bakke 7dc0f9e760
gnu: python-dnspython: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
2021-05-06 19:10:04 +02:00
Marius Bakke 4bdc52bc21
gnu: gunicorn: Update to 2.1.0.
* gnu/packages/python-web.scm (gunicorn): Update to 2.1.0.
[arguments]: Ignore one test that cannot run in the build container.
[native-inputs]: Add PYTHON-GEVENT.
2021-05-06 19:10:04 +02:00
Marius Bakke 0f056f2c33
gnu: gunicorn: Remove unneeded runtime dependencies.
* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
2021-05-06 19:10:04 +02:00
Marius Bakke d51daf25c4
gnu: gunicorn: Respect '--without-tests'.
* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when
TESTS? is #true.
2021-05-06 19:10:04 +02:00
Ricardo Wurmus ce7b202f9b
gnu: Add perl-bio-db-hts.
* gnu/packages/bioinformatics.scm (perl-bio-db-hts): New variable.
2021-05-06 18:56:24 +02:00
Tobias Geerinckx-Rice 317da145c9
gnu: taisei: Update to 1.3.2.
* gnu/packages/games.scm (taisei): Update to 1.3.2.
[inputs]: Add cglm.
2021-05-06 16:47:24 +02:00
Tobias Geerinckx-Rice 72e2e8fa29
gnu: Add cglm.
* gnu/packages/maths.scm (cglm): New public variable.
2021-05-06 16:46:40 +02:00
Tobias Geerinckx-Rice 0e3931f027
gnu: epson-inkjet-printer-escpr: Update to 1.7.10.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.10.
2021-05-06 16:03:27 +02:00
Tobias Geerinckx-Rice 1ebbf76862
gnu: php: Update to 7.4.19.
* gnu/packages/php.scm (php): Update to 7.4.19.
2021-05-06 13:56:26 +02:00
Tobias Geerinckx-Rice 5cad926bb5
gnu: telegram-purple: Note support status.
* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
2021-05-06 13:56:26 +02:00
Tobias Geerinckx-Rice c3ea5756e6
gnu: telegram-purple: Update to 1.4.7.
* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7.
2021-05-06 13:56:25 +02:00