mirror of
https://github.com/NixOS/nix.git
synced 2024-11-01 14:50:49 +00:00
* Typo reported by Arie Middelkoop.
* Left out close-quote in example.
This commit is contained in:
parent
dd300fb48d
commit
99b0ea7c67
@ -92,7 +92,7 @@ component is installed in your current user environment. The second
|
||||
very quick operation). The last one (<literal>S</literal>) indicates
|
||||
whether there is a so-called <emphasis>substitute</emphasis> for the
|
||||
component, which is Nix’s mechanism for doing binary deployment. It
|
||||
just means that Nix know that it can fetch a pre-built component from
|
||||
just means that Nix knows that it can fetch a pre-built component from
|
||||
somewhere (typically a network server) instead of building it
|
||||
locally.</para>
|
||||
|
||||
|
@ -641,7 +641,8 @@ configureFlags = "
|
||||
${if openglSupport then "-dlopen-opengl
|
||||
-L${mesa}/lib -I${mesa}/include
|
||||
-L${libXmu}/lib -I${libXmu}/include" else ""}
|
||||
${if threadSupport then "-thread" else "-no-thread"}</programlisting>
|
||||
${if threadSupport then "-thread" else "-no-thread"}
|
||||
";</programlisting>
|
||||
|
||||
Note that Nix expressions and strings can be arbitrarily nested;
|
||||
in this case the outer string contains various antiquotations that
|
||||
|
Loading…
Reference in New Issue
Block a user