summary refs log tree commit diff
path: root/doc/cross-compilation.xml
diff options
context:
space:
mode:
authorhsloan <ishaqsloan@gmail.com>2017-06-28 17:39:33 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-06-28 21:29:08 -0400
commit9f156f4a8a945dee1beeb49f6c2acb395c0af9c8 (patch)
tree0692b1ea9fa952e398c935cc8ab60f45c7cccb1c /doc/cross-compilation.xml
parent10685e395655b0ccf5e863d948c79dd153db923e (diff)
downloadnixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar.gz
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar.bz2
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar.lz
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar.xz
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.tar.zst
nixlib-9f156f4a8a945dee1beeb49f6c2acb395c0af9c8.zip
top-level: stdenv.cross vanquished
Diffstat (limited to 'doc/cross-compilation.xml')
-rw-r--r--doc/cross-compilation.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml
index 7ff354376116..650db718665c 100644
--- a/doc/cross-compilation.xml
+++ b/doc/cross-compilation.xml
@@ -79,11 +79,6 @@
         </listitem>
       </varlistentry>
     </variablelist>
-    <note><para>
-      If you dig around nixpkgs, you may notice there is also <varname>stdenv.cross</varname>.
-      This field defined as <varname>hostPlatform</varname> when the host and build platforms differ, but otherwise not defined at all.
-      This field is obsolete and will soon disappear—please do not use it.
-    </para></note>
     <para>
       The exact schema these fields follow is a bit ill-defined due to a long and convoluted evolution, but this is slowly being cleaned up.
       You can see examples of ones used in practice in <literal>lib.systems.examples</literal>; note how they are not all very consistent.