diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-03-23 15:38:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-26 23:24:23 +0200 |
commit | 67a7eaa13dcd33c61ff0ec71b1f5e38c65f439ad (patch) | |
tree | cbda9be0c401be3601d32be261b5502a119fe821 /doc | |
parent | 9ec1af39e29d0fa95d4db4b5b8ef1cf3613c5956 (diff) | |
download | guix-67a7eaa13dcd33c61ff0ec71b1f5e38c65f439ad.tar.gz |
doc: Properly document 'replace' clause of 'modify-inputs'.
* doc/guix.texi (Defining Package Variants): Add 'replace' to the reference of 'modify-inputs' clauses.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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 |