summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2017-06-28 21:39:16 -0400
committerGitHub <noreply@github.com>2017-06-28 21:39:16 -0400
commite1faeb574ae6f0946cdd8a3b32a5907e1d8e29da (patch)
tree9ee09b5bb752ff52f38d0d4dc19572d4b7fc0c68 /doc
parent425e9ce493218acc5dd001cf7656e45f73b82596 (diff)
parent9f156f4a8a945dee1beeb49f6c2acb395c0af9c8 (diff)
downloadnixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar.gz
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar.bz2
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar.lz
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar.xz
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.tar.zst
nixlib-e1faeb574ae6f0946cdd8a3b32a5907e1d8e29da.zip
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
Purge stdenv cross
Diffstat (limited to 'doc')
-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.