summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
AgeCommit message (Collapse)Author
2025-12-18gnu: yq: Update to 4.50.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (yq): Update to 4.50.1. [native-inputs]: Add go-github-com-hashicorp-hcl-v2 and go-github-com-zclconf-go-cty. Change-Id: Ife47f331192f387d5821e1389f619cf539b9d6f2
2025-11-25gnu: yq: Update to 4.49.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (yq): Update to 4.49.1. [native-inputs]: Remove go-go-yaml-in-yaml-v3; add go-go-yaml-in-yaml-v4. Change-Id: I334bbebb56a94bc0c769c8a96b722dbcb24f5671
2025-11-22gnu: pandoc-include: Update to 1.4.3.Sharlatan Hellseher
* gnu/packages/textutils.scm (pandoc-include): Update to 1.4.3. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: Disable broken tests. [inputs]: Add python-lxml, python-natsort, and python-panflute. [propagated-inputs]: Remove python-natsort and python-panflute. [native-inputs]: Add python-setuptools. Change-Id: I166592371805b9005825711e66be03a2ca302cf7
2025-11-18gnu: goawk: Update to 1.30.1.Ashish SHUKLA
* gnu/packages/textutils.scm (goawk): Update to 1.30.1. Change-Id: I5187b390358004a8cc2a6b080b53db72b58d6075 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-11-11gnu: cobib: Don't propagated inputs.Sharlatan Hellseher
This is the final command, not a library. * gnu/packages/textutils.scm (cobib):[propagated-inputs]: Move all to [inputs]. Change-Id: I7a5df8a0e265f52e2df9e4732c118ab92763de12
2025-11-11gnu: python-bibtexparser: Update to 2.0.0b8.Nicolas Graves
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 2.0.0b8. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-future. Add python-pylatexenc, python-pytest and python-setuptools. (python-bibtexparser-for-cobib): New variable. * gnu/packages/textutils.scm (cobib)[propagated-inputs]: Remove python-bibtexparser; add python-bibtexparser-for-cobib. Change-Id: I924fba9ccf9487dea6409fb4d1e1d69ab026c130 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-03gnu: vale: Update to 3.13.0.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Update to 3.13.0. Change-Id: Iee13b46eb97e1e42789c5faa0c072dce0ba63d80
2025-11-03gnu: goawk: Build with go-1.24.Sharlatan Hellseher
* gnu/packages/textutils.scm (goawk)[arguments] <go>: Use default (go-1.24). <test-flags>: Disable vet during tests and move test skip logic here. <phases>: Remove 'disable-failing-tests, and 'patch-pats; add 'pre-check, and 'post-check-remove-output-temp; use default 'check. Change-Id: Id3b3c4c62fd660f693b7b7f44dd3129813894d58
2025-11-03gnu: goawk: Update to 1.30.0.Ashish SHUKLA
* gnu/packages/textutils.scm (goawk): Update to 1.30.0. Change-Id: I3424c37e7ee60891893648ba377c2711d0cd7999 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-28gnu: cobib: Update to 6.0.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (cobib): Update to 6.0.1. [arguments] <test-flags>: Rework the list of skipped tests and use "--ignore" to exclude tests files. <phases>{pre-check}: Add git setup. [propagated-inputs]: Remove python-requests-oauthlib; add python-mdit-py-plugins and python-natsort. Change-Id: I530760a844c9cdbb08bffca8d6fff569e214a5bc
2025-10-28gnu: tldr: Move to textutils.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (tldr, pythno-tldr): Move from here ... * gnu/packages/textutils.scm: ... to here. Change-Id: I678a9fd63960328dbcaf6a28a8868d3ce1e2aa23
2025-10-28gnu: python-pandocfilters: Move to pyhton-xyz.Sharlatan Hellseher
* gnu/packages/textutils.scm (python-pandocfilters): Move from here ... * gnu/packages/python-xyz.scm: ... to here. Change-Id: I37675f6d4d48e1499b78f1efcecd927a5fe685a0
2025-10-28gnu: python-panflute: Move to python-xyz.Sharlatan Hellseher
* gnu/packages/textutils.scm (python-panflute): Move from here ... * gnu/packages/python-xyz.scm: ... to here. Change-Id: I7d63724ac792057e6cc6d6c4d3d51a1b6441bbb3
2025-10-23gnu: Use ‘define-deprecated-package’ for deprecated packages.Ludovic Courtès
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
2025-10-23gnu: txt2tags: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/textutils.scm (txt2tags)[source]: Switch to git-fetch providing tests. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-tox; add python-setuptools. Change-Id: Ief209c0de837c6f2e02eaa346f47c56ad09d037f
2025-10-14gnu: add utfcpp-2gnuphilic
* gnu/packages/textutils.scm (utfcpp-2): New variable Change-Id: I3a682b22424794349a00c773aeba2ebc9343bf44 Signed-off-by: Ekaitz Zarraga <ekaitz@elenq.tech>
2025-10-13gnu: Add libxo.Sören Tempel
* gnu/packages/textutils.scm (libxo): New procedure. Change-Id: Ic0db518b3d16eb6049b8cf3570f8bb5f51403718 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-06gnu: yq: Fix binary name.Sharlatan Hellseher
* gnu/packages/textutils.scm (yq)[arguments] <import-path>: Remove trailing v4 to force go compiler to provide "yq" binary. Fixes: guix/guix#3350 Change-Id: I533a3d0717bef32346ba1bed49b1fc708044aedc
2025-09-30gnu: python-setuptools-next: Mark as deprecated.Nguyễn Gia Phong
Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Mark as a deprecated public alias. * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas, python-asdf-standard, python-jplephem, python-rad) [native-inputs]: Replace python-setuptools-next with python-setuptools. * python-crypto.scm (python-ed25519) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/qt.scm (python-sip) [native-inputs, propagated-inputs]: Replace python-setuptools-next with python-setuptools. (python-pyqt-builder) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/textutils.scm (cobib) [native-inputs]: Replace python-setuptools-next with python-setuptools. Change-Id: I5f2d7ec8c62dc0fa0855c5eb64a4f87579d188eb
2025-09-25gnu: Remove python-editdistance.Sharlatan Hellseher
This project was archived by the owner on Jun 30, 2025. It has no users in Guix. * gnu/packages/textutils.scm (python-editdistance): Delete variable. Change-Id: Ic8930d36449499874837f106ec1e6404ef349218
2025-09-25gnu: python-pandocfilters: Update to 1.5.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.1. [build-system]: Use pyproject. [arguments] <tests?>: Disable as requiring Pandoc in PATH. [native-inputs]: Add python-setuptools. Change-Id: I5b6560b67f4f76b7b9a40bf8a87a5a6c34d7e09e
2025-09-25gnu: python-panflute: Update to 2.3.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (python-panflute): Update to 2.3.1. [build-system]: Use pyproject. [arguments] <tests?>: Disable as requiring Pandoc in PATH. [native-inputs]: Remove python-configparser, python-coverage, python-flake8, python-pandocfilters, python-pytest, python-pytest-cov, and python-requests; add python-setuptools. Change-Id: I1914ed63535da1930f9161b1b7e2975e849fcd92
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18Update Maxim's email address.Maxim Cournoyer
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-14gnu: yq: Move to textutils.Sharlatan Hellseher
* gnu/packages/web.scm: Move from here ... * gnu/packages/textutils.scm: ... to here. Change-Id: I7449644654824d5748ca26880a54e1a50aa90957
2025-09-14gnu: cobib: Update to 5.4.0.Sharlatan Hellseher
* gnu/packages/textutils.scm (cobib): Update to 5.4.0. [arguments] <test-flags>: Rework skipped tests. [propagated-inputs]: Remove python-mdit-py-plugins and python-textual-1; add python-textual. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: Ie0e1cdf2516a7ee18fbd1eb0c2865c4cd29dfb75
2025-09-08gnu: gron: Move to textutils.Sharlatan Hellseher
* gnu/packages/golang-web.scm (gron): Move from here ... * gnu/packages/textutils.scm: ... to here. Change-Id: Ic1cbb609e4ed95218e42cdb866762ae6e52ddbc5
2025-09-08gnu: miller: Update to 6.15.0.Sharlatan Hellseher
* gnu/packages/textutils.scm (miller): Update to 6.15.0. [native-inputs]: Remove python-mkdocs-material; add go-github-com-kshedden-statmodel. Change-Id: Ib6809c6d4ece3c581f3c403710762b924f289819
2025-09-08gnu: vale: Update to 3.12.0.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Update to 3.12.0. Fix indentation. [arguments] <go>: Use default go-1.24. Change-Id: I84b74e832d1fa29ae3fca1cb8adc8e853af69ad6
2025-08-21gnu: utf8proc: Enable building on more systems.Efraim Flashner
* gnu/packages/textutils.scm (utf8proc)[native-inputs]: Only add native-inputs on systems where julia is supported and when not cross-building. [arguments]: When building without julia skip the tests and the 'check-data phase. Change-Id: Ib7ef239e3b6ad02fd089bd8dbaeb0f06190332ca
2025-08-21gnu: Remove utf8proc-2.7.0.John Khoo
* gnu/packages/textutils.scm (utf8proc-2.7.0): Remove utf8proc-2.7.0. Change-Id: I1c27646cdded84370590b12e5e65eddcdf97a1e7 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-08-21gnu: utf8proc: Remove input labels.Hilton Chain
* gnu/packages/textutils.scm (utf8proc)[native-inputs]: Remove input labels. Change-Id: Id1b417739f63bf44a98ea966ce92ffc27c0fc9e5
2025-08-21gnu: utf8proc: Inherit from utf8proc-bootstrap.John Khoo
* gnu/packages/textutils.scm (utf8proc): Inherit from utf8proc-bootstrap. [native-inputs]: Update Unicode version to 16.0.0. Add DerivedCoreProperties.txt, julia and ruby-2.7. [arguments]<#:phases>: Adjust accordingly. Change-Id: Ib8e08ea65eab2409a38dd5f43c91342842e361f5 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
2025-08-21gnu: Add utf8proc-bootstrap.John Khoo
* gnu/packages/textutils.scm (utf8proc-bootstrap): New variable. * gnu/packages/julia.scm (julia)[inputs]: Replace utf8proc with it to break dependency circle. Change-Id: Ie2e0c4a83aa9b478b125a390f162c1c69613cd9b Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
2025-08-17gnu: nss-certs: Relocate to (gnu packages nss).Maxim Cournoyer
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
2025-08-11gnu: go-github-com-olekukonko-tablewriter: Update to 1.0.7.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-olekukonko-tablewriter): Update to 1.0.7. [arguments] <go>: Use go-1.23. [propagated-inputs]: Add go-github-com-fatih-color, go-github-com-olekukonko-errors, and go-github-com-olekukonko-ll. [native-inputs]: Add go-github-com-olekukonko-ts. (go-csv2table) [arguments]: Inherit instead of overwrite. [native-inputs]: Merge native and propagated inputs. [propagated-inputs]: Drop all. [inputs]: Drop all. (go-github-com-olekukonko-tablewriter-0.0.5): New variable. (go-github-com-charmbracelet-glamour-0.3) [propagated-inputs]: Remove go-github-com-olekukonko-tablewriter; add go-github-com-olekukonko-tablewriter-0.0.5. * gnu/packages/golang-web.scm (go-github-com-jaytaylor-html2text, go-github-com-yggdrasil-network-yggdrasil-go): [propagated-inputs]: Remove go-github-com-olekukonko-tablewriter; add go-github-com-olekukonko-tablewriter-0.0.5. * gnu/packages/networking.scm (yggdrasil): Likewise. * gnu/packages/check.scm (checkmake) [native-inputs]: Remove go-github-com-olekukonko-tablewriter; add go-github-com-olekukonko-tablewriter-0.0.5. * gnu/packages/databases.scm (sqls): Likewise. * gnu/packages/education.scm (cf-tool): Likewise. * gnu/packages/textutils.scm (vale) [arguments] <go>: Use go-1.23. [native-inputs]: Remove go-github-com-olekukonko-tablewriter; add go-github-com-olekukonko-tablewriter-0.0.5. Change-Id: Idefcb19961d22702de0cd6da912d9c964048fe8b
2025-08-11gnu: Pin some golang packages to use go-1.23.Sharlatan Hellseher
After the defult Golang version was set to 1.24 some of the older packages which had no fresh version started failing on the 'check phase, this change pins them to go-1.23 helping to resolve the issue. Go 1.24 requires non-constant format strings to be explicitly handled. The errors might look like these: non-constant format string in call to (*testing.common).Errorf ExampleParseOptionsLifetime refers to unknown identifier: ParseOptionsLifetime See <https://tip.golang.org/doc/go1.24#vet>. Change-Id: Ife5093c4fd98af7cea59abf1a9a29351b66602bb
2025-08-11gnu: Remove #:go arguments using go-1.22, go-1.23 or go-1.24.Maxim Cournoyer
We are now building with go-1.24 by default. Automated via: git grep -rl '#:go go-1.2' | xargs sed -i '/.*#:go go-1.2[234].*/d' Change-Id: Ib821d96753619c7748a67ff58b95d8fa358839b7 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-11gnu: vale: Update to 3.11.2.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Update to 3.11.2. [native-inputs]: Remove go-github-com-stretchr-testify; add go-github-com-adrg-frontmatter. Change-Id: I573491c4049fe0071e62f6ebe77262fef4025cb7
2025-08-04gnu: Disable tests.Greg Hogan
* gnu/packages/algebra.scm (fftw-cmake, eigen-benchmarks), * gnu/packages/android.scm (android-googletest), * gnu/packages/check.scm (googletest, snitch), * gnu/packages/cpp.scm (cpp-utilities, kokkos-kernels, nativefiledialog-extended, toml11), * gnu/packages/compression.scm (libcbor), * gnu/packages/databases.scm (duckdb), * gnu/packages/datastructures.scm (sdsl-lite), * gnu/packages/education.scm (kqtquickcharts, ktouch), * gnu/packages/emacs-xyz.scm (emacs-irony-mode-server), * gnu/packages/engineering.scm (manifold, solvespace), * gnu/packages/fcitx5.scm (fcitx5-configtool), * gnu/packages/games.scm (jstest-gtk), * gnu/packages/geo.scm (libspatialindex), * gnu/packages/glib.scm (cppgir), * gnu/packages/gnome.scm (evolution), * gnu/packages/graphics.scm (openvdb), * gnu/packages/kde.scm (kalgebra, kcachegrind, kcolorchooser, kdf, kdegraphics-mobipocket, kio-zeroconf, kolourpaint, kompare, ksanecore, kseexpr, ktimer, libkexiv2, libksane, partitionmanager), * gnu/packages/kde-frameworks.scm (kactivities, kdnssd, kdeclarative, kded, kglobalaccel, kgraphviewer, kidletime, kinit, kjobwidgets, knotifications, knotifyconfig, kquickimageeditor, kstatusnotifieritem, kwayland, libkdcraw, phonon-backend-gstreamer, phonon-backend-vlc, plasma-activities, plasma-activities-stats), * gnu/packages/kde-games.scm (bomber, bovo, granatier, kajongg, kapman, kblackbox, kbounrce, kbreakout, kdiamond, kfourinline, kgoldrunner, kigo, killbots, kiriki, kjumpingcube, klines, kmahjongg, kmines, knights, kolf, kollision, konquest, kreversi, ksirk, kspaceduel, ksquares, ksudoku, ktuberling, kubrick, libkmahjongg, lskat, palapeli), * gnu/packages/kde-internet.scm (choqok, krdc), * gnu/packages/kde-multimedia.scm (audiocd-kio, dragon), * gnu/packages/kde-pim.scm (akonadi-import-wizard, ffmpegthumbs, haruna, kaccounts-integration, kaccounts-providers, kaddressbook, kaffeine, kasts, kontactinterface, libkcompactdisc), * gnu/packages/kde-plasma.scm (bluedevil, breeze, breeze-qt5, calindori, kactivitymanagerd, kde-gtk-config, kgamma, kmenuedit, kongress, krdp, ksshaskpass, kwrited, layer-shell-qt, milou, mpvqt, ocean-sound-theme, oxygen-sounds, plasma-mobile-sounds,, plasma-nano, plasma-pass, plasma-phonebook, plasma-systemmonitor, plasma-vault, plasma-welcome, lasma-workspace-wallpapers, polkit-kde-agent, print-manager, qqc2-breeze-style), * gnu/packages/kde-systemtools.scm (dolphin-plugins, krfb, kwalletmanager, yakuake), * gnu/packages/kde-utils.scm (atelier, fielding, isoimagewriter, kamera, kbackup, kcharselect, kdialog, keurocalc, kfind, kirogi, kmag, kmousetool, kmouth, kontrast, krusader, kxstitch, libatcore, smb4k, sweeper), * gnu/packages/llvm.scm (lldb), * gnu/packages/maths.scm (gklib, mcrl2, mcrl2-minimal), * gnu/packages/messaging.scm (mosquitto, znc), * gnu/packages/music.scm (hydrogen), * gnu/packages/pdf.scm (podofo, podofo-0.9), * gnu/packages/potassco.scm (clingo, clingcon), * gnu/packages/qt.scm (dotherside, kddockwidgets, qttools), * gnu/packages/radio.scm (ggmorse, gr-iqbal, gr-osmosdr, inspectrum), * gnu/packages/serialization.scm (jsoncpp-for-tensorflow), * gnu/packages/sdl.scm (sdl3-gfx), * gnu/packages/telephony.scm (baresip, baresip-libre), * gnu/packages/textutils.scm (opencc), * gnu/packages/video.scm (libopenshot, obs), * gnu/packages/vim.scm (neovim), * gnu/packages/web.scm (binaryen, civetweb, yajl) [arguments]: Disable tests. Change-Id: I56b50f14e4e5861dc69922cc2e8ee030e401a2d5
2025-07-26gnu: uniutils: Fix build with gcc-14.Andreas Enge
* gnu/packages/textutils.scm (uniutils)[arguments] <#:configure-flags>: Add CFLAGS. <#:phases>{gcc14}: New phase. Change-Id: I7f8eddf584d5006b9be1a07ec5a48197b54884fe
2025-07-02gnu: cobib: Move to textutils.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (cobib, python-cobib): Move from here ... * gnu/packages/textutils.scm: ... to here. Change-Id: I7cea3adc41f08fa4650e548ad31dc76fde49174c
2025-06-23gnu: libconfuse: Patch CVE-2022-40320.Nicolas Graves
* gnu/pacakges/patches/libconfuse-CVE-2022-40320.patch: Add file. * gnu/packages/textutils.scm (libconfuse)[source]: Record patch. * gnu/local.mk: Record patch. Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-20gnu: packages: Add comments for migration to ruby@3Nicolas Graves
* gnu/packages/qt.scm (qtbase-5), gnu/packages/tex.scm (texlive-hyphen-complete), gnu/packages/texlive.scm (texlivebin), gnu/packages/webkit.scm (webkitgtk), gnu/packages/julia.scm (julia), gnu/packages/textutils.scm (utf8proc-2.7.0): Add comments for migration to ruby@3. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-05-26gnu: goawk: Update to 1.29.1.Sharlatan Hellseher
* gnu/packages/textutils.scm (goawk): Update to 1.29.1. Change-Id: If54c4b58142698d297c8e17cce8b12a547e9cfbc
2025-05-26gnu: vale: Update to 3.9.5.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Update to 3.9.5. Change-Id: Ifb1e4ba077283b0a20cd2d2fc3a46488d94fd96d
2025-02-26gnu: oniguruma: Update to 6.9.10.Ashish SHUKLA
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-01-24gnu: vale: Update to 3.9.4.Sharlatan Hellseher
* gnu/packages/textutils.scm: Add (gnu packages golang). (vale): Update to 3.9.4. [source] <snippet>: Remove it. [arguments] <go>: Use go-1.23. <test-flags>: Skip just 3 tests. <test-subdirs>: Test the whole code base by starting from import-path. [native-inputs]: Remove go-github-com-karrick-godirwalk and go-github-com-mholt-archiver-v3; add go-github-com-jdkato-go-tree-sitter-julia, go-github-com-pelletier-go-toml-v2, go-github-com-smacker-go-tree-sitter, go-github-com-stretchr-testify, and go-github-com-tomwright-dasel-v2. Change-Id: Ic13b52caa92f6ba2fcd2f34f74b5a599773c5254
2025-01-21gnu: vale: Simplify.Sharlatan Hellseher
* gnu/packages/textutils.scm (vale): Simplify. [arguments] <test-flags>: Move skipped tests here. <phases>: Use default 'check, add 'pre-check. Change-Id: I133f6c6763d4643b595ffddec85a3bf7ad1d24fe