guix-commits
[Top][All Lists]
Advanced

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

01/06: doc: Properly document 'replace' clause of 'modify-inputs'.


From: guix-commits
Subject: 01/06: doc: Properly document 'replace' clause of 'modify-inputs'.
Date: Sun, 26 Mar 2023 17:36:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 67a7eaa13dcd33c61ff0ec71b1f5e38c65f439ad
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 23 15:38:10 2023 +0100

    doc: Properly document 'replace' clause of 'modify-inputs'.
    
    * doc/guix.texi (Defining Package Variants): Add 'replace' to the
    reference of 'modify-inputs' clauses.
---
 doc/guix.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3e335306f1..c49e51b72e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8210,6 +8210,9 @@ Add @var{package}s to the front of the input list.
 
 @item (append @var{package}@dots{})
 Add @var{package}s to the end of the input list.
+
+@item (replace @var{name} @var{replacement})
+Replace the package called @var{name} with @var{replacement}.
 @end table
 
 The example below removes the GMP and ACL inputs of Coreutils and adds



reply via email to

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