This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new b45df8d website: posts: Fix typo in Dissecting Guix, Part 1:
Derivations.
b45df8d is described below
commit b45df8d1e351b3c3fc686dce04c66cb423044665
Author: Wolf <[email protected]>
AuthorDate: Sat Apr 29 19:58:43 2023 +0200
website: posts: Fix typo in Dissecting Guix, Part 1: Derivations.
* website/posts/dissecting-guix-1-derivations.md: Fix typo.
Signed-off-by: Ludovic Courtès <[email protected]>
---
website/posts/dissecting-guix-1-derivations.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/posts/dissecting-guix-1-derivations.md
b/website/posts/dissecting-guix-1-derivations.md
index ffd217c..a3f908c 100644
--- a/website/posts/dissecting-guix-1-derivations.md
+++ b/website/posts/dissecting-guix-1-derivations.md
@@ -66,7 +66,7 @@ $ guix build glib
`glib` produces five `/gnu/store` items, because it's possible for a package to
produce multiple
[outputs](https://guix.gnu.org/manual/en/html_node/Packages-with-Multiple-Outputs.html).
-Each output can be referred to separately, by prefixing a package's name with
+Each output can be referred to separately, by suffixing a package's name with
`:OUTPUT` where supported. For example, this
[`guix
install`](https://guix.gnu.org/manual/en/html_node/Invoking-guix-package.html)
invocation will add `glib`'s `bin` output to your profile: