Ludovic Courtès
a1611ced6d
system: gdbinit: Save command history by default.
...
By default, GDB does not save history. This improves on the default.
* gnu/system/shadow.scm (%default-gdbinit): Add ‘set history’ commands.
(gdb-history-placeholder): New variable.
(default-skeletons): Add it.
Change-Id: Ie3f9c26098066b4bd896b0593546015a1b429209
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #6559
2026-02-27 23:54:00 +01:00
Ludovic Courtès
1892626390
system: gdbinit: Fix default ‘debug-file-directory’ for user profiles.
...
This fixes a bug whereby ‘file-exists?’ would be called on tilde-prefixed
directory names before tilde expansion has taken place. As a result,
~/.guix-profile and ~/.guix-home/profile would never be included in
‘debug-file-directory’.
* gnu/system/shadow.scm (%default-gdbinit): Remove call to ‘file-exists?’.
Change-Id: I3a6bf1fec6bfbf208679d030dd6b380b9c6a4789
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-02-27 23:54:00 +01:00
Yelninei
d16dcad885
gnu: guile-sodium: Update to 0.3.0.
...
* gnu/packages/guile-xyz.scm (guile-sodium): Update to 0.3.0.
[native-inputs]: Add guile-3.0.
[propagated-inputs]: Move libsodium from here ...
[inputs]: ... to here.
Change-Id: I2949cc98d0f28f8c5c2d20de8164fb71dfdda236
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #6701
2026-02-27 23:53:59 +01:00
Ludovic Courtès
d6cd20d0e5
gnu: hipblaslt: Build for MI250 GPUs only.
...
Fixes a bug whereby ‘hipblaslt’ would almost always fail to build on the build
farms due to its unreasonable disk space requirements.
* gnu/packages/rocm-libs.scm (hipblaslt)[properties]: Change ‘amd-gpu-targets’
to a single GPU model.
Fixes: guix/guix#6590
Change-Id: I84ce29f50a86ee62abcbb7338decbe6dc83ea292
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #6645
2026-02-27 23:53:59 +01:00
Yelninei
c7f7cdd321
gnu: make-glibc-locales: Fix build on the Hurd.
...
* gnu/packages/base.scm (make-glibc-locales): Remove inherited phases from glibc.
Change-Id: I1400bd8396944780bf273148d0aaed909585fcb1
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #5842
2026-02-27 23:53:59 +01:00
Yelninei
73e5fc3854
system: examples: Remove comments on missing login prompt on hurd64.
...
* gnu/system/examples/bare-hurd64.tmpl: Remove outdated comment.
* gnu/system/examples/devel-hurd64.tmpl: Remove outdated comment.
Merges: https://codeberg.org/guix/guix/pulls/5545
Change-Id: Icd31fe47392263f2629e882c791013679a0fd597
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 22:26:08 +00:00
Douglas Deslauriers
264fe8ee5a
gnu: vmware-open-vm-tools: Update to 13.0.10.
...
* gnu/packages/virtualization.scm (vmware-open-vm-tools): Update to
13.0.10.
[inputs]: Switch to xmlsec-openssl, remove duplicate xmlsec
Merges: https://codeberg.org/guix/guix/pulls/6758
Change-Id: I03ff6ef227c8f6ce929dfce5d909c93af716639b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 21:52:50 +00:00
Nikita Mitasov
76bf3baa17
gnu: Add mangowc.
...
* gnu/packages/wm.scm (mangowc): New variable.
Merges: https://codeberg.org/guix/guix/pulls/6355
Change-Id: I771e82103c38dec5a704e126ef8e5bc22cd551d8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 20:57:07 +00:00
bdunahu
59f21f7daf
gnu: rizin: Update to 0.8.2 [security-fixes].
...
Potential fixes for CVE-2026-22780.
* gnu/packages/engineering.scm (rizin): Update to 0.8.2.
Merges: https://codeberg.org/guix/guix/pulls/6750
Change-Id: I45403eabf89444d7bcff40f01a30bdc6ba23c6b8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 20:49:36 +00:00
Ashish SHUKLA
3dfa0056fe
gnu: labwc: Update to 0.9.4.
...
* gnu/packages/wm.scm (labwc): Update to 0.9.4.
Merges: https://codeberg.org/guix/guix/pulls/6756
Change-Id: I03e8ac3e172d9e542c1c7b724c328a3e8f535d36
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 20:42:21 +00:00
Yunqi Shao
a39d2337cb
gnu: liquidprompt: Update to 2.2.1.
...
* gnu/packages/shellutils.scm (liquidprompt): Update to 2.2.1.
[arguments]<#:install-plan>: Update template locations.
<#:phases>: Add 'install-generated-config phase.
Merges: https://codeberg.org/guix/guix/pulls/5727
Change-Id: I3f5ec199f6f0b04246fc414bd8d2a3c52acc9c5d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 20:38:18 +00:00
jgart
8499852a40
gnu: tz: Update to 0.8.0.
...
* gnu/packages/time.scm (tz): Update to 0.8.0.
[arguments]: Disable static analysis tooling.
[inputs]: Add go-github-com-pelletier-go-toml-v2,
go-github-com-tkuchiki-go-timezone, go-github-com-mattn-go-isatty,
go-golang-org-x-tools, and go-golang-org-x-term.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Change-Id: Ica2c0c6c0552663cbb3ff9a78b6c41e92749241b
2026-02-27 11:23:49 -05:00
firefly707
4d0fe6995b
gnu: Add qman.
...
* gnu/packages/man.scm (qman): New variable.
Merges: https://codeberg.org/guix/guix/pulls/1986
Change-Id: I461054b7d3a6c1b26e9b6c7cc7d7da6b1f6f4033
Reviewed-by: Ada Stevenson <adanskana@gmail.com >
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 15:02:09 +00:00
Cayetano Santos
f3afe1496a
gnu: whisper-cpp: Unbundle ggml.
...
* gnu/packages/machine-learning.scm (whisper-cpp)[inputs]: Remove
openblas; add ggml.
[arguments]: Update #:configure-flags.
Change-Id: I5356c534d41b02d434b865db3182e1b0e6455261
2026-02-27 15:21:24 +01:00
Cayetano Santos
e9cd66893f
gnu: whisper-cpp: Update to 1.8.3-1.364c77f.
...
* gnu/packages/machine-learning.scm (whisper-cpp): Update to
1.8.3-1.364c77f.
Change-Id: Ied0735ae2cbd3d66c24bee1c25524c7172499941
2026-02-27 15:18:06 +01:00
Cayetano Santos
929b910613
gnu: llama-cpp: Remove unused dependency on openblas.
...
* gnu/packages/machine-learning.scm (llama-cpp): Update to .
Change-Id: Idba892340f50497d4751196069688373b876ca02
2026-02-27 15:18:06 +01:00
Sharlatan Hellseher
5f3cd42859
gnu: Deprecate swig and swig-next in vafor of swig-4.0 and swig-4.4.
...
This is a following up change after discussion in
<https://codeberg.org/guix/guix/pulls/3701#issuecomment-11048648 >.
* gnu/packages/swig.scm (swig-4.0, swig-4.4): New variables.
(swig, swig-next): Deprecate swig and swig-next in vafor of swig-4.0 and
swig-4.4.
* gnu/packages/accessibility.scm (libbraille)
* gnu/packages/apparmor.scm (libapparmor)
* gnu/packages/bioinformatics.scm (htseq, imp, libsbml)
* gnu/packages/bootloaders.scm (dtc, u-boot)
* gnu/packages/disk.scm (volume-key)
* gnu/packages/dns.scm (ldns, unbound)
* gnu/packages/electronics.scm (opensta, trilinos-serial-xyce, uhdm)
* gnu/packages/embedded.scm (python-libmpsse)
* gnu/packages/engineering.scm (freecad, kicad, meep, mpb)
* gnu/packages/fabric-management.scm (ibutils)
* gnu/packages/game-development.scm (python-pybox2d)
* gnu/packages/games.scm (kiki)
* gnu/packages/geo.scm (saga)
* gnu/packages/gnome.scm (libratbag)
* gnu/packages/gnucash.scm (gnucash)
* gnu/packages/gnupg.scm (python-gpg)
* gnu/packages/graphviz.scm (graphviz)
* gnu/packages/guile-xyz.scm (guile-xapian)
* gnu/packages/image.scm (mypaint)
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools)
* gnu/packages/kodi.scm (kodi)
* gnu/packages/libftdi.scm (libftdi)
* gnu/packages/linux.scm (libnl)
* gnu/packages/llvm.scm (lldb)
* gnu/packages/machine-learning.scm (openmm, tensorflow-lite)
* gnu/packages/maths.scm (nlopt)
* gnu/packages/ncurses.scm (stfl)
* gnu/packages/oneapi.scm (python-onetbb)
* gnu/packages/pretty-print.scm (highlight)
* gnu/packages/python-crypto.scm (python-m2crypto)
* gnu/packages/python-graphics.scm (python-pivy)
* gnu/packages/radio.scm (hamlib, soapysdr)
* gnu/packages/security-token.scm (python-pyscard, python-yubikey-manager)
* gnu/packages/selinux.scm (libselinux, libsemanage, python-setools)
* gnu/packages/speech.scm (pocketsphinx)
* gnu/packages/statistics.scm (python-openturns, r-spams)
* gnu/packages/tbb.scm (python-tbb)
* gnu/packages/version-control.scm (subversion)
* gnu/packages/video.scm (libopenshot, mlt, obs)
[native-inputs]: Remove swig; add swig-4.0.
* gnu/packages/geo.scm (gdal)
* gnu/packages/graph.scm (python-faiss)
[inputs]: Remove swig; add swig-4.0.
* gnu/packages/games.scm (fifengine): Update to 0.4.2.
[inputs]: Remove swig; add swig-4.0.
[native-inputs]: Likewise.
* gnu/packages/image-processing.scm (insight-toolkit, simpleitk)
* gnu/packages/pdf.scm (mupdf, python-pymupdf)
[native-inputs]: Remove swig-next; add swig-4.4.
Change-Id: I544bef0a0b1a81004596fad9f116610ef5cb52ae
2026-02-27 14:07:00 +00:00
Andy Tai
625fc6994b
gnu: swig-next: Update to 4.4.1.
...
* gnu/packages/swig.scm (swig-next): Update to 4.4.1.
Merges: https://codeberg.org/guix/guix/pulls/3701
Change-Id: Ia2dd7adeb28de07e43789e4d8ca3e0a35dea49eb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 14:06:51 +00:00
Nguyễn Gia Phong
834144fa8a
gnu: janet: Update to 1.41.2.
...
* gnu/packages/lisp.scm (janet): Update to 1.41.2.
Change-Id: Ib956967816a7ab58abae7735f4fbe4da2c4bc607
Signed-off-by: jgart <jgart@dismail.de >
2026-02-27 08:55:42 -05:00
jgart
3704c4937f
gnu: trealla: Update to 2.90.40.
...
* gnu/packages/prolog.scm (trealla): Update to 2.90.40.
Change-Id: I88f04b68cb8e482f23917473b1fb29a8dff2311e
2026-02-27 08:53:55 -05:00
Cayetano Santos
5da565b2d4
gnu: llama-cpp: Update to 0.0.0-b8054.
...
* gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-b8054.
Change-Id: I604ec9db4b9a4c75ec7036db9f1d7172f92d2aa0
2026-02-27 14:48:08 +01:00
Cayetano Santos
081954f9c9
gnu: ggml: Update to 0.9.7.
...
* gnu/packages/machine-learning.scm (ggml): Update to 0.9.7.
Change-Id: Ia5917543d03220cc9fc90c31b12d35fb74187eea
2026-02-27 14:38:39 +01:00
moksh
71ed6aea3d
gnu: xkcdpass: Update to 1.30.0.
...
* gnu/packages/password-utils.scm (xkcdpass): Update to 1.30.0.
[arguments]<#:phases>: Add 'cd-tests.
Merges guix/guix!6737
Change-Id: I8cc33987bb5c71309bae3d98d4cf7f53e7e7acc3
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
Modified-by: Cayetano Santos <csantosb@inventati.org >
2026-02-27 13:49:29 +01:00
Andreas Enge
57a6d2a307
gnu: webkitgtk: Refresh input.
...
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Remove ruby-2.7;
add ruby.
Change-Id: I3cd8877839a0bfc5e82fe857d4afdd3ac6fdba83
2026-02-27 13:20:19 +01:00
Konstantin Suntsov
85fdc74f9e
gnu: webkitgtk: Use system malloc.
...
* gnu/packages/webkit.scm (webkitgtk)
[arguments]<#:configure-flags>: Use system malloc.
Closes : guix/guix#5147
Change-Id: Ifb633fb7df66b50df51339b775f5ebbbf67b8ec3
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-02-27 13:20:11 +01:00
Nigko Yerden
84e4ab8c55
gnu: ggml: Set backend directory.
...
Without this flag, backends are not installed.
* gnu/packages/machine-learning.scm (ggml)[arguments]<#:configure-flags>:
Add -DGGML_BACKEND_DIR.
Fixes guix/guix#6699 .
Merges guix/guix!6724
Change-Id: I73b737aa7c98a47c168caccae25f6de0f27c57ec
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-27 12:12:05 +01:00
Andreas Enge
b5f3454c22
Revert "gnu: git-minimal: Update to 2.53.0"
...
This reverts commit ff1497f9ea .
2026-02-27 11:16:49 +01:00
Thomas Kramer
f1600ecce4
gnu: Add scip.
...
* gnu/packages/maths.scm (scip): New variable
Merges guix/guix!5989
Change-Id: I7f027c0dd6cd833aebb6b480c43bba11f0641af6
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-27 11:09:24 +01:00
Thomas Kramer
2a7e969cfe
gnu: Add soplex.
...
* gnu/packages/maths.scm (soplex): New variable
Merges guix/guix!5989
Change-Id: I0c23d436c9eb7bdf852d78d600b4cf196d9a0e26
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-27 11:09:24 +01:00
Thomas Kramer
05a3106a52
gnu: Add lemon-graph.
...
* gnu/packages/graph.scm (lemon-graph): New variable
Merges guix/guix!5989
Change-Id: Ieabf232df3c60d7557a814907ec78675606b1cb6
Modified-by: Cayetano Santos <csantosb@inventati.org >
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-27 11:09:24 +01:00
AwesomeAdam54321
2372afa295
gnu: Add ypsilon.
...
* gnu/packages/patches/ypsilon-Use-GNU-toolchain-as-default.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Merges: https://codeberg.org/guix/guix/pulls/3994
Change-Id: I33a3ffd2ca1e5a3cd789cf9a1e50d8824a156404
Reviewed-by: Zhu Zihao <all_but_last@163.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-27 09:50:00 +00:00
Janneke Nieuwenhuizen
384aaf9baf
gnu: dezyne: Update to 2.20.0.
...
* gnu/packages/dezyne.scm (dezyne): Update to 2.20.0.
Change-Id: If754c53526235566867e5ccf78e29ae637579782
2026-02-27 09:13:07 +01:00
Maxim Cournoyer
0722e795cd
gnu: turbovnc: Update to 3.3.
...
* gnu/packages/vnc.scm (turbovnc): Update to 3.3.
[source]: Switch to git-fetch, delete patches.
<snippet>: Adjust for removal of unix/Xvnc/extras.
[#:configure-flags]: Add -DTVNC_ZLIBNG=OFF.
* gnu/packages/patches/turbovnc-find-system-packages.patch
* gnu/packages/patches/turbovnc-custom-paths.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): De-register them.
Change-Id: I5e30df4d0d2e6b7f149fa3698406d33cf9bfb37a
2026-02-27 16:20:33 +09:00
Joan V. C.
d20450cbf4
gnu: fonts: Add font-nerd-fantasque-sans.
...
* gnu/packages/fonts.scm (font-nerd-fantasque-sans): New variable.
Closes : guix/guix#6704
Change-Id: Ib3ea0cfe02d492a8e7856b8c0b828b319bfddded
Signed-off-by: Joan Vilardaga Castro <codeberg-hn80@joanvc.cat >
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2026-02-27 15:23:49 +08:00
jgart
d7429d59bf
gnu: emacs-claude-code-ide: Update to 0.2.6-1-5f12e60.
...
* gnu/packages/emacs-xyz.scm (emacs-claude-code-ide): Update to
0.2.6-1-5f12e60.
[version]: Use git-version form.
Change-Id: I8044efee7308aa67cda8418c1abbc130c982f8ab
2026-02-26 18:53:22 -05:00
Ashish SHUKLA
ff1497f9ea
gnu: git-minimal: Update to 2.53.0
...
* gnu/packages/version-control.scm (git-minimal): Update to 2.53.0.
Change-Id: I6cf52bbd4d23bfcb8d9d98065738b2214f8085af
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 23:03:56 +00:00
Ashish SHUKLA
2ed8aca449
gnu: schemesh: Update to 0.9.3
...
* gnu/packages/chez.scm (schemesh): Update to 0.9.3.
Change-Id: I03be32495a6486f9576cc3ee57cd0aa635115f2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 23:02:39 +00:00
Ashish SHUKLA
8c76d032b6
gnu: tlpui: Update to 1.9.0
...
* gnu/packages/linux.scm (tlpui): Update to 1.9.0.
Change-Id: Ifed7fba6f0db8040f10ca35d314f85cf3d297636
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 23:00:47 +00:00
Ashish SHUKLA
dc345c27b9
gnu: tlp: Update to 1.9.0
...
* gnu/packages/linux.scm (tlp): Update to 1.9.0.
Change-Id: Ia0e9888112c17de0512e416037c2650feb1d7781
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 23:00:45 +00:00
Ashish SHUKLA
aa5b4588d2
gnu: snac: Update to 2.89
...
* gnu/packages/fediverse.scm (snac): Update to 2.89.
Change-Id: I68bf78d3d57410f4ece035625011193afba09c7b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:57:51 +00:00
Ashish SHUKLA
4a8fcdce59
gnu: nim: Update to 2.2.8
...
* gnu/packages/nim.scm (atlas, sat): Update.
(nim): Update to 2.2.8.
Change-Id: I161dec5f5c4a64bcf3f4e87c300909cc84ade70a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:55:35 +00:00
Carlos Durán Domínguez
121ef5ebde
gnu: aegisub: Update to 3.4.2.
...
The source <https://github.com/Aegisub/Aegisub > was an unmaintained fork
of <https://github.com/TypesettingTools/Aegisub > which is used in this
change.
* gnu/packages/video.scm (aegisub): Update to 3.4.2, improve style.
[source]: Switch to git-fetch, remove patches, and reindent.
[build-system]: Switch to meson-build-system.
[arguments]: Reindent, and use G-expressions.
<#:configure-flags>: Update to meson flags.
<#:phases>: remove 'fix-ldflags, 'fix-boost-headers and add 'git-version-h.
[inputs]: Reindent, and sort. Remove freetype, wxwidgets-gtk2; add curl,
icu4c, libportal, luajit-lua52-openresty, openal, uchardet, wxwidgets,
and zlib.
[native-inputs]: Reindent. Remove intltool, and desktop-file-utils. Add
gettext-minimal, googletest, and python.
[description]: Reindent.
[license]: Sort. Remove license:mpl1.1. Add license:bsd-2, license:gpl2+,
license:isc, and license:public-domain.
* gnu/packages/patches/aegisub-boost68.patch: Remove file.
* gnu/packages/patches/aegisub-boost81.patch: Likewise.
* gnu/packages/patches/aegisub-icu59-include-unistr.patch: Likewise.
* gnu/packages/patches/aegisub-make43.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Deregister patches.
Closes : guix/guix#6413
Merges: https://codeberg.org/guix/guix/pulls/6571
Change-Id: I84e993363984962da3cc05dccc9fd23ec99041e7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:44:37 +00:00
Roman Scherer
6e6809ff61
gnu: Add wasi-compiler-rt.
...
* gnu/packages/web.scm (wasi-compiler-rt): New variable.
Change-Id: I047d1a70e0ba8fba41059cc1948408e0fd3c5077
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:07:05 +00:00
Roman Scherer
071ea27a6c
gnu: Add wasi-libc.
...
* gnu/packages/web.scm (wasi-libc): New variable.
Change-Id: Ic2ba47fb6c6c4d535837b1583f24469588261b37
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:07:05 +00:00
Roman Scherer
b5f97062e5
gnu: Add go-github-com-ncruces-sort.
...
* gnu/packages/golang-web.scm (go-github-com-ncruces-sort): New variable.
Change-Id: I28a72f2e0632ed0cc69b4c016eb3f77a114e68f1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:07:05 +00:00
Roman Scherer
601db48ae2
gnu: Add go-github-com-ncruces-julianday.
...
* gnu/packages/golang-web.scm (go-github-com-ncruces-julianday): New variable.
Change-Id: Iacd5295f7fda50dbd7e622da6a52f799484e5248
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:07:05 +00:00
Roman Scherer
6e4090ae63
gnu: Add go-github-com-charmbracelet-x-errors.
...
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-errors):
New variable.
Change-Id: I6a95e05cac81c2036ba52f1e61310978f627189c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 22:04:42 +00:00
Roman Scherer
966ea79366
gnu: go-github-com-charmbracelet-x-windows: Use git-fetch/lfs.
...
This repository uses Git LFS for binary files, requiring git-fetch/lfs
to properly fetch the content on systems where git-lfs is not available
to the daemon's builtin:git-download builder.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-windows): Use
git-fetch/lfs method.
Change-Id: I21c33ec6ca488b59f63cb1d8609beaaad888b378
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 20:45:53 +00:00
Roman Scherer
3722e939af
gnu: go-github-com-charmbracelet-x-term: Use git-fetch/lfs.
...
This repository uses Git LFS for binary files, requiring git-fetch/lfs
to properly fetch the content on systems where git-lfs is not available
to the daemon's builtin:git-download builder.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-term): Use
git-fetch/lfs method.
Change-Id: I921bf69c364b91cf4de5cb3ccb3a720c411c005e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 20:45:46 +00:00
Roman Scherer
2f98b83322
gnu: go-github-com-charmbracelet-x-input: Use git-fetch/lfs.
...
This repository uses Git LFS for binary files, requiring git-fetch/lfs
to properly fetch the content on systems where git-lfs is not available
to the daemon's builtin:git-download builder.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-input): Use
git-fetch/lfs method.
Change-Id: I570d2c43188afecfee9323ede00523724a741e41
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-26 20:45:38 +00:00