Commit graph

96106 commits

Author SHA1 Message Date
Leo Famulari bccf17f615
gnu: linux-libre 5.15: Update to 5.15.43.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.43.
(linux-libre-5.15-pristine-source): Update hash.
2022-05-27 11:21:17 -04:00
Leo Famulari 704426cd46
gnu: linux-libre: Update to 5.17.11.
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.11.
(linux-libre-5.17-pristine-source): Update hash.
2022-05-27 11:21:09 -04:00
Jack Hill 0e953f3332
gnu: nginx-rtmp-module: Use gexps in phases.
* gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and
remove trailing #t.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-05-27 13:57:25 +01:00
Jack Hill 9bb71eaac0
gnu: nginx-rtmp-module: Use #:configure-flags from nginx.
* gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Simplify copying
of arguments from nginx and augment #:configure-flags from nginx
rather than overwriting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-05-27 13:57:25 +01:00
Christopher Baines 57be6ba0f3
gnu: python-protobuf-3.6: Add missing input.
This was removed from python-protobuf in
5f8491ea95.

* gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six.
2022-05-27 13:57:20 +01:00
Tobias Geerinckx-Rice 38bf6c7d0c
gnu: obs-websocket: Update to 4.9.1.
* gnu/packages/video.scm (obs-websocket): Update to 4.9.1.
[arguments]: Update CMakeLists.txt permissions substitution.
Don't explicitly return #t from phases.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice 8ff87f24a7
gnu: jo: Update to 1.6.
* gnu/packages/web.scm (jo): Update to 1.6.
2022-05-22 02:00:08 +02:00
Liliana Marie Prikler d37c7f7ad4
gnu: emacs-deferred: Fix wrong number of arguments.
* gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-deferred)[patches]: Use it here.
* gnu/local.mk (dist_patch_DATA): Add it here.
2022-05-27 01:49:52 +02:00
Tobias Geerinckx-Rice 6068b83b82
gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813].
* gnu/packages/xml.scm (java-jdom): Update to 2.0.6.1.
2022-05-22 02:00:44 +02:00
Tobias Geerinckx-Rice 0b535a400f
gnu: jumpapp: Update to 1.2.
* gnu/packages/xdisorg.scm (jumpapp): Update to 1.2.
[arguments]: Don't explicitly return #t from phases.
2022-05-22 02:00:44 +02:00
Tobias Geerinckx-Rice 97e7fbe958
gnu: lxc: Update to 4.0.12.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.12.
2022-05-22 02:00:44 +02:00
Tobias Geerinckx-Rice 03216987c9
gnu: libcbor: Mark up description.
* gnu/packages/compression.scm (libcbor)[description]: Use @acronym{}.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice bdb60a8e79
gnu: libcbor: Update to 0.9.0.
* gnu/packages/compression.scm (libcbor): Update to 0.9.0.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 9744b3b244
gnu: guile-wm: Remove trailing #t from phases.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Don't explicitly
return #t.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 83a760dd58
gnu: guile-wm: Always use the input Guile's effective version.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Replace hard-coded
version number with that of the "guile" input.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice 53762a1bfd
gnu: guile-xcb: Remove input labels.
* gnu/packages/guile-wm.scm (guile-xcb)[inputs]:
Remove input labels.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 00b6a808b7
gnu: guile-xcb: Always use the input Guile's effective version.
* gnu/packages/guile-wm.scm (guile-xcb)[arguments]: Replace hard-coded
version number with that of the "guile" input.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice b4caea953a
gnu: python-aiounittest: Update to 1.4.1.
* gnu/packages/check.scm (python-aiounittest): Update to 1.4.1.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 33da084977
gnu: python-jplephem: Update to 2.17.
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.17.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 0a468697dd
gnu: python-fitsio: Update to 1.1.7.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.7.
[arguments]: Don't explicitly return #t from phases.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 6e184232da
gnu: python-astroquery: Update to 0.4.6.
* gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.6.
2022-05-22 02:00:00 +02:00
Erik Šabič c5d68c6d12
gnu: emacs-list-utils: Update to 0.4.6-1.0dec8c0.
* gnu/packages/emacs-xyz.scm (emacs-list-utils):
Update to 0.4.6-1.0dec8c0.
[arguments]: Remove the upstreamed 'patch-require-cl phase.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 1a6be55701
gnu: jc: Update to 1.19.0.
* gnu/packages/admin.scm (jc): Update to 1.19.0.
[arguments]: Add a new 'hack-time-zone phase.
2022-05-22 02:00:00 +02:00
Ludovic Courtès 4577f3c6b6
services: openssh: Remove authorized_keys.d before copying the new one.
Fixes <https://issues.guix.gnu.org/55661>.

* gnu/services/ssh.scm (openssh-activation): Fix typo in
'delete-file-recursively' call.
2022-05-26 17:00:33 +02:00
Ludovic Courtès 0dc63ce519
services: openssh: Fix computation of the authorized-key directory.
Fixes a bug introduced in 1f29ed4a81,
whereby 'authorized-key-directory' would end up creating empty files for
authorized keys passed as an extension.

See <https://issues.guix.gnu.org/55359>.

* gnu/services/ssh.scm (extend-openssh-authorized-keys): Call
'alist->vhash' on the alist resulting from the 'append' call.
2022-05-26 16:42:06 +02:00
Efraim Flashner 2b8d715da5
gnu: qutebrowser: Find and wrap scripts.
* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-pynacl.
[arguments]: Add custom phase to tell qutebrowser where to find
installed userscripts. Add custom phase to wrap scripts with python
libraries.
2022-05-26 17:30:10 +03:00
Efraim Flashner 7fb0207aa2
gnu: qutebrowser: Install more scripts.
* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Rewrite cutsom
'install-more phase to use included makefile.
2022-05-26 17:30:10 +03:00
Efraim Flashner a8f4023705
gnu: qutebrowser: Update to 2.5.1.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1.
[inputs]: Remove python-cssutils and python-pypeg2.
2022-05-26 17:29:57 +03:00
Marius Bakke dcae16e50b
gnu: ungoogled-chromium: Update to 102.0.5005.61-1.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for M102.
(%chromium-version): Set to 102.0.5005.61.
(%debian-revision): Set to debian/102.0.5005.61.
(%ungoogled-origin): Update hash.
(%debian-origin): New variable.
(debian-patch): Rewrite to take from %DEBIAN-ORIGIN.
(%debian-patches): Add three more patches.
(%ungoogled-chromium-unroll-ffmpeg.patch): New variable.
(ungoogled-chromium-snippet): Apply the above patch.
(ungoogled-chromium)[source]: Update hash.
[arguments]: Disable building Dawn tests; remove obsolete configure flag.
Disable compiler flags that are not supported by Clang 14.
2022-05-26 14:22:18 +02:00
Marius Bakke 5a29cc9ade
gnu: vlc: Update to 3.0.17.3.
* gnu/packages/video.scm (vlc): Update to 3.0.17.3.
2022-05-26 14:22:17 +02:00
Ludovic Courtès 6b819f8285
gnu: guile-emacs: Remove input labels.
* gnu/packages/emacs.scm (guile-emacs)[native-inputs]: Remove labels.
2022-05-26 13:19:42 +02:00
Ludovic Courtès 5645307ffb
gnu: guile-emacs: Use gexps.
This is a followup to 64557bc695.

* gnu/packages/emacs.scm (guile-emacs)[arguments]: Use gexps.
2022-05-26 13:17:41 +02:00
Ludovic Courtès 2262ee2c63
gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets.
Starting from commit b55310603f, a command
like:

  guix build linux-libre -s i586-gnu -n

would crash on a wrong-type-arg error in 'kernel-config' because it was
getting #f as the 'arch' argument.  This commit fixes it.

* gnu/packages/linux.scm (make-linux-libre*)[inputs]: Check whether
'platform-linux-architecture' returns #f, as is the case for example on
i586-gnu, before calling CONFIGURATION-FILE.
2022-05-26 12:22:59 +02:00
Ludovic Courtès d90bd5642a
cuirass: Create just as many threads as needed.
* build-aux/cuirass/evaluate.scm (command-line): Change second argument
to 'n-par-for-each'.
2022-05-26 11:41:05 +02:00
Ludovic Courtès 98a6642298
cuirass: Fork inferior processes before creating threads.
Works around <https://issues.guix.gnu.org/55441#12>.

Start from commit bd86bbd300,
'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'.  As a
result, child process could potentially hang before calling 'execl' due
to undefined behavior when forking a multi-threaded process.

* build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior'
before 'n-par-for-each'.
2022-05-26 11:41:05 +02:00
Ludovic Courtès dcb7ce1eb6
gnu: cuirass: Depend on an older Guix snapshot.
Works around <https://issues.guix.gnu.org/55441#12>.

* gnu/packages/package-management.scm (guix-for-cuirass): New variable.
* gnu/packages/ci.scm (cuirass)[inputs]: Use it.
2022-05-26 11:41:05 +02:00
Ludovic Courtès 4e13ee4b57
guix package: Sort search results by package version.
Fixes <https://issues.guix.gnu.org/55480>.
Reported by Greg Hogan <code@greghogan.com>.

* guix/scripts/package.scm (find-packages-by-description): When PACKAGE1
and PACKAGE2 have the same name, sort by version.
2022-05-26 11:41:05 +02:00
Roman Riabenko 8dc47f9ee4
gnu: robotfindskitten: Fix typo in description.
* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling
of “humorously”.
2022-05-26 09:14:10 +02:00
Oleg Pykhalov 1f29ed4a81
services: ssh: Fix extend-openssh-authorized-keys.
Fixes #55359.

* gnu/services/ssh.scm (extend-openssh-authorized-keys): Use KEYS argument.
2022-05-26 08:22:03 +03:00
Tobias Geerinckx-Rice b015a15c57
gnu: Fix all this damn packages.
* gnu/packages/bioinformatics.scm (r-icellnet)[description]:
Fix ‘this packages’ typo.
* gnu/packages/cran.scm (r-add2ggplot)[description]: Likewise.
* gnu/packages/crates-io.scm (rust-const-oid-0.6, rust-pem-rfc7468-0.2)
(rust-scrypt-0.8)[description]: Likewise.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 7649327da7
doc: Fix typos.
* doc/guix.texi (Guix Services): Fix ‘coresponding’ typo.
(Using cross-compilation): Fix ‘mecanism’ typo.
(Desktop Services): Fix ‘superceeded’ typo.
* doc/contributing.texi (Translating Guix): Fix ‘everytime’ typo.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 61427c1f1d
gnu: texlive-inputenx: Edit description.
* gnu/packages/tex.scm (texlive-inputenx)[descripton]: Edit & fix spelling.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 7a82889156
gnu: chez-scheme-bootstrap-bootfiles: Fix typo in description.
* gnu/packages/chez.scm (chez-scheme-bootstrap-bootfiles)[description]:
Fix ‘upsream’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 48e1f21b3f
gnu: r-lmds: Fix typo in description.
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 47f29069fc
gnu: libobjc2: Fix typo in description.
* gnu/packages/gnustep.scm (libobjc2)[description]:
Fix ‘replacment’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice a504a446f0
gnu: racket-vm-cs: Fix typo in description.
* gnu/packages/racket.scm (racket-vm-cs)[description]:
Fix ‘implemetation’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 69437fa88a
gnu: julia-ellipsisnotation: Fix typo in synopsis.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
Fix ‘elipsis’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 499b57e7eb
gnu: stex-bootstrap: Fix typo in synopsis.
* gnu/packages/chez.scm (stex-bootstrap)[synopsis]: Fix ‘embeded’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice 2baff98ce8
gnu: node-inherits: Fix typo in description.
* gnu/packages/node-xyz.scm (node-inherits)[description]:
Fix ‘constructer’ typo.
2022-05-22 02:00:36 +02:00
Tobias Geerinckx-Rice d62474af1b
gnu: fortune-mod: Update to 3.14.0.
* gnu/packages/games.scm (fortune-mod): Update to 3.14.0.
2022-05-22 02:00:01 +02:00