@@ -79,8 +79,8 @@ Guix v1.2.0 is available as a distribution package starting in [Debian
79
79
21.04] ( https://packages.ubuntu.com/hirsute/guix ) .
80
80
81
81
Note that if you intend on using Guix without using any substitutes (more
82
- details [ here] [ security-model ] ), v1.2.0 has a known problems when building
83
- GnuTLS from source. Solutions and workarounds are documented
82
+ details [ here] [ security-model ] ), v1.2.0 has a known problem when building GnuTLS
83
+ from source. Solutions and workarounds are documented
84
84
[ here] ( #gnutls-test-suite-fail-status-request-revoked ) .
85
85
86
86
@@ -124,7 +124,7 @@ particular commit of Guix). Previous experience with using autotools-style build
124
124
systems to build packages from source will be helpful. * hic sunt dracones.*
125
125
126
126
I strongly urge you to at least skim through the entire section once before you
127
- start issuing commands, as it will save you a lot of unncessary pain and
127
+ start issuing commands, as it will save you a lot of unnecessary pain and
128
128
anguish.
129
129
130
130
### Installing common build tools
@@ -165,7 +165,7 @@ packaged and installable without manually building and installing.
165
165
166
166
For reference, the graphic below outlines Guix v1.3.0's dependency graph:
167
167
168
- ![ boostrap map] ( https://user-images.githubusercontent.com/6399679/125064185-a9a59880-e0b0-11eb-82c1-9b8e5dc9950d.png )
168
+ ![ bootstrap map] ( https://user-images.githubusercontent.com/6399679/125064185-a9a59880-e0b0-11eb-82c1-9b8e5dc9950d.png )
169
169
170
170
#### Guile
171
171
@@ -270,23 +270,11 @@ Note that these environment variables are used to check for packages during
270
270
` ./configure ` , so they should be set as soon as possible should you want to use
271
271
a prefix other than ` /usr ` .
272
272
273
- <!-- ##### Example: Consistently using Guile 3.0 on Ubuntu -->
274
-
275
- <!-- For example, on Ubuntu, if you choose to use Guile 3.0 and install the -->
276
- <!-- `guile-3.0` package, you want to make sure that if you also want to install the -->
277
- <!-- `guile-git` package with `apt` that said `guile-git` package was built for Guile -->
278
- <!-- v3.0. This can be checked by invoking the following: -->
279
-
280
- <!-- ``` -->
281
- <!-- apt update -->
282
- <!-- apt show guile-git -->
283
- <!-- ``` -->
284
-
285
273
#### Building and installing source-built packages
286
274
287
- *** IMPORTANT** : A few dependencies have non-obvious quirks/erratas which are documented in the
288
- sub-sections immediately below. Please read these sections before proceeding to
289
- build and install these packages.*
275
+ *** IMPORTANT** : A few dependencies have non-obvious quirks/errata which are
276
+ documented in the sub-sections immediately below. Please read these sections
277
+ before proceeding to build and install these packages.*
290
278
291
279
Although you should always refer to the README or INSTALL files for the most
292
280
accurate information, most of these dependencies use autoconf-style build
0 commit comments