me
/
guix
Archived
1
0
Fork 0
Commit Graph

92969 Commits (46f7011591601b4783b2dc2c7252c41564ca0140)

Author SHA1 Message Date
Dhruvin Gandhi f0902bd2c0
gnu: Add go-git-sr-ht-emersion-gqlclient.
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi ddc59a63b7
gnu: Add go-git-sr-ht-emersion-go-scfg.
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi 4a47fcbdb4
gnu: Add go-github-com-google-shlex.
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:29 -04:00
Leo Famulari dbdba682ed
gnu: linux-libre 5.4: Update to 5.4.217.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.217.
(linux-libre-5.4-pristine-source): Update hash.
2022-10-07 22:17:56 -04:00
Ricardo Wurmus 5463bdded1
gnu: Add font-arphic-ukai.
* gnu/packages/fonts.scm (font-arphic-ukai): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus 2da9ceaeb9
gnu: Add font-google-noto-serif-cjk.
* gnu/packages/fonts.scm (font-google-noto-serif-cjk): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus 91334d36a4
gnu: Add font-google-noto-sans-cjk.
* gnu/packages/fonts.scm (font-google-noto-sans-cjk): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus c78a1d250f
gnu: Add texlive-zhspacing.
* gnu/packages/tex.scm (texlive-zhspacing): New variable.
2022-10-08 01:22:23 +02:00
Nicolas Goaziou 00ef6c18d5
gnu: giac: Fix build.
* gnu/packages/algebra.scm (giac)[source]<origin>: Add a patch to fix build
issue with Pari-GP 2.15.
[arguments]<#:phase>: Skip another test.
* gnu/packages/patches/giac-pari-gp-anyarg.patch: New file.
* gnu/local.mk: Register it.

This fixes <https://issues.guix.gnu.org/58274>.
2022-10-07 21:54:50 +02:00
Maxim Cournoyer 0169aee33e
tests: xvnc: Do not use specification->package in OS definition.
Doing so would cause the extra package dependencies to not be
correctly registered as dependencies, which would lead to a silent
failure when attempting to load or byte compile the module at the time
guix build itself (e.g., when running 'guix pull').

* gnu/tests/vnc.scm (%xvnc-os) [packages]: Turn the the
specification->package declaration into a list of package objects.
2022-10-07 15:08:05 -04:00
Maxim Cournoyer 00e8430500
Revert "Revert "services: Add xvnc-service-type.""
This reverts commit 0c49661600.  The fix appears
in the subsequent commit, for clarity.
2022-10-07 15:07:48 -04:00
Maxim Cournoyer 0c49661600
Revert "services: Add xvnc-service-type."
This reverts commit 1c528a95cb.  This broke
'guix pull', for (yet) unknown reasons.
2022-10-07 12:53:22 -04:00
Maxim Cournoyer 1c528a95cb
services: Add xvnc-service-type.
* gnu/services/vnc.scm: New file.
* gnu/tests/vnc.scm: Likewise.
* gnu/local.mk: Register them.
2022-10-07 10:11:13 -04:00
Maxim Cournoyer aad4e4fc6b
services: xorg: Add auto-suspend? field to <gdm-configuration>.
* gnu/services/xorg.scm (<gdm-configuration>)
<auto-suspend?>: New field.
(gdm-dconf-profiles): New variable.
* gnu/services/xorg.scm (gdm-shepherd-service)
<environment-variables> [!auto-suspend?]: Specify DCONF_PROFILE.
(gdm-service-type): Extend DCONF-SERVICE-TYPE.
* doc/guix.texi (X Window): Document the new field.
2022-10-07 10:11:13 -04:00
Maxim Cournoyer 7b896a26b8
services: Add dconf-service-type.
This allows the dconf profile directive "system-db:" to look up profiles by
name from under /etc/dconf/db/.

* gnu/services/xorg.scm (dconf-keyfile, dconf-profile): New procedures.
(dconf-profiles?): New predicate.
(dconf-configuration): New procedure.
(dconf-profile->profile-file): Likewise.
(dconf-profile->db-keyfile): Likewise.
(dconf-profile->db-keyfile-dir): Likewise.
(dconf-profile->db): Likewise.
(dconf-profile->files): Likewise.
(dconf-service-type): New service type.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer 0503b104d6
gnu: dconf: Set sysconfdir to /etc.
* gnu/packages/gnome.scm (dconf) [arguments]: Use gexps.
[configure-flags]: Add --sysconfdir=/etc.
[native-inputs]: Remove labels.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer 133901a396
marionette: Add a callback arguments to wait-for-screen-text.
* gnu/build/marionette.scm (wait-for-screen-text): New 'pre-action' and
'post-action' arguments.  Update doc.  Call the procedures before and after
the OCR occurs, respectively.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer f24e0fc233
marionette: Define keystrokes for typing colons and exclamation marks.
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Register keystrokes for
the ':' and '!' characters.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer 4cce84b247
marionette: Preserve screen dumps on failures.
This is to make it easier to debug test failures involving
'wait-for-screen-text': the screendump image used for the OCR is now preserved
for inspection when 'wait-for-screen-text' fails.

* gnu/build/marionette.scm (marionette-screen-text): Return the screendump
image file as the second value.  Adjust doc.
(wait-for-screen-text): Add the preserved screendump image file name to the
error message.  Adjust doc.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer 21f641e9fa
marionette: Make marionette-screen-text private.
It has only one user, which is better suited for wait-for-screen-text anyway.

* gnu/tests/base.scm (run-basic-test): Refactor to use wait-for-screen-text
instead of marionette-screen-text.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer 1936668f5b
services: gdm: Add a configuration field to enable XDMCP.
* gnu/services/xorg.scm (<gdm-configuration>)[xdmcp?]: New field.
* gnu/services/xorg.scm (gdm-configuration-file): Use it.  Use (ice-9 format)
to serialize boolean.
(gdm-polkit-rules): New variable.
(gdm-service-type): Use it to extend polkit.
* doc/guix.texi (X Window): Document it.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer f3e9b069b1
gnu: gdm: Patch an extra reference to the Xsession script.
Without this change, attempting to start a remote session over VNC would fail
with:

    Sep 19 19:54:04 localhost gdm-session-worker: Gdm: GdmSessionWorker: child
    '/gnu/store/yy9wq647l37658vgi291a287ll9iw6dc-gdm-42.0/etc/gdm/Xsession' could
    not be started: No such file or directory

* gnu/packages/gnome.scm (gdm)[phases]{patch-paths}
<daemon/gdm-session.c>: Patch a reference in so the Xsession script is
correctly found via the GDM_X_SESSION environment variable.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer 447c20db7e
gnu: tigervnc-server: Patch and wrap vncserver script.
* gnu/packages/vnc.scm (tigervnc-server):
[phases]{patch-paths, wrap-vncserver}: New phases.
[inputs]: Add font-alias, guile-3.0, util-linux and xinit.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer ff33b8698a
gnu: tigervnc-server: Disable tests via #:tests?.
* gnu/packages/vnc.scm (tigervnc-server)
[tests?]: Set to #f.
[phases]: Restore check phase.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer a7bfc9d68f
gnu: tigervnc-server: Adjust PAM config.
* gnu/packages/vnc.scm (tigervnc-server)
[phases]{adjust-pam-config}: New phase.
2022-10-07 10:11:10 -04:00
Maxim Cournoyer 0debec9f2d
gnu: tigervnc-server: Move source production into origin snippet.
This will make it possible to patch command references in source files, and
also makes it more transparent as to what sources get used.

* gnu/packages/vnc.scm (tigervnc-server): Re-flow comment.
[source]: Inherit from xorg-server.  Add a snippet.  Use a patch to apply the
xserver patch.  Fix file name.
[phases]{copy-tvnc-xserver, patch-xserver}: Delete phases.
{build-tigervnc, install-tigervnc-aux}: Adjust accordingly.
2022-10-07 10:11:10 -04:00
Maxim Cournoyer c93b249dc0
gnu: tigervnc-server: Use new style inputs, gexps.
* gnu/packages/vnc.scm (%tigervnc-client-source): New variable.
(tigervnc-server): Move input fields after arguments.
[native-inputs]: Use new style and 'modify-inputs'.  Do not add
tigervnc-client regular inputs.
[configure-flags]: Use gexps, cons* instead of append.
[phases]: Use gexps.
{check}: Replace smiley with an explanatory comment.
{copy-tvnc-xserver}: Adjust default Makefile variables, which simplifies
needed bindings in other phases.
{build-tigervnc, build, install-tigervnc-aux, install}: Remove let*-bound
variables.
{build-tigervnc, build}: Honor PARALLEL-BUILD?.
2022-10-07 10:11:10 -04:00
Ludovic Courtès 06deab3321
gnu: libnma: Depend on GTK 4.x only on supported platforms.
Partly fixes <https://issues.guix.gnu.org/58352>.

* gnu/packages/gnome.scm (libnma)[arguments]: Set "-Dlibnma_gtk4=false"
when (supported-package? gtk) returns #f.
[inputs]: Adjust accordingly.
2022-10-07 16:01:39 +02:00
Ludovic Courtès a52f39ad0c
gnu: rest@0.9.1: Remove dependency on gtksourceview and libadwaita.
Partly fixes <https://issues.guix.gnu.org/58352>.

This also reduces the closure size of rest@0.9.1 from 2.1GiB to
498MiB (on x86_64-linux).

* gnu/packages/gnome.scm (rest-next)[arguments]: Pass the
"-Dexamples=false" config flag.
* gnu/packages/gnome.scm (rest-next)[inputs]: Remove GTKSOURCEVIEW and
LIBADWAITA.
2022-10-07 16:01:39 +02:00
Nicolas Goaziou 8319be779f
gnu: extractpdfmark: Improve package style.
* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions.  Fix
phase name.
[native-inputs]: Remove labels.
2022-10-07 00:53:32 +02:00
Nicolas Goaziou eea2d5b6f7
gnu: extractpdfmark: Update to 1.1.1.
* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou 63cece5787
gnu: emacs-lcr: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou c558fed4db
gnu: emacs-org-re-reveal: Update to 3.16.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou 23c97e2e88
gnu: emacs-ement: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
2022-10-07 00:53:30 +02:00
Nicolas Goaziou 22498be0a1
gnu: emacs-emms: Update to 12.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 12.
2022-10-07 00:53:30 +02:00
Nicolas Goaziou 9cd3c2dc18
gnu: emacs-debbugs: Update to 0.34.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.34.
2022-10-07 00:53:30 +02:00
Timotej Lazar cb731c80ff
gnu: julius: Update to 1.7.0.
* gnu/packages/games.scm (julius): Update to 1.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:05 +02:00
Sergey Trofimov 37ed844711
gnu: squid: Enable TLS features.
Despite openssl being listed as an input, it was not actually enabled by
default.  Fixing that using a configure flag.

* gnu/packages/networking.scm (squid)[arguments]: Add "--with-openssl"
to #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:05 +02:00
Felix Lechner 2a51fb1d29
gnu: nyacc: Update to 1.07.4.
* gnu/packages/mes.scm (nyacc): Update to 1.07.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:05 +02:00
Timotej Lazar 3a5ae8c070
gnu: sssd: Update to 2.7.4.
* gnu/packages/sssd.scm (sssd): Update to 2.7.4.
* gnu/packages/patches/sssd-optional-systemd.patch: Update patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:05 +02:00
Ludovic Courtès a0c83aa04b
gnu: python-textual: Remove input labels.
* gnu/packages/python-xyz.scm (python-textual)[arguments]: Define the
'tests' origin here.
[native-inputs]: Remove "tests" input and remove input labels.
2022-10-06 23:17:04 +02:00
Brian Kubisiak 96cbfc6202
gnu: Add python-textual.
* gnu/packages/python-xyz.scm (python-textual): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:04 +02:00
Liliana Marie Prikler e4951f7c71
gnu: python-renpy: Update to 8.0.3.
* gnu/packages/game-development.scm (python-renpy): Update to 8.0.3.
2022-10-06 21:16:45 +02:00
Liliana Marie Prikler b60b756226
gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0-for-renpy-8.0.3.
2022-10-06 21:16:45 +02:00
Tanguy Le Carrour 3657b4daea
gnu: tessen: Update to 2.1.2.
* gnu/packages/password-utils.scm (tessen): Update to 2.1.2.
[arguments]: Substitute notify-send, wl-copy and xdg-open.
[inputs] Add libnotify, wl-clipboard and xdg-utils.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 19:49:33 +03:00
itd 0179b21641
gnu: weechat-wee-slack: Update to 2.9.0.
* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 19:35:01 +03:00
Brian Cully ac3582f990
gnu: zfs: Update to 2.1.6.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 19:27:44 +03:00
Liliana Marie Prikler 2f88f5c06f
gnu: komikku: Update to 1.1.0.
* gnu/packages/gnome.scm (komikku): Update to 1.1.0.
2022-10-06 17:25:35 +02:00
Fredrik Salomonsson 53e086c5c6
gnu: Add waybar-cpu-histogram.
* gnu/packages/wm.scm (waybar-cpu-histogram): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
Lu Hui eb5b104ca8
gnu: libdaemon: Fix targeting riscv64.
* gnu/packages/libdaemon.scm (libdaemon)[native-inputs,arguments]: Treat
targeting riscv64 like aarch64 is handled.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
Paul A. Patience 52b9f0ef1e
gnu: Add discregrid.
* gnu/packages/graphics.scm (discregrid): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
Wiktor Żelazny e4593e2114
gnu: Add r-gldex.
* gnu/packages/cran.scm (r-gldex): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
Wiktor Żelazny 53eea4d657
gnu: Add r-spacefillr.
* gnu/packages/cran.scm (r-spacefillr): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
( 7a271e6886
gnu: Add cpass.
* gnu/packages/password-utils.scm (cpass): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
( 44f8aa26bc
gnu: Add wlgreet.
* gnu/packages/admin.scm (wlgreet): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:03 +01:00
( 829c2eaa7f
gnu: Add rust-os-pipe-0.8.
* gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:02 +01:00
( b370ac2103
gnu: Add rust-greetd-ipc-0.8.
* gnu/packages/crates-io.scm (rust-greetd-ipc-0.8): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06 15:08:02 +01:00
Christopher Baines 020dc0a1f1
gnu: plink: Change origin URL.
pngu.mgh.harvard.edu seems to time out.

* gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
2022-10-06 15:08:02 +01:00
Michael Rohleder b86867417f
gnu: celluloid: Do not install icon cache.
Fixes <https://issues.guix.gnu.org/58207>.

* gnu/packages/video.scm (celluloid)[arguments]: Add phase
disable-postinstall-script so postinstall-script does nothing. Build
with glib-or-gtk meson option.
[native-inputs]: Remove desktop-file-utils, gtk:bin.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 16:58:15 +03:00
Michael Rohleder 2408a10325
gnu: quaternion: Update to 0.0.95.1.
* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1.
[inputs]: Add qtgraphicaleffects.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 16:26:17 +03:00
Michael Rohleder dd7c8537d2
gnu: libqmatrixclient: Update to 0.6.11.
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 16:26:11 +03:00
David Thompson a503d0ba8c
gnu: gitolite: Switch to G-expressions.
* gnu/packages/version-control.scm (gitolite)[arguments]: Use G-expressions.
[inputs]: Add grep and sed.
2022-10-06 08:38:50 -04:00
Ricardo Wurmus e069c6df5e
gnu: Add r-dada2.
* gnu/packages/bioconductor.scm (r-dada2): New variable.
2022-10-06 12:38:34 +02:00
Efraim Flashner 40a42c4348
gnu: linux-libre: Support zram on all kernels.
* gnu/packages/linux.scm (%default-extra-linux-options): Add config
options to add zram support.
2022-10-06 09:44:54 +03:00
Leo Famulari e543bd8321
gnu: linux-libre 4.19: Update to 4.19.261.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.261.
(linux-libre-4.19-pristine-source): Update hash.
2022-10-06 00:57:06 -04:00
Leo Famulari 1b7cb8a977
gnu: linux-libre 5.4: Update to 5.4.216.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.216.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2022-10-06 00:57:06 -04:00
Leo Famulari 93852b83ec
gnu: linux-libre 5.10: Update to 5.10.147.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.147.
(linux-libre-5.10-pristine-source): Update hash.
2022-10-06 00:57:06 -04:00
Leo Famulari a175ef12b6
gnu: linux-libre 5.15: Update to 5.15.72.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.72.
(linux-libre-5.15-pristine-source): Update hash.
2022-10-06 00:57:05 -04:00
Leo Famulari d912c36330
gnu: linux-libre 5.19: Update to 5.19.14.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.14.
(linux-libre-5.19-pristine-source): Update hash.
2022-10-06 00:57:02 -04:00
Sharlatan Hellseher 43b8df4bec
gnu: Add splash.
* gnu/packages/astronomy.scm (splash): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 00:11:18 +02:00
Alexey Abramov 40ad967322
services: dhcp-client: Implement and use a configuration record.
* gnu/services/networking.scm (dhcp-client-configuration): New record
configuration.
(dhcp-client-shepherd-service): Implement a shepher service. Provide a
deprication message for legacy configurations.
(dhcp-client-service-type): Use dhcp-client-shepherd-service.
* doc/guix.texi (Networking Setup): Update.
* po/guix/POTFILES.in: Add 'gnu/services/networking.scm'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 00:11:18 +02:00
Liliana Marie Prikler 9be5f88e18
gnu: gnome-maps: Properly wrap GI_TYPELIB_PATH.
This fixes a bug reported by pkill9 and tschilptschilp23 in IRC.
See <http://logs.guix.gnu.org/guix/2022-10-01.log#031053> and
<http://logs.guix.gnu.org/guix/2022-10-05.log#214334>.
It does so by using a snippet that's also applied in gnome-shell.

* gnu/packages/geo.scm (gnome-maps)[#:phases]: Remove ‘patch-dbus-service’.
Update ‘wrap’ so that it uses GJS-specific wrapping code rather than
wrap-program.
2022-10-05 22:05:43 +02:00
Liliana Marie Prikler ccbeb3fde6
gnu: gnome-maps: Delete trailing space.
* gnu/packages/geo.scm (gnome-maps)[inputs]: Delete trailing spaces.
2022-10-05 21:45:18 +02:00
Liliana Marie Prikler 7ddba7bf66
gnu: gnome-maps: Update to 43.0.
* gnu/packages/geo.scm (gnome-maps): Update to 43.0.
[arguments]<#:meson>: Use meson-0.63.
<#:phases>: Replace ‘skip-gtk-update-icon-cache’ with
‘skip-cache-and-database-updates’.  Update accordingly.
2022-10-05 21:44:00 +02:00
Ricardo Wurmus fd6cd9de86
gnu: Add megahit.
* gnu/packages/bioinformatics.scm (megahit): New variable.
2022-10-05 17:59:04 +02:00
Ricardo Wurmus be1d561f1a
gnu: Add cd-hit-auxtools.
* gnu/packages/bioinformatics.scm (cd-hit-auxtools): New variable.
2022-10-05 14:28:24 +02:00
Ricardo Wurmus 3f627bf56b
gnu: cd-hit: Update to 4.8.1.
* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.8.1.
[arguments]: Do not use quasiquote; remove trailing #T from build phases.
[inputs]: Add zlib.
2022-10-05 13:47:57 +02:00
Ricardo Wurmus 9ed65e6af7
gnu: kaiju: Update to 1.9.0.
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.9.0.
[arguments]: Use gexps; wrap scripts in install phase.
[inputs]: Add bzip2, coreutils, curl, gawk, guile-3.0, gzip,
python-wrapper, tar, and wget.
2022-10-04 23:10:56 +02:00
Liliana Marie Prikler a96ebe47b0
gnu: ibus: Build with GTK4.
* gnu/packages/ibus.scm (ibus)[arguments]: Add “--enable-gtk4”.
[inputs]: Add gtk and pango-next.
2022-10-04 20:40:46 +02:00
Liliana Marie Prikler c264265abd
gnu: sdl2: Use ibus-minimal instead of ibus.
This prevents an input cycle between GTK -> ffmpeg -> sdl2 -> ibus -> GTK.

* gnu/packages/sdl.scm (sdl2)[inputs]: Replace ibus with ibus-minimal.
2022-10-04 20:40:46 +02:00
Liliana Marie Prikler ef53c075a1
gnu: Add ibus-minimal.
* gnu/packages/ibus.scm (ibus-minimal): New variable.
(ibus): Inherit from ibus-minimal.
2022-10-04 20:40:45 +02:00
Jonathan Brielmaier 1c821a3a63
gnu: icedove: Update to 102.3.1 [security fixes].
Fixes CVE-2022-39236, CVE-2022-39249, CVE-2022-39250 and CVE-2022-39251.

* gnu/packages/gnuzilla.scm (icedove): Update to 102.3.1.
2022-10-04 20:36:24 +02:00
Ludovic Courtès ecee392ef1
gnu: eog-plugins: Fix source URL.
The incorrect URL was introduced in
d6d861c615.

* gnu/packages/gnome.scm (eog-plugins)[source]: Change directory in URL.
2022-10-04 18:15:36 +02:00
Zzull 58f6b246a6
gnu: Add awscli-2.
* gnu/packages/python-web.scm (awscli-2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-04 18:15:36 +02:00
Zzull d7932b731f
gnu: Add python-executor.
* gnu/packages/python-xyz.scm (python-executor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-04 18:15:36 +02:00
Zzull 0669bf64f7
gnu: Add python-property-manager.
* gnu/packages/python-xyz.scm (python-property-manager): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-04 18:15:35 +02:00
Ludovic Courtès f83622f17d
services: anonip: Bail out when the input is not a FIFO.
* gnu/services/web.scm (anonip-shepherd-service)[start]: Accept zero
arguments.  Define 'spawn'.  Print a message and return #f when #$INPUT
does not denote a FIFO.
2022-10-04 18:15:35 +02:00
Ludovic Courtès ae1af5d787
gnu: guix: Update to 17134b9.
* gnu/packages/package-management.scm (guix): Update to 17134b9.
2022-10-04 18:15:35 +02:00
( via Guix-patches via 7030f592c6
home: Add home-batsignal-service-type.
* gnu/home/services/pm.scm (home-batsignal-service-type): New variable.
(home-batsignal-configuration): New record type.
* doc/guix.texi: Document them.
* gnu/local.mk: Add gnu/home/services/pm.scm.
2022-10-04 17:04:45 +04:00
Timotej Lazar ba84c8c448
gnu: augustus: Update to 3.2.0.
* gnu/packages/games.scm (augustus): Update to 3.2.0.
[inputs]: Add expat.
[snippet]: Unbundle it. Drop trailing #t.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-04 13:37:43 +02:00
jgart 31e19fd874
gnu: emacs-lsp-mode: Update to 26c4d3e.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 26c4d3e.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-04 13:37:43 +02:00
Michael Rohleder 7e9534150b
gnu: emacs-nov-el: Update to 0.4.0 and use gexps.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.4.0.
[arguments]: Use gexps.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-04 13:37:42 +02:00
Nicolas Goaziou df5a021f66
gnu: emacs-modus-themes: Update to 2.7.1.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.7.1.
2022-10-04 13:37:42 +02:00
Nicolas Goaziou 5e8221822e
gnu: emacs-org-mime: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.2.
2022-10-04 13:37:42 +02:00
kiasoc5 fd7c34f2bf
gnu: Add emacs-circadian.
* gnu/packages/emacs-xyz.scm (emacs-circadian): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-04 13:37:41 +02:00
Ricardo Wurmus 17134b9ec1
gnu: r-tximeta: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.14.1.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 94693d1980
gnu: r-bionero: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.4.2.
[propagated-inputs]: Remove r-deseq2 and r-ggpubr; add r-ggrepel and r-patchwork.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 202fd44ca0
gnu: r-biodb: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.4.2.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 87c097631f
gnu: r-biocdockermanager: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-biocdockermanager): Update to 1.8.1.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 6bf59194a6
gnu: r-basilisk: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-basilisk): Update to 1.8.1.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 2e7872f6c9
gnu: r-bgeecall: Update to 1.12.2.
* gnu/packages/bioconductor.scm (r-bgeecall): Update to 1.12.2.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 869b1f9f5c
gnu: r-pathview: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-pathview): Update to 1.36.1.
2022-10-03 19:08:09 +02:00
Ricardo Wurmus 547d4670e7
gnu: r-delayedmatrixstats: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.18.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus cc719399c9
gnu: r-scran: Update to 1.24.1.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.24.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 1527d2e9df
gnu: r-scuttle: Update to 1.6.3.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.6.3.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus d66a466909
gnu: r-hdf5array: Update to 1.24.2.
* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.24.2.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 78ff15ae42
gnu: r-biocpkgtools: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.14.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 9af834ad37
gnu: r-biocviews: Update to 1.64.1.
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.64.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 8441c1f9ea
gnu: r-bioccheck: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.32.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus e30b2aeaa2
gnu: r-cytoml: Update to 2.8.1.
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.8.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 10c006c21d
gnu: r-opencyto: Update to 2.8.4.
* gnu/packages/bioconductor.scm (r-opencyto): Update to 2.8.4.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus bceed10243
gnu: r-flowstats: Update to 4.8.2.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.8.2.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus eed76ad91a
gnu: r-flowviz: Update to 1.60.2.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.60.2.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus f82d20caae
gnu: r-ggcyto: Update to 1.24.1.
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.24.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 1c3750c9ea
gnu: r-ncdfflow: Update to 2.42.1.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.42.1.
2022-10-03 19:08:08 +02:00
Ricardo Wurmus 23e42e77d4
gnu: r-rsubread: Update to 2.10.5.
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.10.5.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 597106f234
gnu: r-rgadem: Update to 2.44.1.
* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.44.1.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 83f0c1a39d
gnu: r-enrichplot: Update to 1.16.2.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.16.2.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 842431a036
gnu: r-dose: Update to 3.22.1.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.22.1.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 2b4a7fa22e
gnu: r-residualmatrix: Update to 1.6.1.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.6.1.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 1cb30ba714
gnu: r-ggtree: Update to 3.4.4.
* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.4.4.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus a047448aad
gnu: r-treeio: Update to 1.20.2.
* gnu/packages/bioconductor.scm (r-treeio): Update to 1.20.2.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 41f029c12a
gnu: r-scaledmatrix: Update to 1.4.1.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.4.1.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus e581479be8
gnu: r-diffbind: Update to 3.6.4.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.6.4.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 309cfcedca
gnu: r-zellkonverter: Update to 1.6.5.
* gnu/packages/bioconductor.scm (r-zellkonverter): Update to 1.6.5.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus 039d894b9d
gnu: r-limma: Update to 3.52.4.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.52.4.
2022-10-03 19:08:07 +02:00
Ricardo Wurmus a16c87fae1
gnu: r-genomicfeatures: Update to 1.48.4.
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.48.4.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus a15ad5ebe3
gnu: r-genomeinfodb: Update to 1.32.4.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.4.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus ba6a3e7d39
gnu: r-gage: Update to 2.46.1.
* gnu/packages/bioconductor.scm (r-gage): Update to 2.46.1.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus c82320aa21
gnu: r-complexheatmap: Update to 2.12.1.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.1.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus 038eeeaf2a
gnu: r-chipseeker: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.32.1.
[propagated-inputs]: Add r-ggvenndiagram.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus 15243c2f84
gnu: r-biostrings: Update to 2.64.1.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.64.1.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus 29a947216c
gnu: r-annotationforge: Update to 1.38.1.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.38.1.
2022-10-03 19:08:06 +02:00
Ricardo Wurmus 96b560ac8b
gnu: r-dearseq: Update to 1.8.4.
* gnu/packages/bioconductor.scm (r-dearseq): Update to 1.8.4.
2022-10-03 19:08:03 +02:00
Maxim Cournoyer 06201b76e5
gnu: Remove ocaml-craml.
The package doesn't build from source and is unmaintained according to its
maintainer:
https://github.com/realworldocaml/craml/pull/8#issuecomment-529235628.

* gnu/packages/ocaml.scm (ocaml-craml): Delete variable.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 67e9513e40
gnu: r-spams: Update to 2.6.1.
* gnu/packages/statistics.scm (r-spams): Update to 2.6.1.
[source]: Migrate from gforge.inria.fr to gitlab.inria.fr, fetching from git.
[phases]: Use gexps.
{patch-paths, mkdist}: New phases.
{no-mtune}: Delete trailing #t.
[native-inputs]: New field.
[home-page]: Update URL.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 1390e38264
gnu: ocaml-dose3: Migrate from gforce.inria.fr.
* gnu/packages/ocaml.scm (ocaml-dose3) [source]: Fetch from git from inill's gitlab
instance.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer a93781b83c
gnu: Remove unused scotch patches.
* gnu/packages/patches/scotch-build-parallelism.patch: Delete file.
* gnu/packages/patches/scotch-integer-declarations.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 8ad1978695
gnu: mpfi: Update to 1.5.4-1.b982534.
* gnu/packages/multiprecision.scm (mpfi): Update to 1.5.4-1.b982534.
[source]: Fetch from git and use latest commit available.
[tests?]: Delete argument, enabling test suite.
[phases]: New argument.
[native-inputs]: New field.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer a001be9664
gnu: mpfi: Use gexps and remove input labels.
* gnu/packages/multiprecision.scm (mpfi) [source]: Re-indentation.
[configure-flags]: Use gexps.
[native-inputs]: Remove labels.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer efb974a6fa
gnu: isl: Remove outdated comment.
* gnu/packages/gcc.scm (isl) [source]: Remove outdated comment.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 384b98028c
gnu: gappa: Honor TESTS?.
* gnu/packages/algebra.scm (gappa) [phases] {check}: Honor TESTS?.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 0f46559331
gnu: gappa: Update to 1.4.1.
* gnu/packages/algebra.scm (gappa): Update to 1.4.1.
[source]: Fetch from git.
[arguments]: Use gexps.
[phases]: Delete trailing #t.
[native-inputs]: New field.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer bcc61c08be
gnu: gmp-ecm: Update to 7.0.5.
* gnu/packages/algebra.scm (gmp-ecm): Update to 7.0.5.
[source]: Fetch from git from gitlab.inria.fr.
[arguments]: Use gexps.
[phases] {patch-paths}: New phase
[native-inputs]: New field.
[home-page]: Update URL.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 795f90ea4e
gnu: gf2x: Update to 1.3.0.
* gnu/packages/algebra.scm (gf2x): Update to 1.3.0.
2022-10-03 11:16:13 -04:00
Maxim Cournoyer 2b08945cbb
gnu: gf2x: Migrate from gforge.inria.fr to gitlab.inria.fr.
* gnu/packages/algebra.scm (gf2x) [source]: Fetch from git, adjust URL.
[native-inputs]: Add autoconf, automake and libtool.
[home-site]: Update URL.
2022-10-03 11:16:13 -04:00
Michael Rohleder f64c80a538
gnu: emacs-ag: Do not propagate the-silver-searcher.
* gnu/packages/emacs-xyz.scm (emacs-ag)[phases]: Add phase substitute-ag-path
to avoid propagating ag.
[inputs]: Add the-silver-searcher.
[propagated-inputs]: Remove the-silver-searcher.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-03 10:26:42 +03:00
Michael Rohleder 3fbe68d9fc
gnu: emacs-ag: Use gexps.
* gnu/packages/emacs-xyz.scm (emacs-ag)[phases]: Use gexps.
{install-info}: Adjust for gexps.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-03 10:26:41 +03:00
Greg Hogan 582b1f626f
gnu: python-louvain: Fix test.
* gnu/packages/graph.scm (python-louvain)[source]: Add patch.
* gnu/packages/patches/python-louvain-fix-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:22:07 +02:00
Greg Hogan d1c3de6583
gnu: python-setools: Update to 4.4.0.
* gnu/packages/selinux.scm (python-setools): Update to 4.4.0.
[source, home-page]: Update url.
[inputs]: Add python-pyqt.
[native-inputs]: Add python-cython.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:58 +02:00
Greg Hogan 35c92a6324
gnu: python-cfn-lint: Update to 0.65.0.
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.65.0.
[arguments]<#:phases>: Add 'skip-network-test.
[propagated-inputs]: Add python-importlib-resources,
python-jschema-to-python, python-sarif-om.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:51 +02:00
Greg Hogan 56d8907c5f
gnu: Add python-sarif-om.
* gnu/packages/python-web.scm (python-sarif-om): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:47 +02:00
Greg Hogan dec74d4563
gnu: Add python-jschema-to-python.
* gnu/packages/python-web.scm (python-jschema-to-python): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:38 +02:00
Greg Hogan 2070ce84ec
gnu: python-aws-sam-translator: Update to 1.51.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.51.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:34 +02:00
Greg Hogan 5440d6be78
gnu: python-networkx: Update to 2.8.6.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.8.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:29 +02:00
Wiktor Żelazny b479089fdc
gnu: Add texlive-generic-xstring.
* gnu/packages/tex.scm (texlive-generic-xstring): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:20:05 +02:00
Giovanni Biscuolo 69aa41e405
gnu: emacs-telega: Use tdlib-1.8.0
emacs-telega is compatible with the latest TDLib major release 1.8.0

* gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of latest tdlib

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:18:43 +02:00
Giovanni Biscuolo abc232c42d
gnu: Add tdlib-1.8.0.
This is needed for emacs-telega 0.8.3

* gnu/packages/messaging.scm (tdlib-1.8.0): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:18:43 +02:00
Ludovic Courtès 782c7455e1
gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built.
Fixes <https://issues.guix.gnu.org/58090>.
Reported by Zhu Zihao <all_but_last@163.com>.

* gnu/packages/sdl.scm (sdl2-2.0): New variable.
* gnu/packages/video.scm (ffmpeg-4)[inputs]: New field.
2022-10-02 23:18:42 +02:00
Liliana Marie Prikler 407f017663
gnu: emacs-minimal: Reduce to minimal inputs.
This partly reverts dbcba75c0e.  In that commit,
emacs-minimal gained a few inputs that weren't actually used as native
compilation is disabled.
Discovered by djeis in IRC, see also
<http://logs.guix.gnu.org/guix/2022-10-02.log#170047>.

* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Remove ld-wrapper, binutils,
glibc, libgccjit, and zlib.
[arguments]<#:phases>: Delete ‘set-libgccjit-path’.
2022-10-02 18:30:02 +02:00
Michael Rohleder bb3b810167
gnu: emacs-scratch-el: Update source and homepage.
* gnu/packages/emacs-xyz.scm (emacs-scratch-el)[source, homepage]: Update URL.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:40:17 +03:00
Michael Rohleder 6fc185bc79
gnu: pantalaimon: Update to 0.10.5.
* gnu/packages/matrix.scm (pantalaimon): Update to 0.10.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:40 +03:00
Michael Rohleder d37f4f4ac7
gnu: python-matrix-nio: Update to 0.20.0.
* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.20.0.
[native-inputs]: Add python-pytest-asyncio.
[propagated-inputs]: Changed python-jsonschema to python-jsonschema-next.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:38 +03:00
Michael Rohleder 357bd133d8
gnu: python-aiohttp-socks: Update to 0.7.1.
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.7.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:36 +03:00
Michael Rohleder 6448abe39a
gnu: python-socks: Update to 2.0.3.
* gnu/packages/python-web.scm (python-socks): Update to 2.0.3.
[arguments]<#:phases>: Remove trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:30 +03:00
Hilton Chain 5bd048debf
gnu: Add go-1.19.
* gnu/packages/golang (go-1.19,go-std-1.19): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:23:07 +03:00
Hilton Chain f44ba4a1ad
gnu: Add go-1.18.
* gnu/packages/golang (go-1.18,go-std-1.18): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:22:53 +03:00
itd 2ac5da4b5a
gnu: Add ghc-9.0.
* gnu/packages/haskell.scm (ghc-9.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:16:18 +03:00
Fulbert ae22181374
gnu: csound: Update to 6.16.2.
* gnu/packages/audio.scm (csound): Update to 6.16.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:54:21 +03:00
Mike Swanson 77bcdb7439
gnu: units: Update to 2.22.
* gnu/packages/maths.scm (units): Update to 2.22.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:36:23 +03:00
ギャラ 1df3af9bdf
gnu: neovim: Update to 0.8.0.
* gnu/packages/vim.scm (neovim): Update to 0.8.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:31:45 +03:00
ギャラ 09e5f9e38e
gnu: libvterm: Update to 0.3.0.
* gnu/packages/terminals.scm (libvterm): Update to 0.3.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:31:41 +03:00
Marius Bakke 78176e3a81
gnu: ungoogled-chromium: Update to 106.0.5249.91-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.91.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-10-01 23:13:13 +02:00
Efraim Flashner 821cd5651a
gnu: exercism: Remove input labels.
* gnu/packages/education.scm (exercism)[inputs]: Remove input labels.
2022-10-01 23:48:02 +03:00
Efraim Flashner 04516a7adf
gnu: exercism: Update home-page.
* gnu/packages/education.scm (exercism)[home-page]: Follow redirect.
2022-10-01 23:47:06 +03:00
Efraim Flashner 4b5ac6b226
gnu: exercism: Install shell completions.
* gnu/packages/education.scm (exercism)[arguments]: Add a phase to build
and install shell completions.
2022-10-01 23:46:12 +03:00
Guillaume Le Vaillant 461b1e4909
gnu: nanovna-saver: Update to 0.5.3.
* gnu/packages/radio.scm (nanovna-saver): Update to 0.5.3.
2022-10-01 18:22:53 +02:00
Liliana Marie Prikler 4b3493ed01
gnu: komikku: Update to 1.0.0.
* gnu/packages/gnome.scm (komikku): Update to 1.0.0.
[arguments]<#:meson>: Use meson-0.63.
<#:phases>: Adjust ‘skip-gtk-update-icon-cache’
[inputs]: Replace gtk+ with gtk.
Replace libhandy with libadwaita.
Replace webkitgtk-with-libsoup2 with webkitgtk-next.
2022-10-01 18:10:01 +02:00
Liliana Marie Prikler 46e1eb48c9
gnu: komikku: Use G-Expressions.
* gnu/packages/gnome.scm (komikku)[arguments]: Convert to list of G-Expressions.
2022-10-01 18:10:01 +02:00
Liliana Marie Prikler 7f0ff90538
gnu: gfeeds: Update to 1.0.3.
* gnu/packages/syndication.scm (gfeeds): Update to 1.0.3.
[arguments]<#:phases>: Add ‘skip-icon-cache’.
[native-inputs]: Remove gtk+:bin.  Add blueprint-compiler.
[inputs]: Replace gtk+ with gtk.
Replace libhandy with libadwaita.
Replace python-readability with python-readability-lxml.
Replace webkitgtk with webkitgtk-next.
Add python-humanize, python-magic, python-pygobject, and
syndication-domination.
2022-10-01 18:10:01 +02:00
Liliana Marie Prikler 9619a31dc3
gnu: gfeeds: Modernize package description.
* gnu/packages/syndication.scm (gfeeds)[arguments]: Convert to list of
G-Expressions.  Drop trailing #t.
[native-inputs]: Drop labels.
[inputs]: Add bash-minimal.
2022-10-01 17:56:01 +02:00
Liliana Marie Prikler e90509b627
gnu: gfeeds: Use git origin.
* gnu/packages/syndication.scm (gfeeds)[origin]: Use git-fetch and
git-reference.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler 99af12e826
gnu: Add syndication-domination.
* gnu/packages/syndication.scm (syndication-domination): New variable.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler 7b7562d930
gnu: Add python-readability-lxml.
* gnu/packages/python-xyz.scm (python-readability-lxml): New variable.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler b6b09a93fd
gnu: Add python-timeout-decorator.
* gnu/packages/python-xyz.scm (python-timeout-decorator): New variable.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler 16be8d4e7b
gnu: pugixml: Update to 1.12.1.
* gnu/packages/xml.scm (pugixml): Update to 1.12.1.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler a70372b4aa
gnu: blueprint-compiler: Wrap GUIX_PYTHONPATH and GI_TYPELIB_PATH.
* gnu/packages/gnome.scm (blueprint-compiler)[arguments]: Add
python-build-system's wrap phase, as well as a phase for GI_TYPELIB_PATH.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler 95a216c4f0
gnu: libadwaita: Update to 1.2.0.
* gnu/packages/gnome.scm (libadwaita): Update to 1.2.0.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler b3d3012f11
gnu: webkitgtk: Update to 2.38.0.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.38.0.
2022-10-01 17:56:00 +02:00
Liliana Marie Prikler 85e7d3e83a
gnu: gtk: Update to 4.8.1.
* gnu/packages/gtk.scm (gtk): Update to 4.8.1.
2022-10-01 17:56:00 +02:00
Guillaume Le Vaillant 225e00bd19
gnu: monero-gui: Update to 0.18.1.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.2.
2022-10-01 10:03:30 +02:00
Guillaume Le Vaillant 68d3ec6ad7
gnu: monero: Update to 0.18.1.2.
* gnu/packages/finance.scm (monero): Update to 0.18.1.2.
2022-10-01 09:32:10 +02:00
Ricardo Wurmus 1266b9ed11
gnu: salmon: Update to 1.9.0.
* gnu/packages/bioinformatics.scm (salmon): Update to 1.9.0.
[arguments]: Remove -DTBB_LIBRARIES from configure flags; copy pufferfish
itlib headers.
[inputs]: Use new label-less list; move pufferfish origin from here...
[native-inputs]: ...to here.
2022-09-30 22:43:21 +02:00
Ricardo Wurmus 729ce5fcf8
gnu: Add centrifuge.
* gnu/packages/bioinformatics.scm (centrifuge): New variable.
2022-09-30 16:59:18 +02:00
Efraim Flashner 71247a8e65
gnu: newsboat: Update to 2.29.
* gnu/packages/syndication.scm (newsboat): Update to 2.29.
[cargo-development-inputs]: Move rust-cxx-build-1 ...
[cargo-inputs]: ... to here.
2022-09-30 17:11:36 +03:00
Efraim Flashner a3b6b7e91f
gnu: rust-unicode-width-0.1: Update to 0.1.10.
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.10.
2022-09-30 17:11:36 +03:00
Efraim Flashner 6a1b3e30c2
gnu: rust-regex-syntax-0.6: Update to 0.6.27.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.27.
2022-09-30 17:11:35 +03:00
Efraim Flashner 3a00bcc252
gnu: rust-regex-1: Update to 1.6.0.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.6.0.
2022-09-30 17:11:35 +03:00
Efraim Flashner f4715b2f0a
gnu: rust-quote-1: Update to 1.0.21.
* gnu/packages/crates-io.scm (rust-quote-1): Update to 1.0.21.
2022-09-30 17:11:35 +03:00
Efraim Flashner 91e1dc05da
gnu: rust-percent-encoding-2: Update to 2.2.0.
* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.2.0.
2022-09-30 17:11:35 +03:00
Efraim Flashner 2e6fd5bd58
gnu: rust-lexopt-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-lexopt-0.2): Update to 0.2.1.
2022-09-30 17:11:34 +03:00
Efraim Flashner b3c55e94ab
gnu: rust-fastrand-1: Update to 1.8.0.
* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.8.0.
2022-09-30 17:11:34 +03:00
Efraim Flashner 97666b13d5
gnu: rust-url-2: Update to 2.3.1.
* gnu/packages/crates-io.scm (rust-url-2): Update to 2.3.1.
[arguments]: Don't skip build.
[cargo-inputs]: Replace rust-idna-0.2 with 0.3. Remove rust-matches-0.1.
[cargo-development-inputs]: Remove rust-rustc-test-0.3. Add
rust-debugger-test-0.1, rust-debugger-test-parser-0.1.
2022-09-30 17:11:34 +03:00
Efraim Flashner 7298371ca2
gnu: Add rust-tester-0.9.
* gnu/packages/crates-io.scm (rust-tester-0.9): New variable.
(rust-tester-0.5): Inherit from rust-tester-0.9.
2022-09-30 17:11:33 +03:00
Efraim Flashner 9ebdd45123
gnu: Add rust-idna-0.3.
* gnu/packages/crates-io.scm (rust-idna-0.3): New variable.
(rust-idna-0.2): Inherit from rust-idna-0.3.
2022-09-30 17:11:33 +03:00
Efraim Flashner f9b8b5ac0e
gnu: rust-xdg-2: Update to 2.4.1.
* gnu/packages/crates-io.scm (rust-xdg-2): Update to 2.4.1.
[cargo-inputs]: Replace rust-dirs-3 with 4.
2022-09-30 17:11:33 +03:00
Efraim Flashner a9ac10ba2c
gnu: rust-rustversion-1: Update to 1.0.9.
* gnu/packages/crates-io.scm (rust-rustversion-1): Update to 1.0.9.
[cargo-inputs]: Remove rust-proc-macro2-1, rust-quote-1, rust-syn-1.
[cargo-development-inputs]: Add rust-trybuild-1.
2022-09-30 17:11:33 +03:00
Efraim Flashner a830bbf433
gnu: rust-form-urlencoded-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-form-urlencoded-1): Update to 1.1.0.
[cargo-inputs]: Remove rust-matches-0.1.
2022-09-30 17:11:32 +03:00
Efraim Flashner ddc7c84efd
gnu: rust-anyhow-1: Update to 1.0.65.
* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.65.
[cargo-inputs]: Add rust-backtrace-0.3.
[cargo-development-inputs]: Add rust-syn-1.
2022-09-30 17:11:32 +03:00
Efraim Flashner 8b6d4d3eba
gnu: Add rust-debugger-test-0.1.
* gnu/packages/crates-io.scm (rust-debugger-test-0.1): New variable.
2022-09-30 17:11:32 +03:00
Efraim Flashner 83dd03f12f
gnu: Add rust-debugger-test-parser-0.1.
* gnu/packages/crates-io.scm (rust-debugger-test-parser-0.1): New
variable.
2022-09-30 17:11:32 +03:00
Efraim Flashner 784f45db06
gnu: rust-dirs-3: Update to 3.0.2.
* gnu/packages/crates-io.scm (rust-dirs-3): Update to 3.0.2.
2022-09-30 17:11:31 +03:00
Efraim Flashner af45ac7526
gnu: Add rust-dirs-4.
* gnu/packages/crates-io.scm (rust-dirs-4): New variable.
(rust-dirs-3): Inherit from rust-dirs-4.
2022-09-30 17:11:31 +03:00
Efraim Flashner ac4be035f2
gnu: rust-once-cell-1: Update to 1.15.0.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.15.0.
[cargo-inputs]: Replace rust-atomic-polyfill-0.1 with 1.
2022-09-30 17:11:31 +03:00
Efraim Flashner 730f7c096d
gnu: rav1e: Force building with rust edition 2018.
* gnu/packages/video.scm (rav1e)[arguments]: Add phase to force all
input crates to be built with rust edition 2018.
2022-09-30 17:11:25 +03:00
Leo Famulari 9d9b53ed5f
gnu: linux-libre 4.9: Update to 4.9.330.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.330.
(linux-libre-4.9-pristine-source): Update hash.
2022-09-30 10:10:44 -04:00
Leo Famulari 2fbd7862d0
gnu: linux-libre 4.14: Update to 4.14.295.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.295.
(linux-libre-4.14-pristine-source): Update hash.
2022-09-30 10:10:43 -04:00
Leo Famulari e0d699bb17
gnu: linux-libre 4.19: Update to 4.19.260.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.260.
(linux-libre-4.19-pristine-source): Update hash.
2022-09-30 10:10:43 -04:00
Leo Famulari 7ff6569afe
gnu: linux-libre 5.4: Update to 5.4.215.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.215.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2022-09-30 10:10:43 -04:00
Leo Famulari de6276db4e
gnu: linux-libre 5.10: Update to 5.10.146.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.146.
(linux-libre-5.10-pristine-source): Update hash.
2022-09-30 10:10:43 -04:00
Leo Famulari 918bd1020a
gnu: linux-libre 5.15: Update to 5.15.71.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.71.
(linux-libre-5.15-pristine-source): Update hash.
2022-09-30 10:10:42 -04:00
Leo Famulari aab06a959b
gnu: linux-libre: Update to 5.19.12.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.12.
(linux-libre-5.19-pristine-source): Update hash.
2022-09-30 10:10:42 -04:00
Remco van 't Veer 51ab8b8553
gnu: quodlibet: Fix build.
Some tests fail because adwaita-icon-theme doesn't ship legacy icons
anymore since version 42.  Application runs fine without visual defects.

* gnu/packages/music.scm (quodlibet): Skip trayicon tests.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-30 15:48:39 +02:00
kiasoc5 a47a051e3d
gnu: picard: Update to 2.8.3, modernize package.
* gnu/packages/music.scm (picard): Update to 2.8.3.
[source]: Remove patch.
[arguments]: Use G-expressions. Remove trailing #t.
[native-inputs]: Remove input labels.
[inputs]: Add python-fasteners, python-pyyaml, python-markdown, python-pyjwt. Remove a transitive
dependency on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/patches/picard-fix-id3-rename-test.patch: Remove it.
* gnu/local.mk (dist_path_DATA): Update accordingly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-30 15:43:35 +02:00
Mathieu Othacehe 0f66ef9aa9
tests: install: Fix iso-image-installer test.
This is a follow-up of: 45eac6cdf5.
It fixes the following error:

+ mkfs.ext4 -L my-root /dev/vda2
sh: line 12: mkfs.ext4: command not found

* gnu/tests/install.scm (%test-iso-image-installer): Add e2fsprogs to the
appended packages.
2022-09-30 15:21:36 +02:00
Ryan Tolboom df485be2f7
gnu: Add qdmr.
* gnu/packages/radio.scm (qdmr): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-30 12:54:00 +02:00
jgart via Guix-patches via bcf7dc6c56
gnu: Add emacs-new-purescript-mode.
* gnu/packages/emacs-xyz.scm (emacs-new-purescript-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-30 09:00:45 +02:00
Nicolas Goaziou 16df0649bd
gnu: emacs-tuareg: Update to 3.0.1.
* gnu/packages/ocaml.scm (emacs-tuareg): Update to 3.0.1.
2022-09-30 09:00:45 +02:00
Nicolas Goaziou 77a075e9ae
gnu: emacs-ement: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.
2022-09-30 09:00:44 +02:00
Nicolas Goaziou b5b5f5fff3
gnu: emacs-tramp: Update to 2.5.3.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.3.
2022-09-30 09:00:44 +02:00
Nicolas Goaziou c3020f3d37
gnu: emacs-taxy-magit-section: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.11.
2022-09-30 09:00:44 +02:00
Nicolas Goaziou a233b9e89f
gnu: emacs-helm: Update to 3.8.8.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.8.
2022-09-30 09:00:44 +02:00
Nicolas Goaziou 575da30495
gnu: emacs-pg: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.16.
[source]<origin>: Change upstream repository, the older one being
unmaintained.
[home-page]: Update accordingly.
[description]: Expound it.
[license]: Set to GPL2+.
2022-09-30 09:00:43 +02:00
Hilton Chain a70c67cfe7
gnu: Add qtwayland, version 6.3.1.
* gnu/packages/qt.scm (qtwayland): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-29 23:19:55 -04:00
Hilton Chain 034f68bac3
gnu: qtwayland: Rename to qtwayland-5.
Automated via:

  git grep -l qtwayland | xargs sed 's/\qtwayland\b/\0-5/g' -i
  git checkout NEWS

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-29 23:19:55 -04:00
Ricardo Wurmus 1ee2d117d8
gnu: blast+: Build reproducibly.
Fixes <https://issues.guix.gnu.org/42141>.

* gnu/packages/bioinformatics.scm (blast+)[source]: Do not record kernel
version and use fix set of random numbers.
2022-09-29 23:21:16 +02:00
Mája Tomášek 1bf18818c6
services: certbot: Create "live" directory during activation.
When trying to run certbot, the mcron command fails, as
/etc/letsencrypt/live is missing.  This patch adds it into the certbot
activation service.

* gnu/services/certbot.scm (certbot-activation): Make /etc/letsencrypt/live.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-29 22:59:48 +02:00
zamfofex 6943f22ee6
gnu: Add lite-xl.
* gnu/packages/text-editors.scm (lite-xl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-29 22:59:48 +02:00
Ludovic Courtès 168a7933c0
services: shepherd: Leave the finalization thread in peace.
This gets rid of that (in)famous at boot time:

  error in finalization thread: Success

This was caused by the file-descriptor closing loop, which would clause
the finalization pipe, leading the finalization thread to (erroneously)
error out.

Thanks to Josselin Poiret for locating the problem!

* gnu/services/shepherd.scm (shepherd-boot-gexp): In 'loop', replace
'close-fdes' with a pair of 'fcntl' calls to add FD_CLOEXEC.
2022-09-29 22:56:56 +02:00
Marius Bakke e0546a11f0
gnu: IceCat, Icedove: Use the default 'rust'.
* gnu/packages/gnuzilla.scm (rust-1.58-promise, rust-1.59-promise): Remove variables.
(icecat, icedove)[native-inputs]: Change from RUST-1.59-PROMISE to RUST.
2022-09-29 21:03:45 +02:00
jgart e6777cfa5e
gnu: Add emacs-cov.
* gnu/packages/emacs-xyz.scm (emacs-cov): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-29 11:39:12 +02:00
jgart c9f02fb44f
gnu: Add emacs-elquery.
* gnu/packages/emacs-xyz.scm (emacs-elquery): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-29 11:39:12 +02:00
Nicolas Goaziou 97a2f8e48e
gnu: emacs-popup: Update to 0.5.9.
* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.9.
2022-09-29 11:39:11 +02:00
Nicolas Goaziou 38f2cbda71
gnu: emacs-async: Update to 1.9.7.
* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.7.
2022-09-29 11:39:11 +02:00
Marius Bakke f66067febc
Merge branch 'master' into staging 2022-09-29 07:26:37 +02:00
Brice Waegeneire 45eac6cdf5
services: Add file system utilities to profile.
* gnu/services/base.scm (file-system-type->utilities)
(file-system-utilities): New procedures.
(file-system-service-type): Extend 'profile-service-type' with
'file-system-utilities'.
* gnu/system.scm (boot-file-system-service): New procedure.
(operating-system-default-essential-services): Use it.
(%base-packages): Remove 'e2fsprogs'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-28 19:45:38 -04:00
Jonathan Brielmaier bb762ac517
gnu: icecat: Remove leftovers from version 91.
* gnu/packages/gnuzilla.scm (all-mozilla-91-locales, %icecat-91-version,
icecat-91-source): Remove variables.
2022-09-28 23:50:36 +02:00
Jonathan Brielmaier 16447da515
gnu: icedove: Update to 102.3.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 102.3.0.
[source]: Use icecat-source again.
[arguments]: Remove `--frozen` flag from cargo invokation.
Remove `--with-user-appdir` flag (no longer honoured since TB91). Disable
WASM sandbox for now (needs more dependencies).
[inputs]: Add alsa-lib. Use icu4c-71.
[native-inputs]: Update hg-reference link. Use rust@1.59 and
rust-cbindgen@0.23.
2022-09-28 23:50:36 +02:00
Trevor Richards 0e36779986
gnu: Add gnome-shell-extension-unite-shell.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-28 23:20:45 +02:00
Wiktor Żelazny 48c938fbc7
gnu: Add texlive-babel-czech.
* gnu/packages/tex.scm (texlive-babel-czech): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-28 23:15:29 +02:00