Commit graph

167822 commits

Author SHA1 Message Date
Alexey Abramov
ab2fed9abc
gnu: re2c: Fix build on armhf-linux.
* gnu/packages/re2c.scm (re2c)[arguments]: When building for armhf-linux
add a phase to apply a patch.
* gnu/packages/patches/re2c-Use-maximum-alignment.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I9f056de47dc993b9ad779969f1eec71436c21160
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 19:49:37 +03:00
Hilton Chain
92c63391ee
gnu: gtk+/fixed: Apply input method patches.
Follow-up to 80cb493b9e.

* gnu/packages/gtk.scm (gtk+/fixed) [source]: Apply gtk+ patches for input
method support.

Fixes: #2059
Change-Id: Ie2d8d4b0a7c65ae8f7a8a14795f0ca60a550bfbc
2025-09-08 20:32:51 +08:00
宋文武
79ff2b353a
gnu: rofi: Update to 2.0.0; deprecate rofi-wayland.
* gnu/packages/xdisorg.scm (rofi): Update to 2.0.0.
[source]: Remove snippet.
[build-system]: Switch to meson-build-system.
[inputs]: Add wayland and wayland-protocols.
(rofi-wayland): Deprecate in favor of rofi.

Change-Id: I238143f20080d4bfbb00215d014bbe9f4827083f
2025-09-08 19:46:08 +08:00
Efraim Flashner
19092ca56f
gnu: gcc-4.8: Fix supported systems list.
* gnu/packages/gcc.scm (gcc-4.8)[supported-systems]: Re-add
powerpc64le-linux.

Change-Id: Icf5d8ceb63f49d2429cd3c10f8eb929c68c39aff
2025-09-08 13:08:22 +03:00
Efraim Flashner
de00dc3251
gnu: gcc-4.8: Fix supported systems list.
* gnu/packages/gcc.scm (gcc-4.8)[supported-systems]: Re-add
powerpc64le-linux.

Change-Id: I7cb69a6320fb19b2cbc07c1099f6937f351948ff
2025-09-08 13:07:26 +03:00
Efraim Flashner
f369967578
gnu: gcc-5: Fix supported systems list.
This is a follow-up to 926225ec3e.

* gnu/packages/gcc.scm (gcc-5)[supported-systems]: Re-add
powerpc64le-linux.

Change-Id: I90ad75944605b457935f3d831181b3c96469ac54
2025-09-08 13:04:10 +03:00
Efraim Flashner
b0333c8b5b
gnu: gcc-4.8: Unbreak embedded builds.
* gnu/packages/gcc.scm (gcc-4.8)[arguments]: When cross-compiling don't
adjust the inherited modules.

Change-Id: Idbe1b6c4a3c2e9d1fe0ca5b1e9fa922080e9de86
2025-09-08 12:50:52 +03:00
Efraim Flashner
3614c6d1b5
gnu: gcc-4.9: Unbreak embedded builds.
Reported by Ludovic Courtès <ludo@gnu.org>.

* gnu/packages/gcc.scm (gcc-4.9)[arguments]: When cross-compiling don't
adjust the inherited modules.

Change-Id: I763746c25a8f24f89db8c6b100a6395b816cbcaf
2025-09-08 12:50:52 +03:00
Gabriel Wicki
95500f96ab
gnu: Update yt-dlp to 2025.09.05.
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.05.

Change-Id: Ie673a7028ea84e828b5e03a65504e55e2aa804ce
2025-09-08 11:44:41 +02:00
Efraim Flashner
b69d701389
Add codespell hint file.
* .codespellrc: New file.

Change-Id: Ie64700753ef2151223a34f566f7a1380d850e037
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:03:39 +03:00
Efraim Flashner
1d931e5778
guix: lint: Add codespell hints.
This hides these lines from codespell so it doesn't try to fix the
spelling of these intentional typos.

* guix/lint.scm (check-description-style)[check-description-typo]: Add
codespell hints to ignore some lines.

Change-Id: I002d2ba6079a5dcf9165d3821eda579f6dfa2ecf
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:03:38 +03:00
Efraim Flashner
8c9493cb31
gnu: gcc-4.8: Use less inheritance.
* gnu/packages/gcc.scm (gcc-4.8)[arguments]: Take the version specific
configure-flag from gcc-base.
[supported-systems]: Update supported systems.
(gcc-base)[arguments]: Remove version specific configure-flag logic.

Change-Id: I9104cdc81d5caae4c3310e1c8d3821e0509f928e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
88449118f2
gnu: gcc-4.9: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-4.9): Inherit from gcc-base.
[arguments]: Add inherited phases.  Take the version specific
configure-flag from gcc-base.
[inputs]: List specifically.
[supported-systems]: New field.

Change-Id: Iff481ef403faff7047bcb7a27cc13833d98e5de7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
926225ec3e
gnu: gcc-5: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-5): Inherit from gcc-base.
[arguments]: Add inherited phases.  Take the version specific
configure-flag from gcc-base.
[native-inputs]: List specifically.
[supported-systems]: New field.

Change-Id: I8fd89cda090a69f4a60891e8c387beb416d250ad
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
c559d6862f
gnu: gcc-6: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-6): Inherit from gcc-base.
[native-inputs]: List specifically.

Change-Id: Id8606c49b4f19f46a84a6c105e4f90a506b198bf
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
1956a64494
gnu: gcc-7: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-7): Inherit from gcc-base.
[native-inputs]: Add explicitly.
[inputs]: Add explicitly.

Change-Id: Id982ecb81ec774121858251723341f89507f0332
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
d32153f736
gnu: gcc-4.7: Break out into its own package.
* gnu/packages/gcc.scm (gcc-4.7): Rename to gcc-base.
(gcc-4.7): New package, inherit from gcc-base.
[source]: Add snippet to fix building with newer glibc.
[arguments]: Add phase to adjust the C++ include path when not
cross-building.
[supported-systems]: Update supported systems.
(gcc-4.8, gcc-4.9, gcc-6): Inherit from gcc-base.
(base-gcc)[supported-systems]: Remove field.
* gnu/packages/embedded.scm (make-propeller-gcc-4): Inherit from
gcc-base.

Change-Id: I843049420e2afcf1ea342e87eaa9ac46576e4307
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-08 10:01:47 +03:00
Efraim Flashner
fd76ee028a
gnu: util-linux: Fix build on powerpc-linux.
* gnu/packages/linux.scm (util-linux)[arguments]: When building for
powerpc-linux add a phase to skip a test.

Change-Id: I2e4c89841dbafb49f6b01d7b7444808ea5afdc2a
2025-09-08 09:11:01 +03:00
jgart
72fbf4c8db
gnu: trealla: Update to 2.82.31.
* gnu/packages/prolog.scm (trealla): Update to 2.82.31.

Change-Id: If99ee25ea8b308566079376f92b0856f084a68fa
2025-09-07 22:56:57 -05:00
Leo Famulari
13e0038f72
news: Add entry about the linux-libre 6.16 update.
* etc/news.scm: Add entry.

Change-Id: Icbc90e28be00ac1e40bf9758913e526544d1e70b
2025-09-07 20:57:03 -04:00
Hennadii Stepanov
1261580933
gnu: guile-fibers-1.1: Inherit from guile-fibers-1.3.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Inherit from
guile-fibers-1.3.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2025-09-07 16:54:58 -07:00
Vagrant Cascadian
c091a0f26c
gnu: Add linux-libre-arm64-mnt-reform@6.16.
* gnu/packages/linux.scm (linux-libre-arm64-mnt-reform-6.16): New variable.

Change-Id: Iab4f8d83d1be053db15673f2c0d955026383bb81
2025-09-07 17:08:28 -04:00
Vagrant Cascadian
bef46b7b66
gnu: reform-debian-packages: Update to 2023-07-10-443-gd7741e1.
* gnu/packages/linux.scm (reform-debian-packages): Update to
2023-07-10-443-gd7741e1.
[install-plan]: Add patches6.16.

Change-Id: I407db59f098804a97830553988cee9732b6f41f8
2025-09-07 17:08:27 -04:00
Leo Famulari
616163d966
gnu: btrfs-progs: Update to 6.16.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.16.

Change-Id: I1da04b343002fd65729b2d597995f98d337f6974
2025-09-07 17:08:27 -04:00
Leo Famulari
a5c5139bf7
gnu: strace: Update to 6.16.
* gnu/packages/linux.scm (strace): Update to 6.16.

Change-Id: Ib6e8ee92164568fa4c868d4712d268e5e9163527
2025-09-07 17:08:27 -04:00
Leo Famulari
61081db5d1
gnu: linux-libre: Update to linux-libre 6.16.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Use linux-libre
6.16.

Change-Id: I8954f26128b5e8746cfc4d4d853f266ad485fb92
2025-09-07 17:08:26 -04:00
Leo Famulari
7b330dee7e
gnu: linux-libre 6.12: Update to 6.12.45.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.45.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: Ib14fd4cc8c07d15484520a136740e3e97667bbb1
2025-09-07 17:08:26 -04:00
Leo Famulari
4ee3c94d81
gnu: linux-libre 6.16: Update to 6.16.5.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.5.
(linux-libre-6.16-pristine-source): Update hash.

Change-Id: I582f7e483d9b2be022db6b055fb2dd5ba82002b5
2025-09-07 17:08:26 -04:00
Leo Famulari
cc4702ddbf
gnu: linux-libre 5.4: Update to 5.4.298.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.298.
(linux-libre-5.4-pristine-source): Update hash.

Change-Id: Ia9dfa9dc5e9c718797affbbf6044463a775e73b5
2025-09-07 17:08:26 -04:00
Leo Famulari
d0714f82a9
gnu: linux-libre 5.10: Update to 5.10.242.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.242.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I179fb56304abb9631f70de8e6626bb61d6c06069
2025-09-07 17:08:25 -04:00
Leo Famulari
3c6b65329f
gnu: linux-libre 5.15: Update to 5.15.191.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.191.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: I9d73c755b64b689a346bff5f6a42e50110e061c3
2025-09-07 17:08:25 -04:00
Leo Famulari
93c0eae9d1
gnu: linux-libre 6.1: Update to 6.1.150.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.150.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I0adb1be6c65feb743c0b94ef69375baa1bd82c60
2025-09-07 17:08:25 -04:00
Leo Famulari
e0db747bf2
gnu: linux-libre 6.6: Update to 6.6.104.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.104.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I84e7c0bd1cad4895abd847f34b221c92c504949e
2025-09-07 17:08:25 -04:00
Cayetano Santos
45f20b35a0
gnu: python-visdom: Update to 0.2.4.
* gnu/packages/machine-learning.scm (python-visdom): Update to 0.2.4.
[build-system]: Switch to pyproject-build-system.
[arguments]: Disable tests.
[propagated-inputs]: Remove python-pyzmq and python-torchfile; add
python-networkx.
[native-inputs]: Add python-setuptools-next.

Change-Id: I29123904158ac95018e2e0a4897e693d8fab973b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-07 21:13:52 +01:00
Cayetano Santos
7b25b2332d
gnu: python-torchfile: Update to 0.1.0-0.fbd434a.
* gnu/packages/machine-learning.scm (python-torchfile): Update to 0.1.0-0.fbd434a.
[source]: Switch to git-fetch to obtain the latest changes and enable
tests.
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable tests.
[propagated-inputs]: Add python-setuptools-next.

Change-Id: I02f94fa4e3b78fd1d3e8e3e80ce3f16fd56e38fa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-07 21:13:52 +01:00
Cayetano Santos
a1a378e4b4
gnu: python-iml: Switch to pyproject.
* gnu/packages/machine-learning.scm (python-iml)[build-system]: Switch
to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.

Change-Id: I417fb03117866821f20b8febaa4599339cd645d2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-07 21:13:47 +01:00
Sharlatan Hellseher
024a70d270
gnu: go-github-com-fxamacker-cbor-v2: Update to 2.9.0.
* gnu/packages/golang-xyz.scm (go-github-com-fxamacker-cbor-v2): Update to 2.9.0.

Change-Id: I2f2ace48c2633fcb323fbc2a179251f04971fc2d
2025-09-07 21:07:11 +01:00
Sharlatan Hellseher
dadfcdbae6
gnu: go-github-com-veraison-go-cose: Skip some tests.
* gnu/packages/golang-crypto.scm (go-github-com-veraison-go-cose)
[arguments]<test-flags>: Skip some not critical tests.

Change-Id: I77cfb4cccde1a0f6df9ccb97d91006c6df8992b7
2025-09-07 21:00:08 +01:00
Sergey Trofimov
9b30ff5202
gnu: emacs-telega: Update to 0.8.522.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.522.

Change-Id: If8217dd48a844d4647d5fddf3e54a1dcc89e5ac6
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-07 16:22:04 +01:00
Sergey Trofimov
f8d6c88cd0
gnu: tdlib: Update to 5c77c4692.
* gnu/packages/messaging.scm (tdlib): Update to 5c77c4692.

Change-Id: Iae669c751bab8352d1396ab88a87eb4f09546f12
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-07 16:21:56 +01:00
Sharlatan Hellseher
f386b608e5
gnu: packages/golang-xyz: Extend module commentary.
* gnu/packages/golang-xyz.scm: Extend module commentary.

Change-Id: Ic856f3f33c5b2e50b2cacb9c4335837cb3f52088
2025-09-07 16:20:01 +01:00
Sharlatan Hellseher
38fe5f1034
gnu: tengo: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (tengo): Switch to package/inherit.
[arguments]: Substitute keyword arguments instead of overwriting them.
[native-inputs]: Inherit.
[propagated-inputs]: Drop all.
[inputs]: Drop all.
[description]: Fix it.

Change-Id: I67e736ec5946290d8ed41648b9c2b684b059a672
2025-09-07 16:05:09 +01:00
Sharlatan Hellseher
73969883e8
gnu: go-tomlv: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (go-tomlv): Switch to package/inherit.
[arguments]: Substitute keyword arguments instead of overwriting them.
[native-inputs]: Inherit.
[propagated-inputs]: Drop all.
[inputs]: Drop all.
[description]: Fix it.

Change-Id: I6545c54440f2d24bd95c1fdb659ae9b4cae82d92
2025-09-07 15:40:13 +01:00
Sharlatan Hellseher
7b871ae9ce
gnu: gofumpt: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (gofumpt): Switch to package/inherit.

Change-Id: I5b54afd3c8bfc7096c3258b090380d6f2910dffc
2025-09-07 15:34:35 +01:00
Sharlatan Hellseher
b72e689dd3
gnu: misspell: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (misspell): Switch to package/inherit.
[arguments]: Substitute keyword arguments instead of overwriting them.
[native-inputs]: Inherit.
[propagated-inputs]: Drop all.
[inputs]: Drop all.

Change-Id: I5ed408004c0bc122c00f0239ff71716641f4221c
2025-09-07 15:31:34 +01:00
Sharlatan Hellseher
34a63903a7
gnu: gops: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (gops): Switch to package/inherit.

Change-Id: I965793897f767b95776638f6bd48cb19dd6916a3
2025-09-07 15:27:50 +01:00
Sharlatan Hellseher
dc10ed47df
gnu: Add go-gopkg-in-evanphx-json-patch-v4.
* gnu/packages/golang-web.scm (go-gopkg-in-evanphx-json-patch-v4): New variable.

Change-Id: I7bc78c6206daf55b9d4a928cf1782e8bc117c374
2025-09-07 15:19:16 +01:00
Sharlatan Hellseher
9e88bddbe4
gnu: go-github-com-evanphx-json-patch: Update to 4.13.0.
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch): Update
to 4.13.0.
[arguments] <go>: Use default, go-1.24.
<unpack-path>: Add it.
<test-flags>: Add "-vet=off".
[description]: Fix indentation.
(go-github-com-evanphx-json-patch-v5): Fix indentation.
[arguments]: Do not overwrite, but substitute <import-path> only.

Change-Id: Ied53f8d51fb514f9bd2e82b4526f807bf2359a30
2025-09-07 15:19:16 +01:00
Guillaume Le Vaillant
158a30fc03
gnu: sbcl: Fix build on arm64.
* gnu/packages/patches/sbcl-fix-arm64-shared-lib.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.

Change-Id: Icb49d76e0e68e02f7e7bb9ef49ce862dcce3969a
2025-09-07 15:08:16 +02:00
Guillaume Le Vaillant
70a45f313d
gnu: cl-ledger: Update to 4.0.0-2.b0174f5.
* gnu/packages/lisp-xyz.scm (sbcl-cl-ledger): Update to 4.0.0-2.b0174f5.
  [inputs]: Remove labels.
  [arguments]: Use gexp.

Change-Id: Id254cf98fce9229241f7a12d46d42ad9fa08b27d
2025-09-07 15:08:16 +02:00