Merge pull request #30549 from obsidiansystems/bintools

treewide: Introduce stdenv.cc.bintools
This commit is contained in:
John Ericson
2017-11-08 14:20:48 -05:00
committed by GitHub
29 changed files with 109 additions and 92 deletions

View File

@@ -184,7 +184,7 @@
For now, feel free to use either method.
</para>
<note><para>
There is also a "backlink" <varname>__targetPackages</varname>, yielding a package set whose <varname>buildPackages</varname> is the current package set.
There is also a "backlink" <varname>targetPackages</varname>, yielding a package set whose <varname>buildPackages</varname> is the current package set.
This is a hack, though, to accommodate compilers with lousy build systems.
Please do not use this unless you are absolutely sure you are packaging such a compiler and there is no other way.
</para></note>