summaryrefslogtreecommitdiff
path: root/tests/scripts.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-13 23:31:16 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-16 00:06:55 +0100
commita4a35e123b7caac76271c9267ca19ae82ec1d028 (patch)
tree7bd9d14f26bed64ff1a121f14d6e66b781a7f937 /tests/scripts.scm
parent3bfbfa2946aebb7f68c8027ae80f272f6915c94f (diff)
guix graph: 'guix graph --path' correctly handles multiple outputs.
Previously, "guix graph -t references --path guix guile" would fail with: error: '--path' option requires exactly two nodes (given 2) This is because '_' in the 'match' clause wouldn't match the placeholder and would instead be interested as a variable name, thereby meaning NODES is expected to have two lists with the same tail. * guix/scripts/graph.scm (guix-graph): Rename '_' in 'mlet' to '_g' so that the literal '_' used in 'match' below matches.
Diffstat (limited to 'tests/scripts.scm')
0 files changed, 0 insertions, 0 deletions