~ruther/guix-local

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>
d32153f7 — Efraim Flashner 9 months ago
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>
fd76ee02 — Efraim Flashner 7 months ago
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
gnu: trealla: Update to 2.82.31.

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

Change-Id: If99ee25ea8b308566079376f92b0856f084a68fa
Next