summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-02-17gnu: commencement: Add sed-boot0.Jan Nieuwenhuizen
linux-libre-headers depends on `sed -E', introduced in sed 4.1.5. * gnu/packages/commencement.scm (sed-boot0): New variable. (%boot0-inputs): Add it.
2020-02-17gnu: commencement: Add gawk-boot0.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gawk-boot0): New variable. (%boot0-inputs): Add it.
2020-02-17gnu: commencement: file: Build file without bzip2.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (file): New variable. Use it instead of (gnu packages file), removing failing bzip2 extension.
2020-02-17gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of ↵Jan Nieuwenhuizen
coreutils&co. * gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: Remove m4-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (m4-mesboot): Remove.
2020-02-17gnu: commencement: Add coreutils-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (coreutils-mesboot): New variable. (%boot-mesboot6-inputs): New variable.
2020-02-17gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-mesboot-wrapper): Use Gash instead of coreutils&co. (%boot-mesboot5-inputs): New variable.
2020-02-17gnu: commencement: gcc-mesboot: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-mesboot): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-mesboot1-wrapper): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (glibc-mesboot): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (glibc-headers-mesboot): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (binutils-mesboot): Use Gash instead of coreutils&co. * gnu/packages/commencement.scm (%boot-mesboot3-inputs): New variable.
2020-02-17gnu: commencement: Add hello-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (hello-mesboot): New variable.
2020-02-17gnu: commencement: Add xz-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (xz-mesboot): New variable.
2020-02-17gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-mesboot1): Use Gash instead of coreutils&co.
2020-02-17gnu: commencement: Add bash-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (bash-mesboot): New variable.
2020-02-17gnu: commencement: Add gcc-core-mesboot1.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-core-mesboot1): New variable. (gmp-boot, mpfr-boot, mpc-boot): Scheme-only bootstrap. * gnu/packages/patches/gcc-boot-4.6.4.patch: New file. * gnu/packages/patches/gcc-boot-4.7.4.patch: Remove. * gnu/local.mk (dist_patch_DATA): Update.
2020-02-17gnu: commencement: Add sed-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (sed-mesboot): New variable.
2020-02-17gnu: commencement: Add gawk-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gawk-mesboot): New variable.
2020-02-17gnu: commencement: Add make-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (make-mesboot): New variable.
2020-02-17gnu: commencement: Add coreutils-mesboot0.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (coreutils-mesboot0): New variable.
2020-02-17gnu: commencement: Add binutils-mesboot1.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (binutils-mesboot1): New variable.
2020-02-17gnu: commencement: Add grep-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (grep-mesboot): New variable.
2020-02-17gnu: commencement: Add tar-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (tar-mesboot): New variable.
2020-02-17gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-mesboot0): Use Gash instead of coretutils&co. * gnu/packages/commencement.scm (%boot-mesboot0-inputs): New variable.
2020-02-17gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (glibc-mesboot0): Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (mesboot-headers): Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: Add gawk-mesboot0.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gawk-mesboot0): New variable.
2020-02-17gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gcc-core-mesboot0): Rename from gcc-core-mesboot; Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (binutils-mesboot0): Use Gash instead of coretutils&co; downgrade to 2.14.0.
2020-02-17gnu: commencement: Add sed-mesboot0.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (sed-mesboot0): New variable. * gnu/packages/commencement.scm (%boot-tcc-inputs): New variable.
2020-02-17gnu: commencement: Add patch-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (patch-mesboot): New variable.
2020-02-17gnu: commencement: diffutils-mesboot: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (diffutils-mesboot): Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: tcc-boot: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (tcc-boot): Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: Add bash-mesboot0.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (bash-mesboot0): New variable.
2020-02-17gnu: commencement: Add bzip2-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (bzip2-mesboot): New variable.
2020-02-17gnu: commencement: make-mesboot0: Use Gash instead of coreutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (make-mesboot0): Use Gash instead of coreutils&co. (%boot-tcc0-inputs): New variable.
2020-02-17gnu: commencement: Add gzip-mesboot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gzip-mesboot): New variable.
2020-02-17gnu: commencement: tcc-boot0: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (tcc-boot0): Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: mes-boot: Use Gash instead of coretutils&co.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (mes-boot): Update to 0.21-32-g51c7e5f6f. Use Gash instead of coretutils&co.
2020-02-17gnu: commencement: Add %bootstrap-mes-rewired.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (%bootstrap-mes-rewired): New variable.
2020-02-17gnu: commencement: Add gash-core-utils-boot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gash-core-utils-boot): New variable. (%boot-gash-inputs): New variable.
2020-02-17gnu: commencement: Add gash-boot.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (gash-boot): New variable.
2020-02-17gnu: commencement: Add %bootstrap-guile+guild.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (%bootstrap-guile+guild): New variable.
2020-02-17gnu: bootstrap: Add janneke's guix package url.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add janneke's guix package url.
2020-02-17gnu: Add gash-core-utils.Jan Nieuwenhuizen
* gnu/packages/shells.scm (gash-core-utils): New variable.
2020-02-17gnu: gnutls: Add dependency on datefudge.Ludovic Courtès
* gnu/packages/time.scm (datefudge)[source]: Use 'url-fetch' instead of 'git-fetch'. * gnu/packages/tls.scm (gnutls)[native-inputs]: Add DATEFUDGE.
2020-02-17gnu: datefudge: Fix compilation against libc 2.31.Ludovic Courtès
* gnu/packages/patches/datefudge-gettimeofday.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/time.scm (datefudge)[source] Use it.
2020-02-17utils: Change 'patch-shebang' to not try to patch Rust source files.Danny Milosavljevic
* guix/build/utils.scm (patch-shebang): Match only absolute paths.
2020-02-16build: gnu-build-system: Adjust NOCONFIGURE variable.Efraim Flashner
This ia a follow-up to 481a0f1a7ceac666a011b28324220584ead07698. * guix/build/gnu-build-system.scm (bootstrap): Set NOCONFIGURE for all bootstrap scripts. Clean up variable after use.