Leo Famulari
d78ca1cbb1
gnu: linux-libre 4.4: Update to 4.4.295.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.295.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-16 12:53:52 -05:00
Leo Famulari
5557bd3787
gnu: linux-libre 4.9: Update to 4.9.293.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.293.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-16 12:53:51 -05:00
Leo Famulari
ce91ff36c7
gnu: linux-libre 4.14: Update to 4.14.258.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.258.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-16 12:53:51 -05:00
Leo Famulari
c93c7af1ce
gnu: linux-libre 4.19: Update to 4.19.221.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.221.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-16 12:53:51 -05:00
Leo Famulari
4e54ab957f
gnu: linux-libre 5.4: Update to 5.4.165.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.165.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-16 12:53:51 -05:00
Leo Famulari
cf35bc8a20
gnu: linux-libre 5.10: Update to 5.10.85.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.85.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-16 12:53:51 -05:00
Leo Famulari
b80cbab45d
gnu: linux-libre: Update to 5.15.8.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.8.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-16 12:53:41 -05:00
Tobias Geerinckx-Rice
5e59153595
gnu: php: Disable yet another failing test.
...
* gnu/packages/php.scm (php)[arguments]: Delete the
openssl_x509_checkpurpose_basic.phpt test.
2021-12-16 18:28:43 +01:00
Tobias Geerinckx-Rice
b329c2139b
gnu: chrony: Update to 4.2.
...
* gnu/packages/ntp.scm (chrony): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.
2021-12-16 16:27:03 +01:00
Tobias Geerinckx-Rice
12e9687eb9
gnu: dpkg: Update to 1.21.0.
...
* gnu/packages/debian.scm (dpkg): Update to 1.21.0.
[arguments]: Don't explicitly return #t from phases.
2021-12-16 16:27:03 +01:00
Ricardo Wurmus
d83cc1e7d2
gnu: Add r-shinyhelper.
...
* gnu/packages/cran.scm (r-shinyhelper): New variable.
2021-12-16 15:17:51 +01:00
Julien Lepiller
86d6c6053c
gnu: java-log4j-api: Update to 2.16.0.
...
This is a follow-up release because of an incorrect fix to
CVE-2021-45046.
* gnu/packages/java.scm (java-log4j-api): Update to 2.16.0.
2021-12-16 13:56:54 +01:00
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
Ludovic Courtès
2a621f168f
offload: Autoload Guile-SSH.
...
This halves the number of syscalls made by "guix offload" during startup
and delays loading of Guile-SSH until there are actually machines to
offload to.
* guix/scripts/offload.scm: Remove unused module imports. Autoload many
modules.
(check-ssh-zlib-support): New procedure.
(process-request): Call it when accepting.
(guix-offload): Remove 'zlib-support?' check, now moved to
'check-ssh-zlib-support'.
2021-12-15 17:12:13 +01:00
Ludovic Courtès
ebbf7fc1c6
offload: Delay call to 'read-derivation-from-file'.
...
This significantly reduces the amount of work done by "guix offload"
when there's no machine to offload to.
* guix/scripts/offload.scm (process-request): Add call to
'read-derivation-from-file', moved from...
(guix-offload): ... here.
2021-12-15 17:12:13 +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