build-system/gnu: Add a `patch' phase.
commit74cd03b1a08a73c349818312cf2e0be9f54e0d4e
authorLudovic Courtès <ludo@gnu.org>
Sun, 1 Jul 2012 15:32:03 +0000 (1 17:32 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 4 Jul 2012 23:04:20 +0000 (5 01:04 +0200)
treea4d913a4dffff66448b3040b07e3fdc258c762a4
parent3e43c64a74cc48553a723bc14f17578f585502e2
build-system/gnu: Add a `patch' phase.

* guix/build/gnu-build-system.scm (patch): New procedure.
  (%standard-phases): Add `patch'.

* guix/build-system/gnu.scm (gnu-build): Add `patches' and `patch-flags'
  parameters.  Pass them on.
guix/build-system/gnu.scm
guix/build/gnu-build-system.scm