summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorGreg Price <gnprice@gmail.com>2020-04-06 20:42:36 -0700
committerGreg Price <gnprice@gmail.com>2020-04-06 21:26:52 -0700
commit53d61f91d2467f6f3b9186dd3a7b51b491311fc2 (patch)
tree5948b16fe52ac006423f85752d7a9c731457d97c /doc/stdenv
parent7547cf9dfcc36a36939d3b97ca766f64a1012ad3 (diff)
downloadnixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar.gz
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar.bz2
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar.lz
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar.xz
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.tar.zst
nixpkgs-53d61f91d2467f6f3b9186dd3a7b51b491311fc2.zip
doc/stdenv: Update default for stripDebugList.
This has changed a few times from 2008 to 2012: cdc74e167, d9213df2c,
and 095db9fe3.
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml
index 1e97bf6157b..b589952743c 100644
--- a/doc/stdenv/stdenv.xml
+++ b/doc/stdenv/stdenv.xml
@@ -1295,7 +1295,7 @@ installTargets = "install-bin install-doc";</programlisting>
      </term>
      <listitem>
       <para>
-       List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to <literal>lib bin sbin</literal>.
+       List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to <literal>lib lib32 lib64 libexec bin sbin</literal>.
       </para>
      </listitem>
     </varlistentry>