summaryrefslogtreecommitdiff
path: root/distro
Commit message (Collapse)AuthorAge
...
* distro: Add bzip2.Ludovic Courtès2012-09-02
| | | | | * distro/base.scm (bzip2): New variable. (%final-inputs): Add bzip2.
* distro: Bootstrap standard inputs from Nixpkgs.Ludovic Courtès2012-09-02
| | | | | | | | | | | | | | | | | | | This is a first step towards bootstrapping from a set of pre-built, statically-linked binaries. * guix/build-system/gnu.scm (package-with-explicit-inputs, standard-inputs): New procedure. (%store): New variable. (%standard-inputs): Remove. (gnu-build): New `implicit-inputs?' keyword parameter. Use it to choose whether to use `(standard-inputs SYSTEM)' or the empty list. * distro/base.scm (guile-2.0): Remove dependency on XZ, which is now implicit. (%bootstrap-inputs, gcc-boot0, binutils-boot0, linux-headers-boot0, %boot1-inputs, glibc-final, %boot2-inputs, m4-boot2, gmp-boot2, mpfr-boot2, mpc-boot2, %boot3-inputs, gcc-final, %boot4-inputs, %final-inputs): New variables.
* distro: recutils: Allow builds with glibc 2.16+.Ludovic Courtès2012-09-02
| | | | * distro/base.scm (recutils): Apply. `diffutils-gets-undeclared.patch'.
* distro: glibc: Propagate Linux headers.Ludovic Courtès2012-09-02
| | | | | * distro/base.scm (glibc): Move LINUX-HEADERS from `native-inputs' to `propagated-inputs'. Remove unnecessary `_' in /bin/pwd substitution.
* distro: diffutils: Allow builds with glibc 2.16+.Ludovic Courtès2012-09-02
| | | | | | | * distro/patches/diffutils-gets-undeclared.patch: New file. * Makefile.am (dist_patch_DATA): Add it. * distro/base.scm (diffutils): Apply. `diffutils-gets-undeclared.patch'.
* distro: tar: Allow builds with glibc 2.16+.Ludovic Courtès2012-09-02
| | | | | | | * distro/patches/tar-gets-undeclared.patch: New file. * Makefile.am (dist_patch_DATA): Add it. * distro/base.scm (tar): Apply. `tar-gets-undeclared.patch'.
* utils: Change `substitute*' to allow iteration over several matches.Ludovic Courtès2012-09-01
| | | | | | | | | | | | | | * guix/build/utils.scm (substitute): Do not pass the OUT to PROC; use `list-matches' instead of `regexp-exec' and pass a list of matches to PROC. Expect PROC to return a string, and output that. Fold over RX+PROC in order. Use `(read-line p 'concat)' to include the trailing delimiter in LINE. (substitute*): Produce code to iterate over the matches, and return a string, which includes anything from the original line that's in between matches. * distro/base.scm (gcc-4.7, glibc): Adjust accordingly: remove use of (ice-9 regex) and `regexp-substitute/global'; return a string.
* distro: m4: Add patch to allow builds with glibc 2.16+.Ludovic Courtès2012-09-01
| | | | | | | * distro/base.scm (m4): Use `m4-gets-undeclared.patch'. * distro/patches/m4-gets-undeclared.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* build-system/gnu: Add `path-exclusions' parameter.Ludovic Courtès2012-09-01
| | | | | | | | | * guix/build/gnu-build-system.scm (set-paths): Add new `path-exclusions' parameter; honor it. * guix/build-system/gnu.scm (gnu-build): New `path-exclusions' keyword parameter; pass it to BUILDER. * distro/base.scm (gcc-4.7): Exclude "libc" from $LIBRARY_PATH.
* distro: gcc: Allow `libstdc++' to be found.Ludovic Courtès2012-09-01
| | | | | * distro/base.scm (gcc-4.7): Add `-rpath' arguments to `LIB_SPEC' to allow `libstdc++' to be found by users.
* distro: gcc: Pass #:strip-binaries?.Ludovic Courtès2012-09-01
| | | | * distro/base.scm (gcc-4.7): Pass #:strip-binaries?.
* distro: gcc: Do not store configure flags in the resulting binaries.Ludovic Courtès2012-08-30
| | | | | * distro/base.scm (gcc-4.7): Add a `post-configure' phase to clear `TOPLEVEL_CONFIGURE_ARGUMENTS' in the top-level `Makefile'.
* distro: Add missing Binutils patch.Ludovic Courtès2012-08-29
| | | | | * distro/patches/binutils-ld-new-dtags.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* distro: Add the GNU C Library.Ludovic Courtès2012-08-28
| | | | * distro/base.scm (glibc): New variable.
* distro: Add Linux headers.Ludovic Courtès2012-08-28
| | | | * distro/base.scm (linux-headers): New variable.
* distro: Add GNU Binutils.Ludovic Courtès2012-08-25
| | | | * distro/base.scm (binutils): New variable.
* distro: Add GCC.Ludovic Courtès2012-08-25
| | | | * distro/base.scm (gcc-4.7): New variable.
* distro: coreutils: Remove erroneous hack.Ludovic Courtès2012-08-23
| | | | | | * distro/base.scm (coreutils)[arguments]: Remove "FORCE_UNSAFE_CONFIGURE" setting, since in fact, this is no problem when using Nix with separate build users.
* distro: Add GNU Coreutils.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (coreutils): New variable.
* distro: Add XZ.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (xz): New variable.
* distro: Add GNU gzip.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (gzip): New variable.
* distro: Add GNU Patch.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (patch): New variable.
* distro: Add GNU Diffutils.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (diffutils): New variable.
* distro: Move patches to their own directory.Ludovic Courtès2012-08-22
| | | | | | | | | | | | | | | | | | | * Makefile.am (nobase_dist_guilemodule_DATA): Keep only $(MODULES). (patchdir): New variable. (dist_patch_DATA): New variable. Patch files formerly in $(nobase_dist_guilemodule_DATA). (.scm.go): Define `DISTRO_PATCH_DIRECTORY' and `DISTRO_INSTALLED_PATCH_DIRECTORY'. (TESTS_ENVIRONMENT): Define `DISTRO_PATCH_DIRECTORY'. * distro.scm (%patch-directory): New variable. (search-patch): New procedure. * distro/base.scm: Use `search-patch' instead of `(search-path %load-path ...)'. * distro/findutils-absolute-paths.patch, distro/guile-1.8-cpp-4.5.patch, distro/m4-readlink-EINVAL.patch, distro/m4-s_isdir.patch, distro/make-impure-dirs.patch: Move to `distro/patches'.
* distro: Add GNU Findutils.Ludovic Courtès2012-08-22
| | | | | | * distro/base.scm (findutils): New variable. * distro/findutils-absolute-paths.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
* distro: Add GNU grep.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (grep): New variable.
* distro: Add GNU tar.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (tar): New variable.
* distro: Add GNU sed.Ludovic Courtès2012-08-22
| | | | * distro/base.scm (sed): New variable.
* distro: Add GNU Bash.Ludovic Courtès2012-08-21
| | | | * distro/base.scm (bash): New variable.
* distro: Add GNU Make.Ludovic Courtès2012-08-21
| | | | | | * distro/base.scm (gnu-make): New variable. * distro/make-impure-dirs.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
* distro: gmp: Fix typo in URL.Ludovic Courtès2012-08-19
| | | | * distro/base.scm (gmp): Fix URL.
* distro: Add GNU MPC.Ludovic Courtès2012-07-21
| | | | * distro/base.scm (mpc): New variable.
* distro: Add GNU MPFR.Ludovic Courtès2012-07-21
| | | | * distro/base.scm (mpfr): New variable.
* distro: Add GNU recutils.Ludovic Courtès2012-07-21
| | | | * distro/base.scm (recutils): New variable.
* distro: Add libffi.Ludovic Courtès2012-07-13
| | | | | * distro/base.scm (libffi): New variable. (guile-2.0): Use it.
* distro: Add GNU Ncurses.Ludovic Courtès2012-07-12
| | | | | * distro/base.scm (ncurses): New variable. (readline): Use it.
* distro: Add GNU Readline.Ludovic Courtès2012-07-12
| | | | | | | | * distro/base.scm (readline): New variable. (guile-1.8, guile-2.0): Use it. * distro/readline-link-ncurses.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
* Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès2012-07-11
| | | | | | * guix/utils.scm (nixpkgs-derivation*): New macro. * distro/base.scm: Use it instead of `nixpkgs-derivation'.
* distro: Add GNU libunistring.Ludovic Courtès2012-07-11
| | | | | * distro/base.scm (libunistring): New variable. (guile-2.0): Use it.
* distro: Add GNU Libtool.Ludovic Courtès2012-07-11
| | | | | * distro/base.scm (libtool): New variable. (guile-1.8, guile-2.0): Use it.
* distro: Add GMP.Ludovic Courtès2012-07-11
| | | | | * distro/base.scm (gmp): New variable. (guile-1.8, guile-2.0): Use it.
* distro: Add GNU M4.Ludovic Courtès2012-07-11
| | | | | | | * distro/base.scm (m4): New variable. * distro/m4-readlink-EINVAL.patch, distro/m4-s_isdir.patch: New files. * Makefile.am (nobase_dist_guilemodule_DATA): Add them.
* distro: Add Guile-Reader.Ludovic Courtès2012-07-07
| | | | | * distro/base.scm (guile-reader): New procedure. (guile-reader/guile-1.8, guile-reader/guile-2.0): New variables.
* distro: guile-2.0: Propagate libunistring and Libtool.Ludovic Courtès2012-07-07
| | | | * distro/base.scm (guile-2.0): Propagate libunistring and Libtool.
* distro: guile-1.8: Propagate GMP and Libtool.Ludovic Courtès2012-07-07
| | | | * distro/base.scm (guile-1.8): Propagate GMP and Libtool.
* distro: Add GNU Guile 2.0, released today!Ludovic Courtès2012-07-07
| | | | * distro/base.scm (guile-2.0): New variable.
* distro: Add Lout.Ludovic Courtès2012-07-07
| | | | * distro/base.scm (lout): New variable.
* utils: Change `substitute' and `substitute*' to work with several regexps.Ludovic Courtès2012-07-07
| | | | | | | | * guix/build/utils.scm (substitute): Change to accept a `pattern+procs' parameter. Iterate over it. (substitute*): Adjust accordingly. * distro/base.scm (guile-1.8): Adjust accordingly.
* distro: gawk: Disable parallel tests.Ludovic Courtès2012-07-07
| | | | * distro/base.scm (gawk): Explicitly disable parallel tests.
* utils: Introduce `substitute*', for easier sed-like syntax.Ludovic Courtès2012-07-07
| | | | | | | * guix/build/utils.scm (let-matches, substitute*): New macros. * distro/base.scm (guile-1.8): Use `substitute*' instead of `substitute'. Remove the #:modules argument.