libiconv: don't use deprecated crossAttrs, re-enabling cross-stripping
Fixes retained references to bootstrap compiler in cross.
This commit is contained in:
parent
754816b84b
commit
e69e790be7
@ -22,12 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags =
|
configureFlags =
|
||||||
lib.optional stdenv.isFreeBSD "--with-pic";
|
lib.optional stdenv.isFreeBSD "--with-pic";
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
# Disable stripping to avoid "libiconv.a: Archive has no index" (MinGW).
|
|
||||||
dontStrip = true;
|
|
||||||
dontCrossStrip = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An iconv(3) implementation";
|
description = "An iconv(3) implementation";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user