gettext: remove crossAttrs
They seem not needed anymore.
This commit is contained in:
parent
6e7787e666
commit
afaf1c2f77
@ -54,13 +54,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
buildInputs = lib.optional (stdenv ? ccCross && stdenv.ccCross.libc ? libiconv)
|
|
||||||
stdenv.ccCross.libc.libiconv.crossDrv;
|
|
||||||
# Gettext fails to guess the cross compiler
|
|
||||||
configureFlags = "CXX=${stdenv.cross.config}-g++";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Well integrated set of translation tools and documentation";
|
description = "Well integrated set of translation tools and documentation";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user