guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: doc: Use modify-phases syntax in example.


From: Andreas Enge
Subject: 02/04: doc: Use modify-phases syntax in example.
Date: Tue, 16 Feb 2016 15:38:57 +0000

andreas pushed a commit to branch master
in repository guix.

commit c2c5dc79f13073e342d8b1a8e8543a2fb5b72bc8
Author: Andreas Enge <address@hidden>
Date:   Sat Feb 13 20:07:08 2016 +0100

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

diff --git a/doc/guix.texi b/doc/guix.texi
index 0ff5cfc..42b3fba 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]