summary refs log tree commit diff
path: root/doc/cross-compilation.xml
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-10-31 10:50:08 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-11-05 17:10:53 -0500
commit5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82 (patch)
tree1c57fc1fa034d3e8e22a53c35ec98fcbda7a542d /doc/cross-compilation.xml
parenta8f3d7215c2f508c0ac9a755135e7874ada0da91 (diff)
downloadnixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar.gz
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar.bz2
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar.lz
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar.xz
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.tar.zst
nixlib-5ae8f18f4d8216ec987e0f63b7d2b9a416a4ca82.zip
Rename `__targetPackages` to `targetPackages`
Diffstat (limited to 'doc/cross-compilation.xml')
-rw-r--r--doc/cross-compilation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml
index 77d020afa2df..9e9dd41c2881 100644
--- a/doc/cross-compilation.xml
+++ b/doc/cross-compilation.xml
@@ -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>