guix-patches
[Top][All Lists]
Advanced

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

[bug#63177] [PATCH] website: posts: Fix typo in Dissecting Guix, Part 1:


From: Wolf
Subject: [bug#63177] [PATCH] website: posts: Fix typo in Dissecting Guix, Part 1: Derivations.
Date: Sat, 29 Apr 2023 19:58:43 +0200

* website/posts/dissecting-guix-1-derivations.md: Fix typo.
---
I think in the blog post `preffixing' was used by accident instead of
`sufficing'. The demonstrated usage itself (for glib:bin) is correct.

I hope this is correct list to send patch for website to (I was told so on the
irc.).

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






reply via email to

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