mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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;
|
||||
|
||||
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 = {
|
||||
description = "Well integrated set of translation tools and documentation";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user