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 <ludo@gnu.org>
This commit is contained in:
Wolf 2023-04-29 19:58:43 +02:00 committed by Ludovic Courtès
parent e8edba0358
commit b45df8d1e3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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: