graph: Ignore 'GUIX_BUILD_OPTIONS'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 2 Mar 2016 13:42:39 +0000 (14:42 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 2 Mar 2016 13:47:07 +0000 (14:47 +0100)
commit637cd1254320fd89fe6d910b3fa7665b19487072
treeb42047d509cc3a1bd420c551189d20b745806451
parent7573d30ff804302eeb68edeca6ae5f3efb48b7bf
graph: Ignore 'GUIX_BUILD_OPTIONS'.

Previously 'GUIX_BUILD_OPTIONS' would be honored, but 'guix graph' does
not support the common build options.

* guix/scripts/graph.scm (guix-graph): Use 'args-fold*' instead of
'parse-command-line'.
guix/scripts/graph.scm