Age | Commit message (Collapse) | Author |
|
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.3.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20230524.
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.14.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/messaging.scm (prosody): Update to 0.12.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust
configure-flags to explicitly link to nss.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/wm.scm (icewm): Update to 3.3.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/web.scm (htmlcxx): add CXXFLAGS to configure-flag. C++17
removed dynamic exception specifications.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/geo.scm (xygrib)[source]: Add upstream patch to build
with newer version of proj.
[inputs]: Replace proj-7 with proj.
* gnu/packages/patches/xygrib-newer-proj.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to also search
for newer openjpeg versions.
|
|
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Adjust the snippet
to remove more pre-generated files.
|
|
Fixes <https://issues.guix.gnu.org/63198>.
Have the CUPS service extend pam-root-service-type providing minimal
configuration to authenticate users. Since PAM authentication is provided,
the regular cups package can be used as default instead of the minimal,
PAM-lacking variant.
* gnu/services/cups.scm (cups-configuration)
[cups]: Replace cups-minimal with cups.
[allow-empty-password?]: PAM service configuration permitting empty passwords.
(opaque-cups-configuration): Likewise.
(cups-pam-service): New procedure.
(cups-service-type): Extend pam-root-service-type with cups-pam-service.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/python-check.scm (python-vulture): New variable.
Signed-off-by: jgart <jgart@dismail.de>
|
|
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).
* gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.8.
(ruby-2.7)[replacement]: Graft.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/algebra.scm (cm): Update to 0.4.2.
|
|
* gnu/packages/python-crypto.scm (python-crcmod): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006.
|
|
* gnu/packages/package-management.scm (nar-herder): Update to 0-19.efaf8fa.
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-83.c79f455.
|
|
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
|
|
* gnu/packages/terminals.scm (alacritty): Update to 0.12.1.
|
|
* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
|
|
* gnu/packages/python-web.scm (python-lazr-restfulclient)
[propagated-inputs]: Add python-pyparsing and python-six.
|
|
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6.
|
|
* gnu/packages/wm.scm (kanshi): Update to 1.3.1.
|
|
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
|
|
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.3.
|
|
This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.
* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
|
|
* gnu/packages/shells.scm (oil): Update to 0.15.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-crypto.scm (python-txtorcon): Update to 23.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-crypto.scm (python-txtorcon): Run guix style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Oops, I forgot to add a copyright line - this version fixes that.
* gnu/packages/python-crypto.scm (python-txtorcon): Fix failing build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/finance.scm (homebank): Update to 5.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/sycl.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Rethrowing with 'throw' doesn't work as intended when the exception
being rethrown is a SRFI-34 exception.
Fixes <https://issues.guix.gnu.org/55820>.
* guix/scripts/substitute.scm (kind-and-args-exception?): New variable.
(call-with-cached-connection): Rewrite using 'guard' instead of 'catch'
and 'raise' instead of 'throw'.
(system-error?): Use 'kind-and-args-exception?' instead of local
definition.
|
|
Fixes <https://issues.guix.gnu.org/63517>.
Reported by Luca Cirrottola <luca.cirrottola@inria.fr>.
* gnu/packages/code.scm (lcov)[arguments]: Rename 'patch-pwd' phase to
'patch-references-to-commands', and patch reference to 'find'.
|
|
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.
|
|
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.32.1.
Co-authored-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/gnome.scm (geary): Update to 43.0.
[arguments]<#:phases>: Drop ‘disable-failing-tests’ and ‘generate-vapis’.
Rename ‘disable-postinstall-script’ to ‘skip-gtk-update-icon-cache’ and adjust
accordingly.
[inputs]: Replace folks-with-libsoup2 with folks.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace webkitgtk-with-libsoup2 with webkitgtk.
[native-inputs]: Replace vala-0.52 with vala.
Add gnutls.
|
|
* gnu/packages/gnome.scm (geary)[native-inputs]: Remove glib, gmime,
and gsettings-desktop-schemas.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/gnome.scm (geary)[arguments]: Convert to list of
G-Expressions.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test.
[native-inputs]: Use vala-0.52 instead of vala.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
Change emacs-keycast to emacs-compat, as I think this was what was intended in
87d5754107e2393cc5d2ab44cd9586b3bf73b011.
Having emacs-keycast being a propagated input of emacs-keycast causes problems
when trying to compute the derivation for the package, as well as all
operations that involve this (guix weather, guix pull package cache, ...).
* gnu/packages/emacs-xyz.scm (emacs-keycast)[propagated-inputs]: Change
emacs-keycast to emacs-compat.
|
|
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.0.
[propagated-inputs]: Add EMACS-COMPAT.
|
|
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.0.
[propagated-inputs]: Add EMACS-COMPAT.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.1.
[propagated-inputs]: Add EMACS-COMPAT.
|