diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-10-16 16:27:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-16 17:36:19 +0200 |
commit | ed41d48ef195960d784db0e547d5ff6dcaa9b774 (patch) | |
tree | 01c02125166a6f1e78b6928f81dc3f9efeff8f69 /gnu-system.am | |
parent | 63760b5bab223131d3cef39755eaff9ea3c4d70b (diff) | |
download | guix-ed41d48ef195960d784db0e547d5ff6dcaa9b774.tar guix-ed41d48ef195960d784db0e547d5ff6dcaa9b774.tar.gz |
gnu: make: Update to 4.0, with Guile support.
* gnu/packages/base.scm (gnu-make): Update to 4.0. Add Guile as an input.
(gnu-make-boot0): Patch 'build.sh' so it does not attempt to build 'guile.c'.
(gnu-make-final): New variable.
(%final-inputs): Use it.
(glibc): Add 'glibc-make-4.0.patch'.
* gnu/packages/patches/glibc-make-4.0.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 844ba10f6f..2397e85a32 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -218,6 +218,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ + gnu/packages/patches/glibc-make-4.0.patch \ gnu/packages/patches/glibc-no-ld-so-cache.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ |