~ruther/guix-local

c2c5dc79f13073e342d8b1a8e8543a2fb5b72bc8 — Andreas Enge 10 years ago 4d4c481
doc: Use modify-phases syntax in example.

* doc/guix.texi ("build systems"): Use modify-phases syntax instead of
  alist-delete in example.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 2651,7 2651,7 @@ The list of phases used for a particular package can be changed with the
@code{#:phases} parameter.  For instance, passing:

@example
#:phases (alist-delete 'configure %standard-phases)
#:phases (modify-phases %standard-phases (delete 'configure))
@end example

means that all the phases described above will be used, except the