guix build: Separate transformation options.
authorLudovic Courtès <ludo@gnu.org>
Sun, 31 Jan 2016 19:44:21 +0000 (20:44 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 1 Feb 2016 07:59:13 +0000 (08:59 +0100)
commit88ad6deda6dc25ac752074d402879594142a5a9f
tree329c2b57e8f8215ca3a2a9827ce6f4ba34f5f52d
parentccd7158d2ab182713891701e08970dbd6b68f4e5
guix build: Separate transformation options.

* guix/scripts/build.scm (%transformation-options): New variable.
(show-transformation-options-help): New procedure.
(show-help): Remove '--with-source' documentation and add
'show-transformation-options-help' call.
(%options): Remove "with-source" and append %TRANSFORMATION-OPTIONS.
* doc/guix.texi (Package Transformation Options): New node.  Document
'--with-source', moved from...
(Additional Build Options): ... here.
doc/guix.texi
guix/scripts/build.scm