~ruther/guix-local

ed0cd12a — Ludovic Courtès 2 years ago
gnu: glibc: Install C.UTF-8 locale.

* gnu/packages/base.scm (glibc)[arguments]: Add ‘install-utf8-c-locale’
phase.
(glibc-2.35)[arguments]: Delete ‘install-utf8-c-locale’ phase.
(glibc-2.33, glibc-2.32, glibc-2.31): Inherit from ‘glibc-2.35’.

Change-Id: I7ba515184c7b7c40eaefd355639ffef8eeca66d8
9dbba023 — Ludovic Courtès 2 years ago
gnu: glibc: Update to 2.38.

* gnu/packages/patches/glibc-2.38-ldd-x86_64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc): Update to 2.38.
[source]: Adjust list of patches.
[arguments]: Add ‘--enable-crypt’.
(glibc-2.35): New variable.

Change-Id: I040b724c47d2ee5f90f2deb03a4828e79d1bfc4e
a488866c — Janneke Nieuwenhuizen 2 years ago
gnu: mpfr: Update to 4.2.1.

This fixes building mpfr with glibc-2.38.

* gnu/packages/multiprecision.scm (mpfr): Update to 4.2.1.

Change-Id: Ib8a8eecc9e72587e0fc1b8b0ee965aa274b85c7b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
61c6d0bd — Ludovic Courtès 2 years ago
gnu: glibc-utf8-locales: Generalize and use gexps.

Previously code was dependent on the ‘name’ field of the GLIBC package.

* gnu/packages/base.scm (make-glibc-utf8-locales): Use gexps.  Replace
references to ‘%build-inputs’ by calls to ‘which’.  Replace reference to
‘version’ by (package-version this-package).

Change-Id: I1e7003047aa85df74069b233191ab331b5f887b6
1487b3f5 — Greg Hogan 2 years ago
gnu: gcc@11: Update to 11.4.0.

* gnu/packages/gcc.scm (gcc-11): Update to 11.4.0.
Remove ‘gcc-10-tree-sra-union-handling.patch’.

Change-Id: Iff8c9151326c87cb13db9c5b1a00c44b8eef95e3
Co-authored-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bbef1373 — Efraim Flashner 2 years ago
gnu: grep-final: Adjust for changes in grep.

* gnu/packages/commencement.scm (grep-final)[arguments]: Strip inherited
configure-flags.
[inputs]: Remove inherited pcre2, not pcre.

Change-Id: Ib912430712b3d4dfea4854e563e4efb4ae5e3e45
b237c871 — Efraim Flashner 2 years ago
gnu: grep-mesboot: Remove inherited configure-flags.

* gnu/packages/commencement.scm (grep-mesboot)[arguments]: Strip
inherited configure-flags.

Change-Id: Id1e9c0d742aaa978b436073088f92a742ec45272
968c6da4 — spacecadet 2 years ago
gnu: grep: Fix PCRE matches (grep -P).

* gnu/packages/base.scm (grep)[inputs]: Replace pcre with pcre2.
[arguments]: Add "--enable-perl-regexp" to #:configure-flags to
detect broken PCRE in future.

Change-Id: I612564ca9ceae6aeee325368f34b2aa35eba0c40
a97ca00a — Tobias Geerinckx-Rice 2 years ago
gnu: image: Reformat comments.

I wrote these to fit on their lines, so the pointless widows bug me.

* gnu/build/image.scm (make-iso9660-image): M-q comments.
3db653a2 — Hilton Chain 2 years ago
gnu: gitless: Fix definition.

This is a follow-up of 04031f4c16f38b2653797b9942d4da143f501cbb (gnu: gitless:
Add bash-minimal to inputs, use gexps.).

gnu/packages/version-control.scm(gitless)[arguments] Move #~ to #:phases.

Change-Id: Ibe3cdbd24fc0b27a15a880a2a45cb0cd8cfde84d
Signed-off-by: Hilton Chain <hako@ultrarare.space>
07323cdf — Zheng Junjie 2 years ago
gnu: fontforge: Fix build.

This follows up on commit 3f2c6cc3933bc01077383e4ff83b6a5d00f83129 (gnu:
fontutils: Add 'bash' input for 'wrap-program'.).

gnu/packages/fontutils.scm(fontforge)[arguments]<#:phases>: Adjust input names.

Change-Id: I64c3992e995294cb04a9f4c79cd841bfc51ba08d
Signed-off-by: Hilton Chain <hako@ultrarare.space>
c1e59e89 — Bruno Victal 2 years ago
gnu: httpd: Rewrite using G-Expressions.

* gnu/packages/web.scm (httpd): Rewrite using G-Expressions.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
90f7b095 — Maxime Devos 4 years ago
gnu: rust: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/rust.scm
(rust-bootstrap)[inputs]: Add 'bash-minimal'.
(rust-1.55)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I8f0f71b236504d6a2e04c5823fbf20f926485992
7c702d7e — Maxime Devos 4 years ago
gnu: rednotebook: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/rednotebook.scm (rednotebook)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I95d596403bd603df2ef48145bc87f783625b11cf
a6ad5b91 — Maxime Devos 4 years ago
gnu: gnuradio: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/radio.scm
(gnuradio)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ia3c4d9e65c5ca8ea1d5456dd59d74e9a5b7503da
cd5ad36f — Maxime Devos 4 years ago
gnu: python-screenkey: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/python-xyz.scm
  (python-screenkey)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
c2dcce11 — Maxime Devos 4 years ago
gnu: presentty: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/presentation.scm
(presentty)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ief6c983cdbced493c27c8584ac63afe5bc0bac98
ad67bbb5 — Maxime Devos 4 years ago
gnu: plotutils: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/plotutils.scm
(plotutils)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ib898b9ff05c65bdd58fa97b093d3d0f7683f12f2
feb52f7f — Maxime Devos 4 years ago
gnu: piet: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/piet.scm
(npiet)[inputs]: Add 'bash-minimal'.
(piet-toolchain): Delete trailing #t.
[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I804edbb3696fda1cee9df579be2cfd7158b18514
7a7be612 — Maxime Devos 4 years ago
gnu: orange: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/orange.scm (orange)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Icd77fcd747fc2066d7a413c984f22c134ffddbec
Next