summaryrefslogtreecommitdiff
path: root/guix/build-system/gnu.scm
Commit message (Expand)AuthorAge
...
* build-system/{perl,cmake}: Keep the standard search paths of gnu-build-system.Ludovic Courtès2013-04-16
* build-system/gnu: Fix search path computation with implicit inputs.Ludovic Courtès2013-04-09
* packages: Add `native-search-paths' field and honor it.Ludovic Courtès2013-03-30
* build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès2013-03-30
* Add (guix build-system perl).Ludovic Courtès2013-03-04
* build-system/gnu: Make the strip behavior of `static-package' configurable.Ludovic Courtès2013-02-14
* build-system/gnu: Clarify docstring of `package-with-extra-configure-variable'.Ludovic Courtès2013-02-08
* packages: Mark the `arguments' field of <package> as thunked.Ludovic Courtès2013-01-23
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* build-system/gnu: Allow the `source' argument to be #f.Ludovic Courtès2013-01-15
* Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
|\
| * Update license headers.Ludovic Courtès2013-01-06
* | build-system/gnu: Add `static-package'.Ludovic Courtès2013-01-01
* | build-system/gnu: enable test-target during the check phaseAndreas Enge2012-12-30
|/
* build-system/gnu: Add `static-libgcc-package' & supporting procedure.Ludovic Courtès2012-11-05
* build-system/gnu: Distinguish between imported modules and used modules.Ludovic Courtès2012-10-31
* build-system/gnu: Pass the system type to the builder.Ludovic Courtès2012-10-17
* build-system/{gnu,trivial-build}: Fix handling of #:guile argument.Ludovic Courtès2012-10-07
* build-system/{gnu,trivial}: Add a `#:guile' keyword parameter.Ludovic Courtès2012-10-06
* distro: Rename (distro ...) to (distro packages ...).Ludovic Courtès2012-09-26
* build-system/gnu: Relax location handling in `package-with-explicit-inputs'.Ludovic Courtès2012-09-05
* distro: Bootstrap standard inputs from Nixpkgs.Ludovic Courtès2012-09-02
* build-system/gnu: Add `path-exclusions' parameter.Ludovic Courtès2012-09-01
* build-system/gnu: Add a `strip' phase.Ludovic Courtès2012-08-31
* build-system/gnu: Add `out-of-source?' keyword parameter.Ludovic Courtès2012-08-23
* build-system/gnu: Add a `patch-shebangs' phase.Ludovic Courtès2012-08-19
* build-system/gnu: Add dependency on GNU Findutils.Ludovic Courtès2012-07-07
* build-system/gnu: Add `tests?' parameter.Ludovic Courtès2012-07-07
* build-system/gnu: Support parallel builds and tests.Ludovic Courtès2012-07-07
* build-system/gnu: Add a `patch' phase.Ludovic Courtès2012-07-05
* build-system/gnu: Make the builder's module list a parameter.Ludovic Courtès2012-07-05
* build-system/gnu: Add GNU Awk to the standard inputs.Ludovic Courtès2012-06-28
* Introduce `compile-time-value' and use it.Ludovic Courtès2012-06-28
* build-system/gnu: Have `configure-flags' and `make-flags' evaluated.Ludovic Courtès2012-06-28
* Abstract build systems.Ludovic Courtès2012-06-27