me
/
guix
Archived
1
0
Fork 0
Commit Graph

103432 Commits (90126f5f56ca2f6b6a7ca50a780c107ecdcad8bb)

Author SHA1 Message Date
Maxim Cournoyer 3bb145b6e2
gnu: python-robotframework-pabot: Update to 2.7.0.
* gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 2.7.0.
2022-10-18 13:01:49 -04:00
Maxim Cournoyer e2c55a679d
gnu: python-robotframework-datadriver: Update to 1.6.1.
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.6.1.
2022-10-18 13:01:49 -04:00
Maxim Cournoyer 190be4921c
gnu: python-robotframework: Update to 5.0.1.
* gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0.1.
[phases] {delete-problematic-tests}: Re-instate the sending_signal.robot
tests, fixed upstream.
[native-inputs]: Replace python-jsonschema with python-jsonschema-next.
2022-10-18 13:01:49 -04:00
Tobias Geerinckx-Rice 033cbd11a8
gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515].
* gnu/packages/gnupg.scm (libksba/fixed): New variable.
(libksba): Use it as grafted replacement.
2022-10-16 02:00:00 +02:00
Nicolas Goaziou 7fdbd37e12
gnu: notmuch: Update to 0.37.
* gnu/packages/mail.scm (notmuch): Update to 0.37.
2022-10-18 18:40:01 +02:00
Nicolas Goaziou c9eac0c355
gnu: emacs-org-modern: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.5.
2022-10-18 18:32:16 +02:00
Nicolas Goaziou 2589997fab
gnu: xournalpp: Update to 1.1.2.
* gnu/packages/pdf.scm (xournalpp): Update to 1.1.2.
2022-10-18 18:22:19 +02:00
Nicolas Goaziou e39b4902a0
gnu: scummvm: Use G-expressions.
* gnu/packages/emulators.scm (scummvm)[arguments]: Use G-expressions.
2022-10-18 18:22:19 +02:00
Nicolas Goaziou e598e2a57b
gnu: scummvm: Update to 2.6.1.
* gnu/packages/emulators.scm (scummvm): Update to 2.6.1.
2022-10-18 18:22:19 +02:00
florhizome 72a41c4012
gnu: Add nbfc-linux.
* gnu/packages/linux.scm (nbfc-linux): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-18 14:55:29 +02:00
Felix Lechner b8dd3e59ce
gnu: wolfssl: Update to 5.5.1 [security fixes].
* gnu/packages/tls.scm (wolfssl): Update to 5.5.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-18 14:43:08 +02:00
jgart 70cac2829f
gnu: Add python-simple-pid.
* gnu/packages/python-science.scm (python-simple-pid): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-18 14:41:10 +02:00
Ludovic Courtès 7460b06a2d
doc: Mention Guile-GnuTLS in the requirements.
* doc/guix.texi (Requirements): Update.
2022-10-18 14:27:01 +02:00
Ludovic Courtès c340c24a8d
gnu: hpcguix-web: Remove input labels.
* gnu/packages/web.scm (hpcguix-web)[native-inputs, inputs]: Remove labels.
2022-10-18 14:27:01 +02:00
Ludovic Courtès 6476f33f31
self: Switch to Guile-GnuTLS.
* guix/self.scm (specification->package, compiled-guix): Replace
"gnutls" with "guile-gnutls".
2022-10-18 14:27:01 +02:00
Ludovic Courtès 7c60e8f808
gnu: guix: Switch to Guile-GnuTLS.
This is a followup to a1cd93083b.

* gnu/packages/package-management.scm (guix)[arguments]: Refer to
"guile-gnutls" instead of "gnutls".
[native-inputs, propagated-inputs]: Replace 'gnutls' with 'guile-gnutls'.
[inputs]: Add 'zlib'.
(guix-daemon): Replace 'gnutls' with 'guile-gnutls'.
(guix-build-coordinator)[arguments, propagated-inputs, native-inputs]:
Replace 'gnutls' with 'guile-gnutls'.
(guix-build-coordinator/agent-only): Likewise.
(nar-herder): Likewise.
2022-10-18 14:27:01 +02:00
Ludovic Courtès 69ed946bbc
gnu: gnutls-latest: Remove dependency on Guile.
* gnu/packages/tls.scm (gnutls-latest)[inputs]: Remove 'guile' and add
'libunistring'.
[native-inputs]: Remove 'guile'.
2022-10-18 14:27:01 +02:00
Ludovic Courtès d5f07aa832
gnu: guile-gnutls: Fix cross-crompilation.
* gnu/packages/tls.scm (guile-gnutls)[source]: Add "gnutls-cross.patch".
[native-inputs]: Add 'gnutls'.
[inputs]: Add 'guile-3.0'.
2022-10-18 14:26:46 +02:00
Christopher Baines 0289312bc9
gnu: guix-build-coordinator: Update to 0-65.26fe4a7.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-65.26fe4a7.
2022-10-18 11:05:23 +01:00
EuAndreh b857d239e7
gnu: Add perl-critic.
* gnu/packages/perl.scm (perl-critic): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:49 +01:00
EuAndreh dfbeb5d1ce
gnu: Add perl-ppix-utilities.
* gnu/packages/perl.scm (perl-ppix-utilities): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh d45c5a47ba
gnu: Add perl-ppix-quotelike.
* gnu/packages/perl.scm (perl-ppix-quotelike): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh 4acc8a9019
gnu: Add perl-ppix-regexp.
* gnu/packages/perl.scm (perl-ppix-regexp): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh 2a531bfb34
gnu: Add perl-string-format.
* gnu/packages/perl.scm (perl-string-format): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh b91a5667c6
gnu: Add perl-readonly-xs.
* gnu/packages/perl.scm (perl-readonly-xs): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh 885944bc10
gnu: Add perl-pod-spell.
* gnu/packages/perl.scm (perl-pod-spell): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:48 +01:00
EuAndreh 5f30ce0314
gnu: Add perl-config-tiny.
* gnu/packages/perl.scm (perl-config-tiny): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:58:47 +01:00
EuAndreh 5595aa9a75
gnu: Add perl-regexp-grammars.
* gnu/packages/perl.scm (perl-regexp-grammars): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:56:49 +01:00
EuAndreh 6d32d835aa
gnu: Add perl-commonmark.
* gnu/packages/markup.scm (perl-commonmark): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:56:30 +01:00
ROCKTAKEY c844489350
gnu: Add skk-jisyo.
* gnu/packages/dictionaries.scm (skk-jisyo): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:52:25 +01:00
EuAndreh via Guix-patches via dbdc8f64e7
services: nginx: Improve reload action documentation.
* gnu/services/web.scm (nginx-shepherd-service): Be explicit about the
reload action not changing the configuration file, but instead
respawning worker processes.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:48:32 +01:00
EuAndreh via Guix-patches via 117b0a65c8
services: nginx: Use nginx-action over inline gexp.
* gnu/services/web.scm (nginx-shepherd-service): Use the simpler
"nginx-action" helper, for the same reload side-effect.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:48:14 +01:00
Sughosha 3c7d4fdc30
gnu: textpieces: Reorder dependencies and fix description.
* gnu/packages/textpieces.scm (textpieces)[description]: Add missing "is a".
[inputs, native-inputs]: Reorder.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18 10:45:58 +01:00
Efraim Flashner 054ddcbbc6
gnu: ncdu-2: Update to 2.2.
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.
2022-10-18 09:22:39 +03:00
Efraim Flashner b41ff1a00d
gnu: gcc-2.95: Add initial work toward building for arm.
* gnu/packages/gcc.scm (gcc-2.95)[source]: Adjust source to use newer
macros from more recent versions of GCC.
2022-10-18 08:41:48 +03:00
Efraim Flashner 96f8945425
gnu: gcc-2.95: Add substitution for the Hurd's linker.
* gnu/packages/gcc.scm (gcc-2.95)[arguments]: Adjust custom
'set-dynamic-linker-file-name phase to also substitute the Hurd's
linker.
2022-10-18 08:41:44 +03:00
Leo Famulari d85c254319
gnu: nginx: Support SSL / TLS for stream proxies.
* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
to #:configure-flags.
2022-10-17 17:23:20 -04:00
Leo Famulari e9dcd4a3e4
gnu: linux-libre 5.4: Update to 5.4.218.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.218.
(linux-libre-5.4-pristine-source): Update hash.
2022-10-17 17:23:20 -04:00
Leo Famulari 9803ac71bd
gnu: linux-libre 5.10: Update to 5.10.148.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.148.
(linux-libre-5.10-pristine-source): Update hash.
2022-10-17 17:23:20 -04:00
Leo Famulari 73e3e1c08a
gnu: linux-libre 5.15: Update to 5.15.74.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.74.
(linux-libre-5.15-pristine-source): Update hash.
2022-10-17 17:23:19 -04:00
Leo Famulari 92a71b46d8
gnu: linux-libre 5.19: Update to 5.19.16.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.16.
(linux-libre-5.19-pristine-source): Update hash.
2022-10-17 17:23:19 -04:00
Ludovic Courtès 2383e14518
lint: source: Add check for <svn-reference> over HTTP(S).
* guix/lint.scm (svn-reference-uri-with-userinfo): New procedure.
(check-source): Add 'svn-reference?' clause.
* tests/lint.scm ("source: svn-reference, HTTP 200")
("source: svn-reference, HTTP 404"): New tests.
2022-10-17 23:15:08 +02:00
Ludovic Courtès ec73570be5
lint: 'probe-uri' honors the 'userinfo' part of URIs.
* guix/lint.scm (probe-uri): Honor the 'userinfo' part of URI.
2022-10-17 23:15:08 +02:00
Ludovic Courtès 257917d08b
svn-download: Add missing exports.
* guix/svn-download.scm: Export more <svn-reference> and
<svn-multi-reference> accessors.
2022-10-17 23:15:08 +02:00
Ludovic Courtès dada5e86ed
build-system/qt: Disable grafts.
Fixes <https://issues.guix.gnu.org/58567>.
Reported by Marius Bakke <marius@gnu.org>.

This is a followup to df46bef48e.

* guix/build-system/qt.scm (qt-build, qt-cross-build): Pass #:graft? #f
to 'gexp->derivation'.
2022-10-17 23:15:07 +02:00
Ludovic Courtès a1cd93083b
gnu: Add Guile-GnuTLS.
* gnu/packages/tls.scm (guile-gnutls): New variable.
2022-10-17 23:15:07 +02:00
Ludovic Courtès 30ac571eac
svn-download: Pass multi-fetch parameters through environment variables.
* guix/svn-download.scm (svn-multi-fetch)[build]: Check for environment
variables instead of splicing REF fields.
Pass #:script-name and #:env-vars to 'gexp->derivation'.
2022-10-17 23:15:07 +02:00
Ludovic Courtès 8599fccef8
svn-download: Pass parameters through environment variables.
This ensures a single "svn-download" script is created in the store for
all the origins that use 'svn-fetch'.

* guix/svn-download.scm (svn-fetch)[build]: Check for environment
variables instead of splicing REF fields.
Pass #:script-name and #:env-vars to 'gexp->derivation'.
2022-10-17 23:15:07 +02:00
Nicolas Goaziou ec7ba6ae53
gnu: emacs-ob-sclang: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-ob-sclang)[source]<origin>: Use new
upstream repository.
[home-page]: Set to new upstream repository.

The package is no longer extracted from Org Contrib.
2022-10-17 20:02:39 +02:00
Nicolas Goaziou 81228a1f50
gnu: emacs-hierarchy: Remove variable.
* gnu/packages/emacs-xyz.scm (emacs-hierarchy): Remove variable.

Library was integrated into Emacs 28.1 and is developed there from now on.
See <https://github.com/DamienCassou/hierarchy>.
2022-10-17 19:52:13 +02:00