~ruther/guix-local

75007728 — Sharlatan Hellseher 7 months ago
gnu: Add go-go-yaml-in-yaml-v2.

* gnu/packages/golang-xyz.scm (go-go-yaml-in-yaml-v2): New variable.

Change-Id: If5c5f8acfebe6358d95bb1807ad03b1adc4ff6c5
gnu: trealla: Update to 2.82.32.

* gnu/packages/prolog.scm (trealla): Update to 2.82.32.

Change-Id: Ib5afd2251d5ac15c4bedc1bb6cd54a07e6be7531
5eeb9d93 — Vagrant Cascadian 7 months ago
gnu: diffoscope: Update to 306.

* gnu/packages/diffoscope.scm (diffoscope): Update to 306.
18adbefa — Rodion Goritskov 7 months ago
gnu: clifm: Update to 1.26.

* gnu/packages/clifm.scm (clifm): Update to 1.26.

Change-Id: I68b0274d428f351c823878bb9ebd5bd06ceb2b0b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
ab2fed9a — Alexey Abramov 8 months ago
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>
92c63391 — Hilton Chain 7 months ago
gnu: gtk+/fixed: Apply input method patches.

Follow-up to 80cb493b9e61351b9d3a1ef3b56da629223910ac.

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

Fixes: #2059
Change-Id: Ie2d8d4b0a7c65ae8f7a8a14795f0ca60a550bfbc
79ff2b35 — 宋文武 7 months ago
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
19092ca5 — Efraim Flashner 7 months ago
gnu: gcc-4.8: Fix supported systems list.

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

Change-Id: Icf5d8ceb63f49d2429cd3c10f8eb929c68c39aff
de00dc32 — Efraim Flashner 7 months ago
gnu: gcc-4.8: Fix supported systems list.

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

Change-Id: I7cb69a6320fb19b2cbc07c1099f6937f351948ff
f3699675 — Efraim Flashner 7 months ago
gnu: gcc-5: Fix supported systems list.

This is a follow-up to 926225ec3eb990988f3b7eeeefc78c6c971d5b11.

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

Change-Id: I90ad75944605b457935f3d831181b3c96469ac54
b0333c8b — Efraim Flashner 7 months ago
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
3614c6d1 — Efraim Flashner 7 months ago
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
95500f96 — Gabriel Wicki 7 months ago
gnu: Update yt-dlp to 2025.09.05.

* gnu/packages/video.scm (yt-dlp): Update to 2025.09.05.

Change-Id: Ie673a7028ea84e828b5e03a65504e55e2aa804ce
b69d7013 — Efraim Flashner 9 months ago
Add codespell hint file.

* .codespellrc: New file.

Change-Id: Ie64700753ef2151223a34f566f7a1380d850e037
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1d931e57 — Efraim Flashner 9 months ago
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>
8c9493cb — Efraim Flashner 9 months ago
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>
88449118 — Efraim Flashner 9 months ago
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>
926225ec — Efraim Flashner 9 months ago
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>
c559d686 — Efraim Flashner 9 months ago
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>
1956a644 — Efraim Flashner 9 months ago
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>
Next