~ruther/guix-local

ref: 1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0 guix-local/gnu/packages/base.scm -rw-r--r-- 53.9 KiB
e4cddbbc — Marius Bakke 8 years ago
Merge branch 'master' into staging
d03b34cf — Ricardo Wurmus 8 years ago
gnu: glibc/hurd: Do not apply i686 patch.

This is a follow-up to commit c2e4f14ac8cd3e1ce7f46a192ad0c9acc084b210.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Override pre-configure phase
with a copy that does not include the patch application.
5d6e38a6 — Ricardo Wurmus 8 years ago
gnu: glibc/hurd: Use modify-phases syntax.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Use modify-phases syntax.
441e99d4 — Ricardo Wurmus 8 years ago
gnu: glibc/hurd: Do not apply i686 patch.

This is a follow-up to commit c2e4f14ac8cd3e1ce7f46a192ad0c9acc084b210.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Override pre-configure phase
with a copy that does not include the patch application.
711a0dce — Ricardo Wurmus 8 years ago
gnu: glibc/hurd: Use modify-phases syntax.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Use modify-phases syntax.
61b1df6f — Marius Bakke 8 years ago
Merge branch 'master' into staging
5c6b6827 — Ludovic Courtès 9 years ago
gnu: libiconv: Update to 1.15.

* gnu/packages/base.scm (libiconv): Update to 1.15.
f18f4364 — Kei Kebreau 9 years ago
Merge commit '2ff8dea' into gnome-updates
c2e4f14a — Ricardo Wurmus 9 years ago
gnu: glibc/linux: Fix build of glibc-intermediate.

This is a follow-up to commit b2fd8f63679aa4f244c36fdca62f23c00b8eded9.

* gnu/packages/base.scm (glibc/linux)[arguments]: Take patch from either
native-inputs or just inputs; fix syntax error; report errors on patch
failure.
b2fd8f63 — Ricardo Wurmus 9 years ago
gnu: glibc/linux: Fix runtime crashes on i686 systems.

* gnu/packages/patches/glibc-memchr-overflow-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[native-inputs]:
Add the patch conditionally for i686 systems.
* gnu/packages/base.scm (glibc/linux)[native-inputs]: Add the patch
conditionally for i686 systems.
[arguments]: Apply the patch conditionally on i686 systems.
2018eea0 — Leo Famulari 9 years ago
Merge branch 'staging'
39d2d9a7 — Leo Famulari 9 years ago
Merge branch 'master' into staging
fd6ec6bd — Ludovic Courtès 9 years ago
gnu: coreutils@8.27: Do not apply 'coreutils-cut-huge-range-test.patch'.

This patch is not needed in 8.27.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/base.scm (coreutils-8.27)[arguments]: New field.
1524851f — Leo Famulari 9 years ago
Merge branch 'master' into staging
e162050d — Marius Bakke 9 years ago
gnu: Add workaround for `date` regression in coreutils@8.26.

See <https://bugs.gnu.org/23035> and <https://bugs.gnu.org/26238>.

* gnu/packages/base.scm (coreutils-8.27): New variable.
* gnu/system.scm (%base-packages): Use that instead of COREUTILS.
52196aea — Leo Famulari 9 years ago
gnu: tzdata: Update to 2017b.

* gnu/packages/base.scm (tzdata): Update to 2017b.
2a0d5de5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
84157bb8 — Marius Bakke 9 years ago
Merge branch 'master' into core-updates

Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
6fd52309 — Tobias Geerinckx-Rice 9 years ago
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.

All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
d1e3f59c — Ludovic Courtès 9 years ago
gnu: coreutils: Patch 'cut' unit test on ARM.

Fixes <https://bugs.gnu.org/26253>.

* gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file.
* gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input.
[arguments] <#:phases>: On ARM, add 'patch-cut-test' phase.
* gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'.
Next