Add supporting tools for the GNU Build System.
authorLudovic Courtès <ludo@gnu.org>
Wed, 13 Jun 2012 15:03:34 +0000 (17:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 13 Jun 2012 15:03:34 +0000 (17:03 +0200)
commitc36db98c8eaeded5243ecfa1c66e06f38da10692
tree2d2fa5ebede4f7f08065e20f07e15bd88e946db4
parentbcdd83ec69cb818c0a809ca03b1297e9725ad95b
Add supporting tools for the GNU Build System.

* guix/derivations.scm (build-expression->derivation): Add all of INPUTS
  as inputs to the final derivation.

* guix/build/gnu-build-system.scm, guix/build/utils.scm,
  guix/gnu-build-system.scm: New files.

* tests/builders.scm ("gnu-build"): New test.
guix/build/gnu-build-system.scm [new file with mode: 0644]
guix/build/utils.scm [new file with mode: 0644]
guix/derivations.scm
guix/gnu-build-system.scm [new file with mode: 0644]
tests/builders.scm