summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-08-14build: Pass the right flags for "make distcheck".Ludovic Courtès
2012-08-14build: Add `test.drv' to the distribution.Ludovic Courtès
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès
2012-08-14build: Add SRFI-64 to the distribution.Ludovic Courtès
2012-08-14build: Add release.nix.Ludovic Courtès
2012-07-21distro: Add GNU MPC.Ludovic Courtès
2012-07-21distro: Add GNU MPFR.Ludovic Courtès
2012-07-21distro: Add GNU recutils.Ludovic Courtès
2012-07-13distro: Add libffi.Ludovic Courtès
2012-07-12distro: Add GNU Ncurses.Ludovic Courtès
2012-07-12distro: Add GNU Readline.Ludovic Courtès
2012-07-12guix-build: Default the number of build cores to (current-processor-count).Ludovic Courtès
2012-07-11Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès
2012-07-11distro: Add GNU libunistring.Ludovic Courtès
2012-07-11distro: Add GNU Libtool.Ludovic Courtès
2012-07-11distro: Add GMP.Ludovic Courtès
2012-07-11distro: Add GNU M4.Ludovic Courtès
2012-07-07build: Use Automake's `gnu' option. v0.0Ludovic Courtès
2012-07-07build: Adjust tests to Automake 1.12.Ludovic Courtès
2012-07-07Add `THANKS'.Ludovic Courtès
2012-07-07build: Tell xgettext that the source is UTF-8.Ludovic Courtès
2012-07-07distro: Add Guile-Reader.Ludovic Courtès
2012-07-07Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.Ludovic Courtès
2012-07-07build-system/gnu: Add dependency on GNU Findutils.Ludovic Courtès
2012-07-07distro: guile-2.0: Propagate libunistring and Libtool.Ludovic Courtès
2012-07-07distro: guile-1.8: Propagate GMP and Libtool.Ludovic Courtès
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès
2012-07-07distro: Add GNU Guile 2.0, released today!Ludovic Courtès
2012-07-07build-system/gnu: Set $PKG_CONFIG_PATH.Ludovic Courtès
2012-07-07distro: Add Lout.Ludovic Courtès
2012-07-07build-system/gnu: Add `tests?' parameter.Ludovic Courtès
2012-07-07utils: Have `substitute' restore the file's permission bits.Ludovic Courtès
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps.Ludovic Courtès
2012-07-07distro: gawk: Disable parallel tests.Ludovic Courtès
2012-07-07guix-build: Add `--cores'.Ludovic Courtès
2012-07-07build-system/gnu: Support parallel builds and tests.Ludovic Courtès
2012-07-07utils: Introduce `substitute*', for easier sed-like syntax.Ludovic Courtès
2012-07-06distro: Add GNU Guile 1.8.Ludovic Courtès
2012-07-06utils: Make sure `substitute' writes all its output.Ludovic Courtès
2012-07-06gnu-build-system: Dump the values of environment variables.Ludovic Courtès
2012-07-05packages: Allow inputs that are local files.Ludovic Courtès
2012-07-05build-system/gnu: Add a `patch' phase.Ludovic Courtès
2012-07-05build-system/gnu: Make the builder's module list a parameter.Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co.Ludovic Courtès
2012-07-05packages: Add a `self-native-input?' field.Ludovic Courtès
2012-07-03Rename <package-source> to <origin>; use the `letrec*' behavior in packages.Ludovic Courtès
2012-07-03define-record-type*: Add `letrec*' behavior.Ludovic Courtès
2012-07-02Add a `base32' macro, for convenience.Ludovic Courtès
2012-07-02packages: Allow the `arguments' field to be a procedure.Ludovic Courtès
2012-07-02gnu-build-system: Improve the `configure' and `check' phases.Ludovic Courtès