summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-18gnu: hpcguix-web: Remove input labels.Ludovic Courtès
* gnu/packages/web.scm (hpcguix-web)[native-inputs, inputs]: Remove labels.
2022-10-18self: Switch to Guile-GnuTLS.Ludovic Courtès
* guix/self.scm (specification->package, compiled-guix): Replace "gnutls" with "guile-gnutls".
2022-10-18gnu: guix: Switch to Guile-GnuTLS.Ludovic Courtès
This is a followup to a1cd93083bbf7b8af2bc463d7a9b4352aebe6eb6. * 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-18gnu: gnutls-latest: Remove dependency on Guile.Ludovic Courtès
* gnu/packages/tls.scm (gnutls-latest)[inputs]: Remove 'guile' and add 'libunistring'. [native-inputs]: Remove 'guile'.
2022-10-18gnu: guile-gnutls: Fix cross-crompilation.Ludovic Courtès
* gnu/packages/tls.scm (guile-gnutls)[source]: Add "gnutls-cross.patch". [native-inputs]: Add 'gnutls'. [inputs]: Add 'guile-3.0'.
2022-10-18gnu: guix-build-coordinator: Update to 0-65.26fe4a7.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-65.26fe4a7.
2022-10-18gnu: Add perl-critic.EuAndreh
* gnu/packages/perl.scm (perl-critic): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-ppix-utilities.EuAndreh
* gnu/packages/perl.scm (perl-ppix-utilities): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-ppix-quotelike.EuAndreh
* gnu/packages/perl.scm (perl-ppix-quotelike): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-ppix-regexp.EuAndreh
* gnu/packages/perl.scm (perl-ppix-regexp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-string-format.EuAndreh
* gnu/packages/perl.scm (perl-string-format): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-readonly-xs.EuAndreh
* gnu/packages/perl.scm (perl-readonly-xs): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-pod-spell.EuAndreh
* gnu/packages/perl.scm (perl-pod-spell): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-config-tiny.EuAndreh
* gnu/packages/perl.scm (perl-config-tiny): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-regexp-grammars.EuAndreh
* gnu/packages/perl.scm (perl-regexp-grammars): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add perl-commonmark.EuAndreh
* gnu/packages/markup.scm (perl-commonmark): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: Add skk-jisyo.ROCKTAKEY
* gnu/packages/dictionaries.scm (skk-jisyo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18services: nginx: Improve reload action documentation.EuAndreh via Guix-patches via
* 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-18services: nginx: Use nginx-action over inline gexp.EuAndreh via Guix-patches via
* 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-18gnu: textpieces: Reorder dependencies and fix description.Sughosha
* gnu/packages/textpieces.scm (textpieces)[description]: Add missing "is a". [inputs, native-inputs]: Reorder. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-18gnu: ncdu-2: Update to 2.2.Efraim Flashner
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.
2022-10-18gnu: gcc-2.95: Add initial work toward building for arm.Efraim Flashner
* gnu/packages/gcc.scm (gcc-2.95)[source]: Adjust source to use newer macros from more recent versions of GCC.
2022-10-18gnu: gcc-2.95: Add substitution for the Hurd's linker.Efraim Flashner
* 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-17gnu: nginx: Support SSL / TLS for stream proxies.Leo Famulari
* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module" to #:configure-flags.
2022-10-17gnu: linux-libre 5.4: Update to 5.4.218.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.218. (linux-libre-5.4-pristine-source): Update hash.
2022-10-17gnu: linux-libre 5.10: Update to 5.10.148.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.148. (linux-libre-5.10-pristine-source): Update hash.
2022-10-17gnu: linux-libre 5.15: Update to 5.15.74.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.74. (linux-libre-5.15-pristine-source): Update hash.
2022-10-17gnu: linux-libre 5.19: Update to 5.19.16.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.16. (linux-libre-5.19-pristine-source): Update hash.
2022-10-17lint: source: Add check for <svn-reference> over HTTP(S).Ludovic Courtè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-17lint: 'probe-uri' honors the 'userinfo' part of URIs.Ludovic Courtès
* guix/lint.scm (probe-uri): Honor the 'userinfo' part of URI.
2022-10-17svn-download: Add missing exports.Ludovic Courtès
* guix/svn-download.scm: Export more <svn-reference> and <svn-multi-reference> accessors.
2022-10-17build-system/qt: Disable grafts.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58567>. Reported by Marius Bakke <marius@gnu.org>. This is a followup to df46bef48eaa43c502fa9193371692c039b460c1. * guix/build-system/qt.scm (qt-build, qt-cross-build): Pass #:graft? #f to 'gexp->derivation'.
2022-10-17gnu: Add Guile-GnuTLS.Ludovic Courtès
* gnu/packages/tls.scm (guile-gnutls): New variable.
2022-10-17svn-download: Pass multi-fetch parameters through environment variables.Ludovic Courtès
* 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-17svn-download: Pass parameters through environment variables.Ludovic Courtès
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-17gnu: emacs-ob-sclang: Fix build.Nicolas Goaziou
* 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-17gnu: emacs-hierarchy: Remove variable.Nicolas Goaziou
* 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-17gnu: emacs-md4rd: Remove emacs-hierarchy input.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-md4rd)[propagated-inputs]: Remove EMACS-HIERARCHY. Re-order files alphabetically.
2022-10-17gnu: emacs-vertico: Update to 0.28.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.28.
2022-10-17gnu: emacs-focus: Update to 1.0.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-focus): Update to 1.0.1.
2022-10-17gnu: emacs-corfu: Update to 0.28.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.28.
2022-10-17gnu: emacs-buttercup: Update to 1.27.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.27.
2022-10-17gnu: git-annex: Update to 10.20221003.Efraim Flashner
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221003.
2022-10-17gnu: dezyne: Update to 2.16.2.Jan (janneke) Nieuwenhuizen
* gnu/packages/dezyne.scm (dezyne): Update to 2.16.2.
2022-10-17gnu: emacs-eglot: Update source hash.Marius Bakke
Upstream moved the 1.9 tag to a newer commit that updates the version comment in the source code: https://github.com/joaotavora/eglot/releases/tag/1.9 The 1.9 update in Guix was done one day prior to the current tag. * gnu/packages/emacs-xyz.scm (emacs-eglot)[source](sha256): Update.
2022-10-17gnu: poppler-next: Don't use 'package/inherit'.Marius Bakke
* gnu/packages/pdf.scm (poppler-next): Use object inheritance instead of PACKAGE/INHERIT because it is a different version, so replacement of the original should not be inherited.
2022-10-17gnu: abseil-cpp: Don't use 'package/inherit'.Marius Bakke
* gnu/packages/cpp.scm (abseil-cpp): Use object inheritance instead of PACKAGE/INHERIT because the inherited package has a different source, thus replacements should not be inherited.
2022-10-17installer: Factorize url-alive? in internet check.Andrew Tropin
* gnu/installer/newt/network.scm (wait-service-online): Factorize url-alive? in internet check.
2022-10-17home: dbus: Inherit environment variables from shepherd.Andrew Tropin
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Inherit environment variables from shepherd.
2022-10-17home: dbus: Remove unecessary list call.Andrew Tropin
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Remove unecessary list call.