flex: Don't disable static while cross-compiling flex

linux-pam appears to rely on this while cross-compiling.

(cherry picked from commit 4009dd163ac30cd25833bf7eb19b5e26e75c474f)
This commit is contained in:
Ben Gamari 2017-10-15 13:01:08 -04:00 committed by Will Dietz
parent e6f9e82ee4
commit 715fcb4266

View file

@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
export ac_cv_func_malloc_0_nonnull=yes
export ac_cv_func_realloc_0_nonnull=yes
'';
# linux-pam derivation relies on static archive
dontDisableStatic = true;
};
meta = {