Age | Commit message (Expand) | Author |
---|---|---|
2012-07-05 | build-system/gnu: Make the builder's module list a parameter.•••* guix/build-system/gnu.scm (gnu-build): Add a `modules' keyword parameter; use it. | Ludovic Courtès |
2012-06-28 | build-system/gnu: Add GNU Awk to the standard inputs.•••* guix/build-system/gnu.scm (%standard-inputs): Add GNU Awk. | Ludovic Courtès |
2012-06-28 | Introduce `compile-time-value' and use it.•••* guix/utils.scm (compile-time-value): New macro. (%nixpkgs-directory): Use it. * guix/build-system/gnu.scm (%standard-inputs): Likewise. | Ludovic Courtès |
2012-06-28 | build-system/gnu: Have `configure-flags' and `make-flags' evaluated.•••* guix/build-system/gnu.scm (gnu-build): Double-quote the default value of MAKE-FLAGS and CONFIGURE-FLAGS. Don't quote them in BUILDER. | Ludovic Courtès |
2012-06-27 | Abstract build systems.•••* Makefile.am (MODULES): Add `guix/build-system.scm' and `guix/build-system/gnu.scm'. Remove `guix/gnu-build-system.scm'. * guix/build-system.scm: New file. * guix/gnu-build-system.scm: Rename to... * guix/build-system/gnu.scm: ... this. (gnu-build-system): New variable. * tests/builders.scm: Adjust `use-module' clauses. ("gnu-build-system"): New test. | Ludovic Courtès |