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
gnu: Remove nspr-4.32.
Nothing uses this, so remove it.
* gnu/packages/nss.scm (nspr-4.32): Delete variable.
Change-Id: I05c97fe6fc32d045618334df118a84836c0d0261
gnu: guile-gi: Fix build.
* gnu/packages/patches/guile-gi-fix-marshall-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/guile-xyz.scm (guile-gi)
[source]: Use git-fetch. Use “guile-gi-fix-marshall-tests.patch”.
[#:configure-flags]: Add “--enable-hardening” like upstream.
[#:phases]: Remove ‘remove-dotted-circle-from-combining-character’.
Add ‘disable-failing-tests’.
[inputs]: Remove webkitgtk-for-gtk3. Move gtk+…
[native-inputs]: … here. Add autoconf, automake, texinfo and grilo.
Replace xorg-server with xorg-server-for-tests.
Change-Id: Idbc92cac219947fec268e8afcc9bf6527cc8a217
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: bin-graph: Update to 1.0.2.
* gnu/packages/linux.scm (bin-graph): Update to 1.0.2.
Change-Id: I4023abcd346c165e177521040aec6a1e8cf499d4
gnu: mold: Update to 2.40.4.
* gnu/packages/mold.scm (mold): Update to 2.40.4.
Change-Id: I991cf4ee0172828083ba8df5e53535c0e6684f97
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: compface: Fix build with gcc-14.
* gnu/packages/mail.scm (compface)[arguments]<#:configure-flags>: New field.
<#:phases>: Add new phase 'fix-includes.
Change-Id: I875b8709b0c09aa06f96a9a1db0760773c5dccd2
gnu: ruby-highline: Update to 3.1.2.
* gnu/packages/ruby-xyz.scm (ruby-highline): Update to 3.1.2.
[source]: Switch to the Git repository for testing.
[arguments]: Enable tests and add a setup phase before check.
Change-Id: Iec977dc27156491393c00610c67071e5e4c2396d
Signed-off-by: Andreas Enge <andreas@enge.fr>
etc: teams: Add hpc team.
* etc/teams.scm (hpc): New team.
[Cayetano Santos]: Add to new team.
* CODEOWNERS: Rebuild.
Change-Id: I5b08aed33ea89acaa770dd2ac5dd8b991d43989a
Signed-off-by: Andreas Enge <andreas@enge.fr>
etc: teams: Add ai team.
* etc/teams.scm (ai): New team.
[Cayetano Santos]: Add to new team.
Change-Id: I6be002cf562ceb139d3a6e5d68a989a35d727f06
Signed-off-by: Andreas Enge <andreas@enge.fr>
teams: debian: Add team.
* etc/teams.scm (debian): Add team.
[Vagrant Cascadian]: Add to debian team.
* CODEOWNERS: Rebuild.
Change-Id: Iab42f6d6ba94fece017e137bd6a9ee280a849b19
Signed-off-by: Andreas Enge <andreas@enge.fr>