gnu: virt-manager: Update package style. * gnu/packages/virtualization.scm (virt-manager)[arguments]: Remove trailing #t. Use gexps. [inputs]: Sort alphabetically. [native-inputs]: Remove labels. Change-Id: I6efe95061ff13feb01c45809004884ab0a563d0c
gnu: python-apsw: Update to 3.45.1.0. * gnu/packages/databases.scm (python-apsw): Update to 3.45.1.0. [native-inputs]: Remove python-cython. Change-Id: Ia478f15f4c3daf2f5e05e1f3d94d50a7de40f13c
gnu: sqlite-next: Update to 3.45.1. * gnu/packages/sqlite.scm (sqlite-next): Update to 3.45.1. Change-Id: If7c460e37b6b18768c59bf05472179eb0f7183f0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: mpv-mpris: Switch to gnu-build-system. * gnu/packages/video.scm (mpv-mpris)[build-system]: Use gnu-build-system again. [arguments]<#:phases>: Run tests. [native-inputs]: Add dbus, jq, playerctl, socat, sound-theme-freedesktop, xorg-server-for-tests, xvfb-run. Change-Id: I9de4ade633388ec42ac30019feb133ca98811ad9 Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: age-keygen: Move to (gnu packages golang-crypto). This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which introduces cyclic module dependencies. * gnu/packages/golang.scm (age-keygen): Move to… * gnu/packages/golang-crypto.scm (age-keygen): …here. Change-Id: Id4f526cd07cf74304d481ca0c94b516360c8dc6c
gnu: age: Move to (gnu packages golang-crypto). This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which introduces cyclic module dependencies. * gnu/packages/golang.scm (age): Move to… * gnu/packages/golang-crypto.scm (age): …here. Change-Id: I471ea739315cb052ed61c69ad52906c5c46852f5
gnu: jami: Update to 20240124.3. * gnu/packages/jami.scm (libjami): Update to 20240124.3. (jami): Likewise. Change-Id: Ib0d8d5d566c5633bf2e33b1874ded92f2e451ff5
gnu: dhtnet: Update to 0.0.1-1.41848a2. * gnu/packages/networking.scm (dhtnet): Update to 0.0.1-1.41848a2. [inputs]: Add yaml-cpp. Change-Id: I399260201e09185c33bbd441eb1a877a43e10d9f
gnu: go-honnef-co-go-tools: Update to 0.4.6. * gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6. Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
gnu: golang-check: Sort packages alphabetically. This commit is a housekeeping measure to prepare for natural and structured enlargement. * gnu/packages/golang-check.scm: Improve module commentary introduce sections for libraries and executables and sort packages alphabetically. Change-Id: Ifcac216c1c04e569cfdf2a7d902165a36ed06b32
gnu: go-honnef-co-go-tools: Update homepage. Fixing lint warning by updating home page to actual one found on project's GitHub page: URI <https://honnef.co/go/tools> returned suspiciously small file (333 bytes) * gnu/packages/golang-check.scm (go-honnef-co-go-tools) [home-page]: Update it. Change-Id: I8956b146ff3f826c11b03212c365cf91120380b6
gnu: go-honnef-co-go-tools: Improve synopsis and description. * gnu/packages/golang-check.scm (go-honnef-co-go-tools): Improve synopsis and description. Change-Id: I357626457418f8c6f1b05918226c33f7faa88d49 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-structlayout-pretty. * gnu/packages/golang-check.scm (go-structlayout-pretty): New variable. Change-Id: I622a991b12708ee52eb412a3c6b3fbeeb512843d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-structlayout-optimize. * gnu/packages/golang-check.scm (go-structlayout-optimize): New variable. Change-Id: I7e1ce9acbe3ec09cc8b441de4816b247a2742938 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-structlayout. * gnu/packages/golang-check.scm (go-structlayout): New variable. Change-Id: I7440cdf75238fc73451cefc73b3ce3eb3d4da323 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-staticcheck. * gnu/packages/golang-check.scm (go-staticcheck): New variable. Change-Id: I82ce27df1bdbd79ae4740928e0661b585289d02b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-keyify. * gnu/packages/golang-check.scm (go-keyify): New variable. Change-Id: I99d41a18cb0e00dd35bef9c2c8fce12748f24ad4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Remove go-github-com-kisielk-gotool. * gnu/packages/golang-check.scm (go-github-com-kisielk-gotool): Delete variable. Change-Id: Ic99bba40f4cd66335656f27bf7dd97d1b90bb8f1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: go-torproject-org-pluggable-transports-goptlib: Move to (gnu packages golang-crypto). * gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): Move from here ... gnu/packages/golang-crypto.scm: ... to here. Change-Id: I3bc97e64bd3680405c90eb84c2d7d3c7ff9092e0
gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. * gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib) [arguments] <#:import-path>: Use actual module name from go.mod. (go-github-com-operatorfoundation-shapeshifter-transports) [arguments] <#:phases>: Remove obsolete 'patch phase for goptlib. (go-github-com-operatorfoundation-obfs4) [arguments] <#:phases>: Likewise. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib2e49164e2c750694101b497afe1be67c7fe6302