me
/
guix
Archived
1
0
Fork 0
Commit Graph

80094 Commits (e0559c531425da5a689d14553af7873528b49d09)

Author SHA1 Message Date
Nicolas Goaziou 615dda2de4
gnu: emacs-eacl: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.2.0.
2021-12-16 13:25:04 +01:00
Nicolas Goaziou a975a90824
gnu: manuskript: Update to 0.13.1.
* gnu/packages/text-editors.scm (manuskript): Update to 0.13.1.
2021-12-16 13:22:49 +01:00
Jacob MacDonald b99200632f
gnu: Add cl-april.
* gnu/packages/lisp-xyz.scm (sbcl-april, cl-april, ecl-april): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16 11:20:22 +01:00
Jacob MacDonald 7836ca8743
gnu: Add cl-simple-date-time.
* gnu/packages/lisp-xyz.scm (sbcl-simple-date-time, cl-simple-date-time,
  ecl-simple-date-time): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16 11:11:07 +01:00
Jacob MacDonald 92433c2d74
gnu: Add cl-decimals.
* gnu/packages/lisp-xyz.scm (sbcl-decimals, cl-decimals, ecl-decimals):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16 11:06:27 +01:00
Jacob MacDonald d1269c65d3
gnu: Add cl-random-state.
* gnu/packages/lisp-xyz.scm (sbcl-random-state, cl-random-state,
  ecl-random-state): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16 11:02:25 +01:00
Jacob MacDonald abd2aed926
gnu: Add cl-maxpc.
* gnu/packages/lisp-xyz.scm (sbcl-maxpc, cl-maxpc, ecl-maxpc): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16 10:56:55 +01:00
Lars-Dominik Braun 08218fd7a4
gnu: python-pyflow: Rename to python2-pyflow.
The package was never compatible with Python 3. Not adding a deprecated
package variant, because going from Python 3 to Python 2 is a breaking
change and it’s unlikely anyone ever used the package anyway (it was
likely broken).

* gnu/packages/python-science.scm (python-pyflow): Move…
(python2-pyflow): …here.
[arguments]: Use Python 2.
2021-12-16 09:48:02 +01:00
Lars-Dominik Braun 974264af37
gnu: python-flask-restful: Rewrite import.
It seems a function inside python-flask moved to a different module.

* gnu/packages/python-web.scm (python-flask-restful)[arguments]: Add
phase rewriting imports from flask.helpers to flask.scaffold.
2021-12-16 09:04:57 +01:00
Lars-Dominik Braun 44e1300994
gnu: Add js-mathjax-3.
* gnu/packages/javascript.scm (js-mathjax-3): New variable.
* gnu/packages/patches/mathjax-disable-webpack.patch,
gnu/packages/patches/mathjax-no-a11y.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register them.
2021-12-16 08:58:07 +01:00
Lars-Dominik Braun 13c6ed07ea
gnu: Add todoman.
* gnu/packages/task-management.scm (todoman): New variable.
2021-12-16 08:58:07 +01:00
Lars-Dominik Braun c63b55d128
gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH.
Judging by the documentation
(https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html)
_DIR can only be a single value, whereas _PATH supports :-delimited
values and extends _DIR with extra directories.

* gnu/packages/python-xyz.scm (python-jupyter-core)[native-search-paths]:
Replace _DIR with _PATH.
(python-nbconvert)[arguments]: Unset JUPYTER_CONFIG_PATH during tests.
(python-notebook)[arguments]: Dito.
2021-12-16 08:58:06 +01:00
Lars-Dominik Braun dfb5f088cb
gnu: python-sanic: Update to 20.12.4.
* gnu/packages/python-web.scm (python-sanic)[version]: Update to 20.12.4.
[arguments]: Skip more failing tests.
2021-12-16 08:58:06 +01:00
terramorpha 6335c94b1d
gnu: Add qdirstat.
* gnu/packages/disk.scm (qdirstat): New variable

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-16 00:38:04 -05:00
Nikolay Korotkiy 33de36e5f9
gnu: gqrx: Update to 2.15.
* gnu/packages/radio.scm (gqrx): Update to 2.15.
[source]: Update source URI.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-15 23:54:20 -05:00
Tobias Geerinckx-Rice ceb9c6c50e
gnu: nss-certs: Avoid top-level reference to NSS.
This is the only hammer I know for dealing with module cycles and
effectively fixes, for example, ‘guix show nss’ today.

It's also a very poor solution.

* gnu/packages/certs.scm (nss-certs)[version, source]: Copy verbatim
from the nss package rather than referring to it at the top level.

Reported by several users of #guix.
2021-12-16 01:55:34 +01:00
terramorpha 18b1497673
gnu: xdot: Build with harfbuzz.
This fixes a crash when launching xdot.

* gnu/packages/graphviz.scm (xdot)[inputs]: Add harfbuzz.
[arguments]: Add harfbuzz to the GI_TYPELIB_PATH wrapper in the 'wrap' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-15 17:40:52 -05:00
Liliana Marie Prikler b574ccc453
gnu: polari: Use polari command to launch Polari.
The rationale for patching the Exec line is similar to what is done for
gnome-weather.

* gnu/packages/gnome.scm (polari)[#:phases]: Add ‘fix-desktop-file’ phase.
2021-12-15 20:37:02 +01:00
Liliana Marie Prikler 88ad264871
gnu: gnome-shell-extensions: Update to 41.0.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
2021-12-15 20:26:10 +01:00
Liliana Marie Prikler 933c764f8a
gnu: gnome-shell-extension-dash-to-panel: Update to 45.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 45.
2021-12-15 20:26:10 +01:00
Liliana Marie Prikler e8cc9016ca
gnu: gnome-shell-extension-dash-to-dock: Update to 71.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to
71.
[native-inputs]: Add sassc.
2021-12-15 20:26:10 +01:00
Liliana Marie Prikler 972a234b10
gnu: polari: Update to 40.1.
* gnu/packages/gnome.scm (polari): Update to 40.1.
[source]: Use ‘version-major’ for directory.
[arguments]: Use meson-0.59.
[inputs]: Use gtk and libsoup-minimal-2.
2021-12-15 20:26:09 +01:00
Liliana Marie Prikler 6454884027
gnu: gitg: Fix compilation.
* gnu/packages/gnome.scm (gitg)[#:meson]: Use meson-0.59.
[#:phases] Add ‘harden’ phase to fix test failures.
[inputs]: Use libsoup-minimal-2.
2021-12-15 20:24:25 +01:00
Marius Bakke 3eadcdc63e
gnu: ungoogled-chromium: Update to 96.0.4664.110-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 96.0.4664.110-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2021-12-15 18:43:25 +01:00
Marius Bakke d64bd1254a
gnu: qemu: Adjust style.
* gnu/packages/virtualization.scm (qemu)[arguments]: Use SEARCH-INPUT-FILE
instead of WHICH.
[native-inputs]: Remove labels.
[inputs]: Likewise.  Add BASH-MINIMAL and remove duplicate ATTR.
2021-12-15 18:43:25 +01:00
Ludovic Courtès e642378df3
gnu: liferea: Use the simplified input style.
* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
2021-12-15 18:15:06 +01:00
Ludovic Courtès eddcb9507a
gnu: liferea: Build with libsoup 2.
Reported by Luis Felipe on #guix.

* gnu/packages/syndication.scm (liferea)[inputs]: Use LIBSOUP-MINIMAL-2
and WEBKITGTK-WITH-LIBSOUP2.
2021-12-15 18:15:06 +01:00
Ludovic Courtès 224d437fb4
gnu: guix: Update to 2a621f1.
* gnu/packages/package-management.scm (guix): Update to 2a621f1.
2021-12-15 18:15:05 +01:00
Tobias Geerinckx-Rice c7fb447f4a
gnu: bind: Update to 9.16.24.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
2021-12-15 17:51:04 +01:00
Tobias Geerinckx-Rice cf6046d901
gnu: nano: Update to 6.0.
* gnu/packages/nano.scm (nano): Update to 6.0.
2021-12-15 17:46:02 +01:00
Timothy Sample 616dc4397f
gnu: gdm: Discover installed Wayland sessions.
* gnu/packages/patches/gdm-default-session.patch: Make GDM look in
the system profile for the "wayland-sessions" directory.

Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-12-15 10:38:31 -05:00
Nikolay Korotkiy 02c9a06976
gnu: Add openorienteering-mapper.
* gnu/packages/geo.scm (openorienteering-mapper): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15 16:10:16 +01:00
Nikolay Korotkiy 94becb6359
gnu: Add clipper.
* gnu/packages/cpp.scm (clipper): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15 16:10:15 +01:00
Ricardo Wurmus ddea65d8f5
gnu: Add python-isal.
* gnu/packages/python-compression.scm (python-isal): New variable.
2021-12-15 14:43:02 +01:00
Ricardo Wurmus a7fca9d65a
gnu: Add isa-l.
* gnu/packages/compression.scm (isa-l): New variable.
2021-12-15 14:43:02 +01:00
Mathieu Othacehe 99b2f51dc2
services: cuirass: Remove the default database host.
* gnu/services/cuirass.scm (%cuirass-default-database): Remove the default
host.
2021-12-15 14:41:42 +01:00
jgart via Guix-patches via 368714de5e
gnu: emacs-punpun-theme: Update to 7026684.
* gnu/packages/emacs-xyz.scm (emacs-punpun-theme): Update to 7026684.
[url]: Use updated URL.
[home-page]: Use updated URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15 14:14:50 +01:00
Nicolas Goaziou 67863365f2
gnu: emacs-haskell-mode: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]: Use gexps.
2021-12-15 12:03:03 +01:00
Aleksandr Vityazev 9ad779f7b5
gnu: emacs-haskell-mode: Fix build.
* gnu/packages/emacs-xyz (emacs-haskell-mode):
[arguments]: Use emacs-minimal as key for %build-inputs.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-15 12:50:02 +02:00
Efraim Flashner 87624540b4
gnu: ansible: Update native-search-paths.
* gnu/packages/admin.scm (ansible)[native-search-paths]: Update to
search in python3.9 subfolder.
2021-12-15 12:21:10 +02:00
Efraim Flashner e5d93c87d5
gnu: mercurial: Update native-search-paths.
* gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
Search for extensions in python3.9 subfolder.
2021-12-15 12:20:15 +02:00
Ricardo Wurmus 7303c3105a
gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9.
* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9.
2021-12-15 10:05:30 +01:00
Ricardo Wurmus e1c91aae23
gnu: tensorflow: Fix build with newer numpy.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Rename
'python3.7-compatibility to 'python3.9-compatibility and patch file to allow
building with newer numpy.
2021-12-15 08:31:50 +01:00
Ricardo Wurmus 728f1568d8
gnu: python-setuptools-for-tensorflow: Fix build.
* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]:
Add phase 'compatibility-fixes; disable tests.
[native-inputs]: Add python-pytest, python-mock, and python-six.
2021-12-15 08:31:50 +01:00
Leo Famulari ef509e931f
gnu: criu: Fix typo that broke the build.
Reported by flatwhatson on #guix.

* gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in #:make-flags.
2021-12-15 01:03:46 -05:00
Olivier Dion c7795eccaf
gnu: libpfm4: Fix build error.
------
For some reason, the build recently failed with:

        pfmlib_perf_event_pmu.c:349:36: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
          349 |   snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
              |                                    ^~
        pfmlib_perf_event_pmu.c:349:3: note: ?snprintf? output between 2 and 4352 bytes into a destination of size 4096
          349 |   snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name);
              |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        pfmlib_perf_event_pmu.c:399:58: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=]
          399 |                         snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
              |                                                          ^~
        pfmlib_perf_event_pmu.c:399:25: note: ?snprintf? output between 5 and 4355 bytes into a destination of size 4096
          399 |                         snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name);
              |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cc1: all warnings being treated as errors
------

* gnu/packages/linux.scm (libpfm4)[arguments]: Add `-Wno-format-truncation` to
CFLAGS in custom 'build' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-15 00:40:14 -05:00
Tobias Geerinckx-Rice 7166417ea6
gnu: spice-vdagent: Fix build with glib >= 2.68.
* gnu/packages/spice.scm (spice-vdagent)[source]: Add patch.
* gnu/packages/patches/spice-vdagent-glib-2.68.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-12-15 03:04:54 +01:00
Aleksandr Vityazev 04b6e1ed26
gnu: boost-signals2: Update hash to matched moved tag.
The upstream boost-1.77.0 tag moved significantly: from commit 10b030b
to commit 4a51d6e.  Both predate the release of Boost 1.77.0, see
<https://lists.boost.org/boost-announce/2021/08/0593.php>, so we might
reasonably assume that the tag is now stable.

Asked upstream: <https://github.com/boostorg/signals2/issues/56>.

* gnu/packages/boost (boost-signals2)[source]: Update hash.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-15 03:04:53 +01:00
Ludovic Courtès e874c730ea
gnu: ableton-link: Update to 3.0.3.
* gnu/packages/audio.scm (ableton-link): Update to 3.0.3.
[arguments]: In phases, change source directory to "../source".  Remove
trailing #t.
2021-12-15 00:41:08 +01:00
Ludovic Courtès 8da6dfb0bb
gnu: libgit2: Allow cross-compilation.
With commit 8394619bac, the label for
'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config",
thereby breaking the 'assoc-ref' call.  This commit fixes it by avoiding
referring to the label.

* gnu/packages/version-control.scm (libgit2)[arguments]: Adjust
"-DPKG_CONFIG_EXECUTABLE=" option.
2021-12-15 00:41:07 +01:00
Maxim Cournoyer a284e56de4
gnu: emacs: Partially revert 'guix style'd emacs packages.
This is a follow up to commit 88097dfba7, which
styled many Emacs packages with 'guix style'.

* gnu/packages/emacs-xyz.scm (emacs-shroud): Revert to previous version.
(emacs-howm): Likewise.
(emacs-ob-sclang)[propagated-inputs]: Replace emacs-emacs by emacs-org and
org-scel by emacs-scel.
2021-12-14 18:05:00 -05:00
Nicolas Goaziou 88097dfba7
gnu: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-shroud):
(emacs-w3m):
(emacs-howm):
(emacs-guix):
(emacs-deferred):
(emacs-irony-mode):
(emacs-irony-mode-server):
(emacs-scel):
(emacs-elfeed-org):
(emacs-mocker):
(emacs-find-file-in-project):
(emacs-pyvenv):
(emacs-elpy):
(emacs-org-contrib):
(emacs-ob-sclang):
(emacspeak):
(emacs-json-reformat):
(emacs-ws-butler):
(emacs-browse-at-remote):
(epipe):
(emacs-emacsql):
(emacs-emacsql-sqlite3):
(emacs-org-super-agenda):
(emacs-dumb-jump):
(emacs-ytdl):
(emacs-arduino-mode):
(emacs-vterm):
(emacs-forge):
(emacs-flycheck-cpplint):
(emacs-telega-server):
(emacs-inf-janet):
(emacs-keystore-mode): Remove input labels.  Remove trailing #T in phases. Use gexps.
2021-12-14 22:28:08 +01:00
Liliana Marie Prikler 50b8a8e8c2
gnu: Rename emacs-recutils to emacs-rec-mode.
This fixes ‘guix refresh emacs-rec-mode’.

* gnu/packages/databases.scm (emacs-rec-mode): New variable.
(emacs-recutils): Deprecate in favor of emacs-rec-mode.
2021-12-14 21:30:49 +01:00
Morgan Smith c41ccac45b
gnu: emacs-recutils: Update to 1.8.2.
* gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2.
No longer inherit from recutils.
[source]: Add origin, fetching tarball from ELPA.
[native-inputs]: Add texinfo.
[arguments]: Add ‘make-info’ phase.
[home-page, license]: Fill in missing information no longer inherited.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-12-14 21:30:48 +01:00
Nicolas Goaziou b484301f52
gnu: emacs-dvc: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-dvc)[arguments]<#:configure-flags>: Use
gexps.
<#:phases>: Remove trailing #T.
[native-inputs]: Remove labels.
[synopsis]: Remove trailing dot.
2021-12-14 19:59:41 +01:00
Nicolas Goaziou 64ed2d8414
gnu: emacs-string-inflection: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-string-inflection)[native-inputs]: Remove label.
2021-12-14 19:48:09 +01:00
Nicolas Goaziou 17f844c5dd
gnu: emacs-explain-pause-mode: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[native-inputs]: Remove
label.
2021-12-14 19:44:37 +01:00
Nicolas Goaziou 6c8cd5faa8
gnu: emacs-guix: Use new style (partly).
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]<#:phase>: Remove trailing
[native-inputs, propagated-inputs]: Remove labels.
2021-12-14 19:38:13 +01:00
Tobias Geerinckx-Rice 13f769c165
gnu: festival: Support ALSA output.
* gnu/packages/speech.scm (festival)[arguments]:
Add "LINUXAUDIO=alsa" to #:make-flags.
[inputs]: Add alsa-lib.
2021-12-14 19:35:23 +01:00
Tobias Geerinckx-Rice c4b786fb33
gnu: igt-gpu-tools: Include man pages.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]:
Add a new 'find-rst2man.py phase.
(native-inputs): Add python-docutils.
2021-12-14 19:35:23 +01:00
Tobias Geerinckx-Rice cf879dc0b6
gnu: igt-gpu-tools: Fix build with newer Mesons.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]:
Add a new 'fix-meson.build phase.
2021-12-14 19:35:23 +01:00
Tobias Geerinckx-Rice a0fd9a3532
gnu: i7z: Fix building with GCC >= 10.
* gnu/packages/hardware.scm (i7z)[source]: Add patch.
* gnu/packages/patches/i7z-gcc-10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-12-14 19:35:23 +01:00
Tobias Geerinckx-Rice 5ee8589c86
gnu: fprintd: Gexp arguments.
* gnu/packages/linux.scm (fprintd)[arguments]: Use Gexps.
2021-12-14 19:35:22 +01:00
Tobias Geerinckx-Rice 18bfe44ef6
gnu: fprintd: Update to 1.94.1.
* gnu/packages/freedesktop.scm (fprintd): Update to 1.94.1.
[arguments]: Remove obsolete 'patch-mistake and 'no-polkit-magic phases.
Make 'patch-systemd-dependencies regexp more specific.
Remove gi.repository.FPrint in the 'ignore-test-dependencies regexp.
[native-inputs]: Remove unused libxslt.
[inputs]: Remove unused gusb, nss, and pixman.
2021-12-14 19:35:22 +01:00
Tobias Geerinckx-Rice 9cbf66b6c7
gnu: fprintd: Remove phase return values.
* gnu/packages/freedesktop.scm (fprintd)[arguments]:
Don't explicitly return #t from phases.
2021-12-14 19:35:22 +01:00
Tobias Geerinckx-Rice b35efa1c56
gnu: libfprint: Gexp arguments.
* gnu/packages/linux.scm (libfprint)[arguments]: Use Gexps.
2021-12-14 19:35:22 +01:00
Tobias Geerinckx-Rice 9fd80ba79f
gnu: libfprint: Update to 1.94.2.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.2.
[arguments]: Add "-Dudev_rules_dir=" to #:configure-flags.
[native-inputs]: Remove eudev.  Remove input labels.
[inputs]: Remove glib.  Add libgudev.
2021-12-14 19:35:22 +01:00
Tobias Geerinckx-Rice 058766ec7a
gnu: corefreq: Stop using %OUTPUTS.
* gnu/packages/linux.scm (corefreq)[arguments]: Use Gexps to remove use
of %OUTPUTS.
2021-12-14 19:35:22 +01:00
Nicolas Goaziou ae1ec6b0e4
gnu: emacs-pdf-tools: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[arguments]<#:phases>: Remove
trailing #T.
[native-inputs, propagated-inputs]: Remove labels.
[inputs]: Reorder alphabetically.
2021-12-14 19:28:20 +01:00
Nicolas Goaziou b1cfd7a40b
gnu: emacs-direnv: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-direnv)[arguments]: Use SEARCH-INPUT.
[propagated-inputs]: Remove labels.
2021-12-14 19:20:14 +01:00
Nicolas Goaziou d1b435366c
gnu: emacs-howm: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-howm)[native-inputs]: Remove labels.
2021-12-14 19:15:45 +01:00
Nicolas Goaziou 9c5d1bde3d
gnu: emacs-auctex: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-auctex)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE.  Remove trailing #T.
[inputs]: Remove labels.
2021-12-14 19:09:39 +01:00
Nicolas Goaziou 4558a98389
gnu: emacs-ag: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-ag)[arguments]<#:phases>: Remove trailing
[propagated-inputs]: Remove labels.
2021-12-14 19:04:09 +01:00
Nicolas Goaziou b1d7112f8e
gnu: emacs-emms: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE.  Remove trailing #T.
[inputs]: Remove labels.
2021-12-14 18:59:44 +01:00
Josselin Poiret via Guix-patches via 6aece4b94d
gnu: fontmanager: Use libsoup2 and vala-0.52
These changes fix the build.

* gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Replace vala
with vala-0.52.
[inputs]: Replace libsoup with libsoup-minimal-2. Replace webkitgtk with
webkitgtk-with-libsoup2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-14 12:42:15 -05:00
Nicolas Goaziou 73eb941b8b
gnu: emacs-emms-print-metadata: Use new style.
* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]<#:phases>:
Remove trailing #T.
[inputs]: Remove label.
2021-12-14 17:46:00 +01:00
Nicolas Goaziou 7be6c86a5e
gnu: emacs-wget: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-wget)[native-inputs]: Remove label.
[arguments]<#:phases>: Use SEARCH-INPUT-FILE.  Remove trailing #T.
2021-12-14 17:42:55 +01:00
Ricardo Wurmus fa03268c89
gnu: Add r-maftools.
* gnu/packages/bioconductor.scm (r-maftools): New variable.
2021-12-14 17:38:16 +01:00
Ricardo Wurmus 9a1ab21b07
gnu: Add r-tcgabiolinks.
* gnu/packages/bioconductor.scm (r-tcgabiolinks): New variable.
2021-12-14 17:38:16 +01:00
Ricardo Wurmus 8b0adf9f7e
gnu: Add r-tcgabiolinksgui-data.
* gnu/packages/bioconductor.scm (r-tcgabiolinksgui-data): New variable.
2021-12-14 17:38:15 +01:00
Maxim Cournoyer 9ebeba8254
gnu: icecat-source: Enable xz parallel compression.
* gnu/packages/gnuzilla.scm (icecat-source): Set XZ_DEFAULTS to
%xz-parallel-args to enable parallel compression and hasten the build.  Remove
trailing #t.
2021-12-14 11:05:52 -05:00
Nicolas Goaziou 93f5d344cc
gnu: texlive-fira: Update hash.
* gnu/packages/tex.scm (texlive-fira): Update hash.
2021-12-14 15:38:48 +01:00
Nicolas Goaziou b9d1303d02
gnu: texlive-latex-textpos: Update hash.
* gnu/packages/tex.scm (texlive-latex-textpos): Update hash.
2021-12-14 15:37:51 +01:00
Nicolas Goaziou 7c83d7f494
gnu: texlive-translator: Fix hash.
* gnu/packages/tex.scm (texlive-translator): Fix hash.
2021-12-14 15:36:36 +01:00
Ricardo Wurmus 245a99ceb5
gnu: eigen-for-tensorflow: Build with GCC 7.
* gnu/packages/algebra.scm (eigen-for-tensorflow)[native-inputs]: Add gcc-7.
2021-12-14 15:34:44 +01:00
Ricardo Wurmus 76ab15a7c9
gnu: tensorflow: Do not unpack directory.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Copy Eigen source
code instead of trying to unpack it.
2021-12-14 15:34:44 +01:00
Ricardo Wurmus d6fa2381da
gnu: python2-entrypoints: Add missing input.
* gnu/packages/python-xyz.scm (python2-entrypoints)[propagated-inputs]: Add
python2-configparser.
(python-entrypoints)[properties]: Add python2-variant.
2021-12-14 15:34:40 +01:00
Nicolas Goaziou 46fc72b2bf
gnu: Remove input labels.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[propagated-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-geiser-gauche)[native-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-geiser-racket)[propagated-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-libgit)[native-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-ghub)[native-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-ample-regexps)[native-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-relative-buffers)[native-inputs]:
* gnu/packages/emacs-xyz.scm (emacs-w3m)[native-inputs]: Remove labels.
2021-12-14 15:01:58 +01:00
Efraim Flashner 2ba263864b
gnu: quadrapassel: Remove input labels.
* gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels
from inputs.
2021-12-14 15:33:21 +02:00
Efraim Flashner ddd19013e0
gnu: quadrapassel: Update to 40.2.
* gnu/packages/games.scm (quadrapassel): Update to 40.2.
2021-12-14 15:30:23 +02:00
Nicolas Goaziou 2c9e2587ca
gnu: libraqm: Update to 0.8.0.
* gnu/packages/fontutils.scm (libraqm): Update to 0.8.0.
2021-12-14 13:36:53 +01:00
Mathieu Othacehe afe11ca628
gnu: cuirass: Update to 1.1.0-7.7160b18.
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-7.7160b18.
2021-12-14 13:24:20 +01:00
Efraim Flashner 607c56908e
gnu: qutebrowser: Update to 2.4.0.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.4.0.
[arguments]: Remove trailing #t.
2021-12-14 12:05:45 +02:00
Efraim Flashner 23e26413bd
gnu: qutebrowser: Satisfy guix lint.
* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add bash-minimal.
2021-12-14 12:03:57 +02:00
Efraim Flashner 426ada0c4b
gnu: lagrange: Add 'release-monitoring-url' property.
* gnu/packages/web-browsers.scm (lagrange)[properties]: New field.
2021-12-14 12:03:53 +02:00
Marius Bakke 43946490fb
gnu: foot: Update to 1.10.3.
* gnu/packages/terminals.scm (foot): Update to 1.10.3.
2021-12-14 10:50:32 +01:00
Marius Bakke 137ace6b30
gnu: fcft: Update to 2.5.1.
* gnu/packages/fontutils.scm (fcft): Update to 2.5.1.
[native-inputs]: Remove GCC-10.
2021-12-14 10:50:32 +01:00
Marius Bakke a8e24c3fd0
gnu: python-pyzabbix: Update to 1.0.0.
* gnu/packages/monitoring.scm (python-pyzabbix): Update to 1.0.0.
[arguments]: Fix typo.
[propagated-inputs]: Add PYTHON-SEMANTIC-VERSION.
2021-12-14 10:50:31 +01:00
Marius Bakke 0983f01291
gnu: font-cozette: Update to 1.13.0.
* gnu/packages/fonts.scm (font-cozette): Update to 1.13.0.
[arguments]: Add phase to avoid git dependency.
2021-12-14 10:50:12 +01:00
Leo Famulari 94836b2156
gnu: python2-pygtk2: Temporarily revert to the old style of inputs.
This fixes the build of this package.

Reported in #guix by jpoiret, ss2, and tschilptschilp23.

* gnu/packages/gtk.scm (python2-pygtk)[propagated-inputs]: Restore the label
expected in the 'fix-codegen' build phase.
2021-12-13 19:15:23 -05:00
Marius Bakke bdcfe80b41
gnu: python-setuptools-scm-git-archive: Don't install duplicate egginfo.
* gnu/packages/python-xyz.scm (python-setuptools-scm-git-archive)[arguments]:
New field.
2021-12-14 00:14:15 +01:00
Ludovic Courtès 6601cc78bb
tests: static-networking: Adjust to new style.
* gnu/tests/networking.scm (run-static-networking-test)[test]: Remove
'mkdir', 'chdir', and 'exit' calls'.  Add 'test-runner-current' call.
2021-12-13 23:37:30 +01:00
Marius Bakke 95447b293d
gnu: python-distributed: Update to 2021.11.2.
* gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2.
[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
2021-12-13 23:28:58 +01:00
Marius Bakke 48a6f1d351
gnu: python-dask: Remove bundled versioneer.
* gnu/packages/python-xyz.scm (python-dask)[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
2021-12-13 23:28:58 +01:00
Marius Bakke 99e0c4bc74
gnu: python-versioneer: Add support for Guix build directories.
* gnu/packages/patches/python-versioneer-guix-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
2021-12-13 23:28:58 +01:00
Marius Bakke 5940d4cfed
gnu: python-versioneer: Update to 0.21.
* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
2021-12-13 23:28:58 +01:00
Marius Bakke e1dc580bdf
gnu: fossil: Update to 2.17.
* gnu/packages/version-control.scm (fossil): Update to 2.17.
[source](uri): Adjust.
[inputs]: Change from SQLITE to SQLITE-NEXT.
[arguments]: Remove trailing #t's.
2021-12-13 23:28:58 +01:00
Marius Bakke 50b36f688b
gnu: SQLite. Add 3.37.
* gnu/packages/sqlite.scm (sqlite-next): New variable.
2021-12-13 23:28:58 +01:00
Marius Bakke dab8fd7ed4
gnu: SQLite: Remove 3.33.
* gnu/packages/sqlite.scm (sqlite-3.33): Remove variable.
2021-12-13 23:28:58 +01:00
Marius Bakke 467485a50a
gnu: Remove superfluous "linux-libre-headers" inputs.
This input is already propagated from glibc.

* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
2021-12-13 23:28:57 +01:00
Maxim Cournoyer 6dffced09e
Merge branch 'core-updates-frozen' into 'master'.
At last!
2021-12-13 16:29:21 -05:00
Ludovic Courtès e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Nicolas Goaziou b603554ed0
gnu: emacs-geiser-guile: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.19.
[inputs]: Update to guile-3.0.
2021-12-13 21:59:45 +01:00
Nicolas Goaziou cd3c3965c2
gnu: emacs-solaire-mode: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.4.
2021-12-13 21:51:47 +01:00
Maxim Cournoyer fc9ca46aa6
gnu: Add python-robotframework-datadriver.
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
2021-12-13 12:34:00 -05:00
Maxim Cournoyer 33f80689a9
gnu: Add python-robotframework-stacktrace.
* gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
2021-12-13 12:33:59 -05:00
Ludovic Courtès 2194451544
gnu: optionmatrix: Avoid deprecated 'texlive-union'.
* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use
'texlive-updmap.cfg'.
2021-12-13 17:57:15 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès 148a03b971
gnu: binutils@2.33: Remove non-applicable patches.
* gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field.
2021-12-13 13:58:31 +01:00
Ludovic Courtès 0b1f5d2477
gnu: python-aws-xray-sdk: Set PYTHONPATH when running tests.
* gnu/packages/python-web.scm (python-aws-xray-sdk)[arguments]: Check:
Set PYTHONPATH.
2021-12-13 13:55:17 +01:00
Ludovic Courtès 063dfc5636
gnu: python-jsonpickle: Update to 1.5.2.
This brings support for NumPy 1.20+, which we need.

* gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2.
2021-12-13 13:54:38 +01:00
Ludovic Courtès 90bee69fca
gnu: python-jose: Add missing dependency.
* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add
PYTHON-ECDSA.
2021-12-13 13:54:15 +01:00
Mădălin Ionel Patrașcu 5f32468acf
gnu: Add r-chromvarmotifs.
* gnu/packages/bioconductor.scm (r-chromvarmotifs): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-13 13:38:27 +01:00
Ludovic Courtès 1052ae5f03
Merge branch 'master' into core-updates-frozen 2021-12-13 11:49:15 +01:00
Ricardo Wurmus cf2251b9f7
gnu: Add r-sanssouci.
* gnu/packages/bioconductor.scm (r-sanssouci): New variable.
2021-12-13 11:17:43 +01:00
Ricardo Wurmus 73d2fb94e3
gnu: Add r-isoformswitchanalyzer.
* gnu/packages/bioconductor.scm (r-isoformswitchanalyzer): New variable.
2021-12-13 10:54:16 +01:00
Ricardo Wurmus 495646aa73
gnu: Add r-drimseq.
* gnu/packages/bioconductor.scm (r-drimseq): New variable.
2021-12-13 10:54:05 +01:00
Marcel Schilling 531a69ecb6
gnu: Add r-dearseq.
* gnu/packages/bioconductor.scm (r-dearseq): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-13 09:50:58 +01:00
Leo Famulari efd4d36a28
gnu: linux-libre 4.4: Update to 4.4.294.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.294.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 912db36d27
gnu: linux-libre 4.9: Update to 4.9.292.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.292.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari a9dfc3781a
gnu: linux-libre 4.14: Update to 4.14.257.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.257.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 56778b40a3
gnu: linux-libre 4.19: Update to 4.19.220.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.220.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari ef8c464e17
gnu: linux-libre 5.4: Update to 5.4.164.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.164.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-12 23:14:01 -05:00
Leo Famulari 50c529c574
gnu: linux-libre 5.10: Update to 5.10.84.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.84.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-12 23:14:00 -05:00
Leo Famulari e49f9f68dc
gnu: linux-libre: Update to 5.15.7.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.7.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-12 23:13:57 -05:00
Marius Bakke 869d69ad32
gnu: gaupol: Don't attempt to compile bytecode twice.
* gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation
with a substitution.  While here, remove trailing #t's.
2021-12-12 23:26:02 +01:00
Marius Bakke dd5851e088
gnu: mps-youtube: Disable sanity check.
* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
2021-12-12 23:26:02 +01:00
Marius Bakke 2ac8a13a6a
gnu: smplayer: Remove reference to %outputs.
...which no longer exists in qt-build-system.

* gnu/packages/video.scm (smplayer)[arguments]: Turn into gexp.  Use #$OUTPUT
instead of %OUTPUTS.  Remove trailing #true's.
2021-12-12 23:26:01 +01:00
Marius Bakke 9896e828ca
gnu: ruby-asciidoctor-pdf: Update to 1.6.1.
* gnu/packages/ruby.scm (ruby-asciidoctor-pdf): Update to 1.6.1.
[arguments]: Remove trailing #t's.
2021-12-12 23:26:01 +01:00
Marius Bakke 539031ed86
gnu: ruby-rouge: Update to 3.26.1.
* gnu/packages/ruby.scm (ruby-rouge): Update to 3.26.1.
2021-12-12 23:26:01 +01:00
Marius Bakke 923c78619c
gnu: ruby-loofah: Update to 2.13.0.
* gnu/packages/ruby.scm (ruby-loofah): Update to 2.13.0.
[source]: Switch to GIT-FETCH.
[arguments]: Remove.
[native-inputs]: Add RUBY-HOE-MARKDOWN.
2021-12-12 23:26:01 +01:00
Marius Bakke 78bf278a80
gnu: Add ruby-hoe-markdown.
* gnu/packages/ruby.scm (ruby-hoe-markdown): New variable.
2021-12-12 23:26:01 +01:00
Marius Bakke a3b25dbfa6
gnu: ruby-nokogiri: Update to 1.12.5.
* gnu/packages/ruby.scm (ruby-nokogiri-1.10): New variable.
(ruby-nokogiri): Inherit from it.  Update to 1.12.5.
(ruby-nokogiri-diff)[propagated-inputs]: Change from RUBY-NOKOGIRI to
RUBY-NOKOGIRI-1.10.
2021-12-12 23:26:01 +01:00
Ludovic Courtès f73ba627ab
tests: Replace uses of deprecated 'static-networking-service'.
* gnu/tests/ganeti.scm (%ganeti-os): Replace call to
'static-networking-service' by instantiating
STATIC-NETWORKING-SERVICE-TYPE.
* gnu/tests/networking.scm (%test-static-networking)
(%openvswitch-os, %dhcpd-os): Likewise.
2021-12-12 23:20:50 +01:00
Ludovic Courtès 5967aee398
services: Define '%loopback-static-networking'.
* gnu/services/base.scm (%loopback-static-networking): New variable.
(%base-services): Use it.
* gnu/system/hurd.scm (%base-services/hurd): Use it.
* gnu/system/install.scm (%installation-services): Use it.
* doc/guix.texi (Networking Setup): Document it.
2021-12-12 23:20:50 +01:00
Ludovic Courtès 1644f4f1f8
services: Define '%qemu-static-networking'.
* gnu/services/base.scm (%qemu-static-networking): New variable.
* gnu/system/hurd.scm (%base-services/hurd): Use it.
* doc/guix.texi (Networking Setup): Document it.
2021-12-12 23:20:49 +01:00
Ludovic Courtès 223f1b1eb3
services: static-networking: Change interface to mimic netlink.
* gnu/services/base.scm (<static-networking>)[interface, ip, netmask]
[gateway]: Remove.
[addresses, links, routes]: New fields.
[requirement]: Default to '(udev).
(<network-address>, <network-link>, <network-route>): New record types.
(ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove.
(ipv6-address?, cidr->netmask, ip+netmask->cidr)
(network-set-up/hurd, network-tear-down/hurd)
(network-set-up/linux, network-tear-down/linux)
(static-networking->hurd-pfinet-options): New procedures.
(static-networking-shepherd-service): New procedure.
(static-networking-shepherd-services): Rewrite in terms of the above.
(static-networking-service): Deprecate.  Adjust to new
'static-networking' API.
(%base-services): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate
'loopback' from 'networking'.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove
"servers/socket/2".
* gnu/tests/networking.scm (run-openvswitch-test)["networking has
started on ovs0"]: Check for 'networking instead of 'networking-ovs0,
which is no longer provided.
* doc/guix.texi (Networking Setup): Document the new interface.  Remove
documentation of 'static-networking-service'.
(Virtualization Services): Change Ganeti example to use the new
interface.
2021-12-12 23:20:49 +01:00
Ludovic Courtès 39e3b4b7ce
services: secret-service: Turn into a Shepherd service.
* gnu/services/virtualization.scm (secret-service-activation): Remove.
(secret-service-shepherd-services): New procedure.
(secret-service-type)[extensions]: Remove ACTIVATION-SERVICE-TYPE
extension.  Add SHEPHERD-ROOT-SERVICE-TYPE and
USER-PROCESSES-SERVICE-TYPE extensions.
* gnu/build/secret-service.scm (delete-file*): New procedure.
(secret-service-receive-secrets): Use it.
2021-12-12 23:20:49 +01:00
Ludovic Courtès 0cc742b261
services: static-networking: Use Guile-Netlink on GNU/Linux.
* gnu/services/base.scm (static-networking-shepherd-service): Define
'set-up-via-ioctl', 'tear-down-via-ioctl', 'set-up-via-netlink',
'tear-down-via-netlink', and 'helpers' and use them in 'start' and
'stop'.  Add (ip *) modules to 'modules'.
2021-12-12 23:20:49 +01:00
Ludovic Courtès 1759292c8b
gnu: guile-netlink: Allow cross-compilation.
* gnu/packages/guile-xyz.scm (guile-netlink)[arguments]: Remove,
since #:tests? #f is unnecessary.
[native-inputs]: Add GUILE-3.0.
2021-12-12 23:20:49 +01:00