gnu: mes: Update to 0.27.1; fixes build with gcc-14.
* gnu/packages/mes.scm (mes): Update to 0.27.1.
Change-Id: Ic77caa0e8ca9cd6b8f97a711c7cff147a68d26c4
gnu: komikku: Fix typo in patch.
This is a follow-up to d3f91786b9fbba9b85ee2ba4aa0efe747ed3d50e, which
introduced a patch to restore backwards compatibility with Python 3.11.
* gnu/packages/patches/komikku-python-3.11-compat.patch: Add missing '{' in
replacement.
gnu: trealla: Update to 2.82.14.
* gnu/packages/prolog.scm (trealla): Update to 2.82.14.
Change-Id: I2bb8d5f7580935a3f3b960b7e5631456177307bc
gnu: nss-rapid: Fix source build.
This is a follow-up to 4918534be1ffc1896a59e2fb69a9eaaa3140a0b8.
* gnu/packages/nss.scm (nss-rapid) [source] <patches>: Correct argument order
for ‘string-suffix?’.
Change-Id: I2c0a79893846faf68d8348e9eb70fd981a3547e6
gnu: ruby-markaby: Update to 0.9.4.
* gnu/packages/ruby-xyz.scm (ruby-markaby): Update to 0.9.4.
Change-Id: If4998a8548bbd8b57b6a178deee799f2a690c154
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: python-xmlsec: Fix build with newer xmlsec.
* gnu/packages/python-xyz.scm (python-xmlsec)[arguments]<#:phases>
{pre-check}: Adapt file name.
Change-Id: Ia2af7561ace7828e959969cdf7586175f6e711ee
gnu: xmlsec: Update to 1.3.7.
* gnu/packages/xml.scm (xmlsec): Update to 1.3.7.
Fixes: guix/guix#2060
Change-Id: I16e25e6037734718a20041ec05ee195faa52de0d
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: zynaddsubfx: Fix build with gcc-14.
* gnu/packages/patches/zynaddsubfx-3.0.6-include-cstdint.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
* gnu/packages/music.scm (zynaddsubfx)[source]: Add it.
[home-page]: Update URL.
Change-Id: I7a90ee849da029bc159dbbaad1d8aae89f503fbe
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: icewm: Update to 3.8.2.
* gnu/packages/wm.scm (icewm): Update to 3.8.2.
Change-Id: I0507efcfe94039cdb63342ce7ca5236868596b2e
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: qgit: Update to 2.12.
* gnu/packages/version-control.scm (qgit): Update to 2.12.
[arguments]<#:qtbase>: Use qtbase.
[inputs]: Add qt5compat and qtwayland.
* gnu/packages/patches/qgit-2.12-fix-search-style.patch: New file.
* gnu/local.mk: Register it.
Change-Id: I13d8961005ad5ccd79a9df96e3c48347e11f5605
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: libesmtp: Update to 1.1.0-0.335ee8d.
This also fixes the build.
* gnu/packages/mail.scm (libesmtp): Update to 1.1.0-0.335ee8d.
[source]: Change to git-fetch.
[home-page]: Change to new github.io website.
Change-Id: I601e326ae122bd5ffbb152d9eccf1cd336e3fd29
Signed-off-by: Andreas Enge <andreas@enge.fr>
etc: teams: Order alphabetically.
This is a follow-up to commit e8cc7e3c1688b11db9f666b350c63e2c1f763a19
* etc/teams.scm (ai): Move the variable up.
* CODEOWNERS: Regenerate.
Change-Id: I4cc4fcf228783392bdf8dfbe2374c19aa5a9e30d
gnu: Add koi.
* gnu/packages/kde-plasma.scm (koi): New variable.
Change-Id: Ie16d4508f73bdfe0ee88bd39b264d19381237083
gnu: nss: Add static output.
* gnu/packages/nss.scm (nss) [outputs]: Add static output.
[#:phases] {move-static-archives}: New phase.
Change-Id: I2665debbec31d5906d1093fa2aa6ac6b4b4cacb2
gnu: nss: Use gexp variables in install phase.
* gnu/packages/nss.scm (nss) [#:phases]: Use gexp variables in install phase.
Change-Id: I16d9d31669d30ae0a9171f677525470152bab07d
gnu: nss-certs: Relocate to (gnu packages nss).
This is made so that the source can be shared without introducing module
circular dependencies.
* gnu/packages/certs.scm (nss-certs)
(nss-certs-for-test): Move to...
* gnu/packages/nss.scm: ... here.
Adjust the module imports via:
git grep -l '(gnu packages certs)' |
xargs sed 's/(gnu packages certs)/(gnu packages nss)/' -i
Change-Id: I56d7bc52ddcdffbced8a162e8db8ea5071b0cb0f
gnu: nss: Update to 3.101.4.
* gnu/packages/nss.scm (nss): Update to 3.101.4.
Change-Id: I2a0d98f045034f66e0fea687696c77c64f4c853a
gnu: nss: Store the package release date in an environment variable.
* gnu/packages/nss.scm (nss): Store the package release date in an environment
variable.
Change-Id: Ic3708c0a32e2fc15b0400e42611735f33839b78b
gnu: Remove nspr-4.36.
* gnu/packages/librewolf.scm (nspr-4.36): Delete variable.
(librewolf) [inputs]: Replace nspr-4.36 with nspr.
* gnu/packages/nss.scm (nss-rapid) [propagated-inputs]: Delete field,
inheriting parent one as-is.
Change-Id: I78c664498b07bff59e81fdbc417ebde8aafb3f68
gnu: nspr: Update to 4.36.
* gnu/packages/nss.scm (nspr): Update to 4.36.
Change-Id: Iac06cba18730773438f9de4e00376c0213bf4c15