gnu: ansel: Update to 0.0.0-1.b51cfa3.
* gnu/packages/photo.scm (ansel): Update to 0.0.0-1.b51cfa3.
[source]: Omit the redundant .git suffix.
Change-Id: Ied9b4acada8c18543a251dd74eb402d2deffb4c6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: pass-git-helper: Update to 3.3.0.
* gnu/packages/password-utils.scm (pass-git-helper): Update to 3.3.0.
[build-system]: Switch to pyproject-build-system.
[arguments]<#phases>: Don't replace check phase but make a pre-check phase to
just to set HOME.
[native-inputs]: Add python-pytest-cov, python-setuptools, and python-wheel.
Change-Id: I2d06c647b6edd7ec83d611b398ca3faa6a22480c
gnu: perl-pdf-api2: Update to 2.047.
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.047.
Change-Id: Ifb756e19c1525cb7d2609a2680ab4ac59d12f602
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: tomb: Update to 2.11.
* gnu/packages/crypto.scm (tomb): Update to 2.11. Use G-expressions.
[home-page]: Fix URL.
[phases]{check}: Respect #:tests? parameter.
[native-inputs]: Remove sudo; add which. Remove labels.
[inputs]: Add argon2. Remove labels.
Change-Id: I01c24feac7f5b9088469f0f3ac982557293223db
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: emacs-aio: Source from maintained fork.
The upstream emacs-aio repository is unmaintained with numerous open
issues. Notably, native compilation is broken on Emacs 30. Change the
package source to a fork merging several open PRs and fixing native
compilation.
* gnu/packages/emacs-xyz.scm (emacs-aio)[source]: Switch to recent fork.
Change-Id: Idc6a344595690bf7688c7571abd67b1c5a81faa0
gnu: tuxedo-keyboard: Update to 4.14.1.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.14.1.
Change-Id: Ie2da4824051bd7fb14e0a52acf808e9dcecc5e30
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: ugrep: Update to 7.5.0.
* gnu/packages/search.scm (ugrep): Update to 7.5.0.
Change-Id: Id541539e0ebd1885c04ccaa4daa16af6c1e12d51
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: trealla: Update to 2.74.26.
* gnu/packages/prolog.scm (trealla): Update to 2.74.26.
Change-Id: I756865e2d2dbd69d061a2b1fd04a2bd568f6af13
doc: contributing: Fix broken example.
* doc/contributing.texi (Bulk updates): Properly escape special characters.
Change-Id: I9aa4d88f19904056546717cd80ca89ab2f5924fe
doc: Document bulk updates.
* doc/contributing.texi (Bulk updates): New section describing update
technique for collection of packages.
Change-Id: Ic67978a6c8e0140980a0ede968f7e411faf23a1d
Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.74.24.
* gnu/packages/prolog.scm (trealla): Update to 2.74.24.
Change-Id: Ief6ce151d06f64d01f84593451f1d37d22dce34c
gnu: esbuild-node: Deprecate.
* gnu/packages/web.scm (esbuild-node): Define as deprecated in
favor of node-esbuild.
Change-Id: I8dbfad0f9338c94a4402cf4481efb68e663f1bd2
gnu: r-waiter: Replace esbuild-node with node-esbuild.
* gnu/packages/cran.scm (r-waiter):[native-inputs]: Replace esbuild-node with
node-esbuild.
Change-Id: Iaa6248345362f6e3adc3f4f84c8ee231f1de6ab9
gnu: Add node-esbuild.
* gnu/packages/web.scm (node-esbuild): New variable.
Change-Id: I9538646b7ea0fa2b88a1844a09e696676552c06b
gnu: libxcrypt: Fix cross-build for MinGW.
* gnu/packages/crypto.scm (libxcrypt): When building for MinGW, relax gcc's
strictness.
Change-Id: I3e30608d9c218576f0a2e552daf644e17dc5c488
gnu: network-manager: Remove ownership check for plugins.
Fixes <https://issues.guix.gnu.org/78047>.
Fixes a bug on Guix System whereby, when ‘guix-configuration’
has (privileged? #f), NetworkManager would fail to start due to plugins
not being owned by ‘root’.
* gnu/packages/patches/network-manager-plugin-ownership.patch: New file.
* gnu/packages/gnome.scm (network-manager)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Reported-by: Rodion Goritskov <rodion@goritskov.com>
Change-Id: I9fff098788e79d1f00c9605a6067b16078ea0396
gnu: lite-xl: Update to 2.1.8.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.8.
[inputs]: Remove sdl2. Add libdecor, and sdl3.
Change-Id: I5c50898ecbd488572979113ce9b1ee447aa3fca7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add orthanc.
* gnu/packages/medical.scm (orthanc): New variable.
Change-Id: I52e73a1545ddf68ff3ce2b90fcf2da9d492a9fb1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Use license: prefix in (gnu packages medical).
* gnu/packages/medical.scm: Import (guix licenses) with the license:
prefix. Adjust all license fields.
Change-Id: Icebc104412924d5dfbd98ffd2046744c94f644d3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add arccore.
* gnu/packages/maths.scm (arccore): New variable.
Change-Id: I46a68a7230fca44b7680c2426e444d55d960c47f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>