nixpkgs manual: fix a typo in cross-compilation
I can't say I really understand that much about our cross stuff, but this seems very clear.
This commit is contained in:
parent
edfd964253
commit
79210713e6
@ -256,7 +256,7 @@
|
|||||||
</question>
|
</question>
|
||||||
<answer>
|
<answer>
|
||||||
<para>
|
<para>
|
||||||
<programlisting>doCheck = stdenv.hostPlatform != stdenv.buildPlatfrom;</programlisting>
|
<programlisting>doCheck = stdenv.hostPlatform == stdenv.buildPlatfrom;</programlisting>
|
||||||
Add it to your <function>mkDerivation</function> invocation.
|
Add it to your <function>mkDerivation</function> invocation.
|
||||||
</para>
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
|
Loading…
Reference in New Issue
Block a user