Commit graph

96079 commits

Author SHA1 Message Date
Efraim Flashner 81803c5eaa
gnu: wget2: Update to 2.0.1.
* gnu/packages/wget.scm (wget2): Update to 2.0.1.
[arguments]: Remove trailing #t from phases.
2022-05-28 22:18:40 +03:00
Efraim Flashner 39227724e8
gnu: mesa: Build with llvm on armhf-linux.
* gnu/packages/gl.scm (mesa)[inputs]: Add llvm for all architectures.
[native-inputs]: Add glslang for all architectures.
[arguments]: Adjust configure-flags to give armhf-linux its own
gallium-drivers and enable llvm support. Rewrite portions that no longer
depend on specific architectures to enable flags. Adjust custom
'disable-failing-test phase to skip a test on armhf-linux.
2022-05-28 22:02:36 +03:00
Efraim Flashner 4a53069b38
gnu: clang-from-llvm: Fix build on some architectures.
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Adjust custom
'symlink-cfi_ignorelist phase to only symlink when the file exists.
2022-05-28 22:02:35 +03:00
Liliana Marie Prikler cc0401a9de
gnu: quodlibet: Fix inputs.
* gnu/packages/music.scm (quodlibet)[inputs]: Add bash-minimal for
‘wrap-program’.  Remove extraneous gtk+.
2022-05-28 17:28:39 +02:00
Remco van 't Veer 092ec158f7
gnu: Add quodlibet.
* gnu/packages/music.scm (quodlibet): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-28 13:02:19 +02:00
Liliana Marie Prikler 2a97acbe3d
gnu: emacs-magit: Use directory excursions rather than wild chdir.
* gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]
<build-info-manual, configure-git>: Don't chdir.
<set-magit-version, patch-exec-paths>: Use full file names.
<enter-lisp-directory>: Drop phase.
<expand-load-path, install>: Wrap in directory excursions.
2022-05-28 08:49:41 +02:00
Zhu Zihao 9368341092
gnu: emacs-magit: Drop the libgit backend.
The libgit backend currently provides next to no features, but
demands extra maintenance overhead.  It is in fact not a usable
backend; thus let's not use it.

* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]
<#:emacs>: Drop argument.
<#:exclude>: Add sources related to emacs-libgit.
[inputs]: Remove emacs-libgit.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-28 08:34:25 +02:00
Zhu Zihao 0bb6504ba6
gnu: emacs-magit: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Use G-expressions.
<#:phases>: Use search-input-file to find perl for ‘patch-exec-paths’.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-28 08:34:25 +02:00
Vagrant Cascadian 83f444de56
gnu: diffoscope: Update to 214.
* gnu/packages/diffoscope.scm (diffoscope): Update to 214.
  [arguments]: Remove 'xb-tool-external-tool phase.
2022-05-27 15:16:16 -07:00
Wamm K. D cfc6bcee4c
gnu: Add python-gatt.
* gnu/packages/python-xyz.scm (python-gatt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-28 00:02:56 +02:00
yarl-baudig@mailoo.org d4158ea63a
substitute: Check for --help or --version options early.
Running `guix archive --authorize` sets /etc/guix/acl to 600
via with-atomic-file-output via mkstemp!.
Then running `guix substitute --help/--version` fails on "permission denied".
While "guix substitute" is an internal tool, the options --help and --version
exist and you should be able to run those from the command line.

* guix/scripts/substitute.scm (guix-substitute): Earlier check for
--help or --version.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:36:36 +02:00
Pradana AUMARS 5bfb7ebe5d
gnu: Add python-srt.
* gnu/packages/python-xyz (python-srt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:34:29 +02:00
Artyom V. Poptsov 6caac30e44
gnu: Add python-wasabi.
* gnu/packages/python-xyz.scm (python-wasabi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:30:00 +02:00
jgart eefff9fb74
gnu: emacs-evil-org: Update to 0d10ff7.
* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:23:45 +02:00
Niklas Eklund 3a5540a12c
gnu: emacs-detached: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.7.
(emacs-dtache): Define as a deprecated alias.

I have both renamed the package dtache -> detached as well as moving the
development from gitlab to sourcehut. This patch reflects those changes, as
well as updating to the latest release of the package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:19:13 +02:00
Artyom V. Poptsov 4f122abfe0
gnu: Add python-catalogue.
* gnu/packages/python-xyz.scm (python-catalogue): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:13:24 +02:00
Benjamin Slade 5ae78c523a
gnu: yad: Update to 12.0.
* gnu/packages/gtk.scm (yad): Update to 12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-27 23:10:03 +02:00
Ludovic Courtès 36fde042af
gnu: python-peachpy: Update to 913d74c.
Fixes <https://issues.guix.gnu.org/55669>.
Reported by Sebastian Gibb <mail@sebastiangibb.de>.

* gnu/packages/python-xyz.scm (python-peachpy): Update to 913d74c.
2022-05-27 23:07:56 +02:00
Leo Famulari 6e9d99f97f
gnu: linux-libre 4.9: Update to 4.9.316.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316.
(linux-libre-4.9-pristine-source): Update hash.
2022-05-27 11:21:19 -04:00
Leo Famulari be03c5e0aa
gnu: linux-libre 4.14: Update to 4.14.281.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.281.
(linux-libre-4.14-pristine-source): Update hash.
2022-05-27 11:21:18 -04:00
Leo Famulari 1244e9facd
gnu: linux-libre 4.19: Update to 4.19.245.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.245.
(linux-libre-4.19-pristine-source): Update hash.
2022-05-27 11:21:18 -04:00
Leo Famulari dcbe1b789b
gnu: linux-libre 5.4: Update to 5.4.196.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.196.
(linux-libre-5.4-pristine-source): Update hash.
2022-05-27 11:21:18 -04:00
Leo Famulari aad9cc6f25
gnu: linux-libre 5.10: Update to 5.10.118.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.118.
(linux-libre-5.10-pristine-source): Update hash.
2022-05-27 11:21:18 -04:00
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