summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2026-03-18gnu: Remove module inclusion.Andreas Enge
This is a follow-up to commit e76d4cbb5b1f82be68bfe674ac37733eea56b8a2 . * gnu/packages/mail.scm: Do not include removed (gnu packages mercury). Change-Id: I3ddd47a9c71a58bc88315659f3f730b0a9ff3ba7
2026-03-18gnu: groovy: Compile to 1.8 bytecode.Constantin Tarasov
This fixes system requirements of the packaged Groovy, so that they match upstream ones. It allows using Groovy compiler and libraries from applications or libraries targetting JDK 8. * gnu/packages/groovy.scm (groovy-bootstrap, groovy-subproject) (groovy-console): Compile to 1.8 bytecode. Change-Id: I9d8dd393d8323660ca2af033504c997bca6e3cf9
2026-03-18gnu: josm: Update to 19539.Julien Lepiller
* gnu/packages/geo.scm (josm): Update to 19539. Change-Id: Idd5cdd76962d4377351915cf09b2cd6fab86b347 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-03-18gnu: java-commons-lang3: Fix dependencies.Julien Lepiller
Although it doesn't fail to build, the new version of lang3 requires a new parent pom version. * gnu/packages/java.scm (java-commons-lang3)[propagated-inputs]: Use apache-commons-parent-pom-92. Change-Id: I7b003606e5403bef6e1e52c9f3e6bd1e22602e6a Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-03-18gnu: Add apache-commons-parent-pom-92.Julien Lepiller
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-92): New variable. Change-Id: I9f2a122dc8a545f3e8f2ff75d1c7210d4da7e5b7 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-03-18gnu: java-commons-compress: Update to 1.28.0.Julien Lepiller
Keep the old version for java-plexus-archiver. * gnu/packages/java.scm (java-commons-compress): Update to 1.28.0. (java-commons-compress-1.21): New variable. Change-Id: I60173f3584506e699666e51032ab38f7f6189b13 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-03-18gnu: Add apache-commons-parent-pom-85.Julien Lepiller
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-85): New variable. Change-Id: I911c7dbb1a55921ed4ef75966b177db51abd304e Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-03-18gnu: Add apache-parent-pom-35.Julien Lepiller
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-35): New variable. Change-Id: Iae0e444a905a338d08d4a118d8298852b4f3e9b3
2026-03-18gnu: java-zstd: Update to 1.5.7-7.Julien Lepiller
* gnu/packages/java-compression.scm (java-zstd): Update to 1.5.7-7. Change-Id: I0764d3ea56266959592ade57c07f0ab6a62734fa
2026-03-18gnu: Remove fc-host-tools.Andreas Enge
* gnu/packages/embedded.scm (fc-host-tools): Delete variable. Fixes: guix/guix#6545 Change-Id: Ie0400ab0a33b0f92a37e20e6de68276fa9c9eda7
2026-03-18gnu: Remove raspi-arm64-chainloader.Andreas Enge
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): Delete variable. Change-Id: Ib5a97071c544df861952f7a0db2c5eb5638dc4a0
2026-03-18gnu: Remove fastx-toolkit.Andreas Enge
* gnu/packages/bioinformatics.scm (fastx-toolkit): Delete variable. Change-Id: Ie710da17d23a04cfaafc1de28b2dc6aae23ccfd4
2026-03-18gnu: Remove sfizz.Andreas Enge
* gnu/packages/music.scm (sfizz): Delete variable. Fixes: guix/guix#6532 Change-Id: I8606e124fe6e186c7a3a86837fa89d579fdbb017
2026-03-18gnu: Remove interrobang.Andreas Enge
* gnu/packages/admin.scm (interrobang): Delete variable. Fixes: guix/guix#6528 Change-Id: Ie9b736c277265a344f460ff36af8f477f2f051a8
2026-03-18gnu: Remove (gnu packages mercury).Andreas Enge
* gnu/packages/mercury.scm: Remove file. * gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister file. Fixes: guix/guix#6527 Change-Id: If5abf7b6574be1e4f56b2c0099d3f1c29816658c
2026-03-18gnu: Remove mercury-minimal.Andreas Enge
* gnu/packages/mercury.scm (mercury-minimal): Delete variable. Change-Id: Ibf0a0e4347bff17e5b1a141513b6f544549fa229
2026-03-18gnu: Remove mercury.Andreas Enge
* gnu/packages/mercury.scm (mercury): Delete variable. Change-Id: I919ab8f24ca5223697e9f0facf854e8f7b26780f
2026-03-18gnu: Remove bower.Andreas Enge
* gnu/packages/mail.scm (bower): Delete variable. Change-Id: Ibc38adc9f4cd159c3ba4908fe1c93de126bdb625
2026-03-18gnu: deacon: Update to 0.15.0.Spencer King
* gnu/packages/bioinformatics.scm (deacon): Update to 0.15.0. * gnu/packages/rust-crates.scm (lookup-cargo-inputs): Update entry for deacon. Change-Id: I6f1a8812d251228e50eabd9f0105c40ed4261a80 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2026-03-18gnu: go-sixel: Fix build.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-sixel)[native-inputs]: Append [native-inputs] of go-github-com-mattn-go-sixel. Change-Id: If7b9ba77937786399f02810d6e700c20baf70e74
2026-03-18gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Move to ↵Sharlatan Hellseher
golang-build. * gnu/packages/golang-xyz.scm (go-github-com-matttproud-golang-protobuf-extensions-v2): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I75a43cdc2a357f8dabc41831074c0138ea944f7e
2026-03-18gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix tests.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-matttproud-golang-protobuf-extensions-v2): [native-inputs]: Add go-github-com-google-go-cmp. Change-Id: If928bf66e021f6a1f6f277673bed189d656f9bf0
2026-03-18gnu: Add go-cloud-google-com-go-storage.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-cloud-google-com-go-storage): New variable. Change-Id: I2c7620264f12e08ae41fcff10f13640548a5d4de
2026-03-18gnu: Add go-google-golang-org-genproto.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-google-golang-org-genproto): New variable. Change-Id: I2004e6013bcfe4c04fe7bd04b3e0dc960afa66fb
2026-03-18gnu: Add go-cloud-google-com-go.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-cloud-google-com-go): New variable. Change-Id: Ia57d9e2f648766928688690233b4105e0e974290
2026-03-18gnu: Add go-github-com-google-martian-v3.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-google-martian-v3): New variable. Change-Id: I44fcd00b93fcab0a37de5dee28ca2ba2d2cc3169
2026-03-18gnu: go-github-com-gorilla-csrf: Build with default go, remove vendor.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-gorilla-csrf)[source] <snippet>: Remove "vendor" directory. [arguments] <go>: Use default for build (go-1.24). <test-flags>: Skip one test. Change-Id: I16d23740c8cb1ec9e6e13c0e384053d48b306c82
2026-03-18gnu: go-github-com-quic-go-quic-go: Skip one test.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go)[arguments] <test-flags>: Skip one more test. Change-Id: I8f242ff65ba46dd579b79ceacdb27b99c857be4a
2026-03-18gnu: Add go-k8s-io-kms.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-k8s-io-kms): New variable. Change-Id: I97e2c409ec852cd4bd9c3a76fa564fefb84465af
2026-03-18gnu: Add go-gomodules-xyz-jsonpatch-v2.Danny Milosavljevic
* gnu/packages/golang-web.scm (go-gomodules-xyz-jsonpatch-v2): New variable. Change-Id: I67ea9d36c0f273e8d700666f6b47bdeb98049b85 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-18gnu: Add go-github-com-tiendc-go-deepcopy.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-tiendc-go-deepcopy): New variable. Change-Id: I6bdcbac5b8e5d492cf449a37066aa32c419ad841
2026-03-18gnu: Add go-github-com-xiang90-probing.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-xiang90-probing): New variable. Change-Id: I43aaedbeefaa7d5fd4cca947fb6c205b34fc82dc
2026-03-18gnu: Add go-github-com-tmc-grpc-websocket-proxy.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-tmc-grpc-websocket-proxy): New variable. Change-Id: I6a075c4fd3bca1e2404ec55c8f93504be58a464d
2026-03-18gnu: Add go-github-com-brianvoe-gofakeit.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-brianvoe-gofakeit-v6) (go-github-com-brianvoe-gofakeit-v7): New variable. Change-Id: I62f98edcefd4ca89200d189c8319c550c77ba076
2026-03-18gnu: Add go-github-com-soheilhy-cmux.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-soheilhy-cmux): New variable. Change-Id: I7699121cb7be40231f17793763c380ee214d5c89
2026-03-18gnu: Add go-github-com-melbahja-goph.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-melbahja-goph): New variable. Change-Id: I719c8ea073def5ee0918804925cd298b8780ca05
2026-03-18gnu: go-github-com-pkg-sftp: Move to golang-crypto.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-pkg-sftp): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I0db23217eb6013898aaded60c7cb169ef1c7de9f
2026-03-18gnu: go-jqp: Update to 0.8.0.Sharlatan Hellseher
* gnu/packages/web.scm (go-jqp): Update to 0.8.0. [inputs]: Remove go-github-com-spf13-viper, go-github-com-spf13-cobra, go-github-com-muesli-termenv, go-github-com-itchyny-gojq, go-github-com-itchyny-timefmt-go, go-github-com-charmbracelet-lipgloss, go-github-com-charmbracelet-bubbletea, go-github-com-charmbracelet-bubbles, go-github-com-atotto-clipboard, and go-github-com-alecthomas-chroma-v2. [native-inputs]: Add go-github-com-alecthomas-chroma-v2, go-github-com-atotto-clipboard, go-github-com-charmbracelet-bubbles, go-github-com-charmbracelet-bubbletea, go-github-com-charmbracelet-lipgloss, go-github-com-itchyny-gojq, go-github-com-muesli-termenv, go-github-com-spf13-cobra, and go-github-com-spf13-viper. Change-Id: I11fd32b7875fa1f39ebfc757fc6c70198c81b421
2026-03-18gnu: go-github-com-itchyny-gojq: Update to 0.12.18.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-itchyny-gojq): Update to 0.12.18. [inputs]: Remove go-github-com-google-go-cmp, go-github-com-itchyny-timefmt-go, go-github-com-mattn-go-isatty, go-github-com-mattn-go-runewidth, and go-gopkg-in-yaml-v3. [propagated-inputs]: Add go-github-com-itchyny-go-yaml, go-github-com-itchyny-timefmt-go, go-github-com-mattn-go-isatty, and go-github-com-mattn-go-runewidth. [native-inputs]: Add go-github-com-google-go-cmp. Change-Id: Ibedc8a7d243fd81d69d60a0b281d81198e52f218
2026-03-18gnu: go-github-com-itchyny-gojq: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/web.scm (go-github-com-itchyny-gojq, gojq): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I7cb3fd36ecc3874a3463c58d1574b1da461c046c
2026-03-18gnu: Add go-github-com-shopify-ejson.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-shopify-ejson, go-ejson): New variables. Change-Id: I9758d095ca10f4ccfff4381466f863620895107b
2026-03-18gnu: Add go-github-com-dustin-gojson.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-dustin-gojson): New variable. Change-Id: I17e36de25552bdd2f5077bdf270336cefbe272fd
2026-03-18gnu: Add go-github-com-1password-onepassword-sdk-go.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-1password-onepassword-sdk-go): New variable. Change-Id: I53eec26354cfd7b0525613eeca03323da6b7c549
2026-03-18gnu: Add go-github-com-extism-go-sdk.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-extism-go-sdk): New variable. Change-Id: I6a3c9dbd90a30bfa0cbf8d4c1aff5e4ec087db99
2026-03-18gnu: Add go-github-com-dylibso-observe-sdk-go.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-dylibso-observe-sdk-go): New variable. Change-Id: I17e9f059c1974f4090cd8f9f0e82e6e4f91e81c6
2026-03-18gnu: earlyoom: Fix indentation.Sharlatan Hellseher
* gnu/packages/linux.scm (earlyoom): Fix indentation. Change-Id: I691b41a03d9cc06afe2e838e2bc5a55ca35e726d
2026-03-18gnu: earlyoom: Test with default go.Sharlatan Hellseher
* gnu/packages/linux.scm (earlyoom): [phases]{disable-failing-test}: Adjust test invocation instead of overwriting test-file and don't run vet during test. [native-inputs]: Remove go-1.23; add go. Change-Id: I32822de70ee2a71d5e687e6b813570f471ea148a
2026-03-18gnu: Add go-github-com-c9s-goprocinfo.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-c9s-goprocinfo): New variable. Change-Id: Ie5f1736a63011f9912b9d764050b92cd20c3f41a
2026-03-18gnu: tmsu: Install extras.Sharlatan Hellseher
* gnu/packages/file-systems.scm (tmsu): [phases]{install-misc, install-shell-completions, install-man-pages}: New phases. Change-Id: I710db66801624ed20567d3643281385a1a828171
2026-03-18gnu: tmsu: Build with system SQLite3.Sharlatan Hellseher
* gnu/packages/file-systems.scm (tmsu)[build-flags,test-flags]: Add tag to build with system SQLite3 library. [inputs]: Add sqlite. Change-Id: If7e9ac1f1df159141d9305ec6221fed438ae4ecc