From b45df8d1e351b3c3fc686dce04c66cb423044665 Mon Sep 17 00:00:00 2001 From: Wolf Date: Sat, 29 Apr 2023 19:58:43 +0200 Subject: [PATCH] website: posts: Fix typo in Dissecting Guix, Part 1: Derivations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * website/posts/dissecting-guix-1-derivations.md: Fix typo. Signed-off-by: Ludovic Courtès --- 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: