forked from mirrors/nixpkgs
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>
|
||||
<answer>
|
||||
<para>
|
||||
<programlisting>doCheck = stdenv.hostPlatform != stdenv.buildPlatfrom;</programlisting>
|
||||
<programlisting>doCheck = stdenv.hostPlatform == stdenv.buildPlatfrom;</programlisting>
|
||||
Add it to your <function>mkDerivation</function> invocation.
|
||||
</para>
|
||||
</answer>
|
||||
|
|
Loading…
Reference in a new issue