tre: fix cross build
This commit is contained in:
parent
a56b995263
commit
cfd91265a6
@ -29,16 +29,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
gettext # autopoint
|
||||
libtool
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
gettext
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
libiconv
|
||||
];
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
libiconv
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
./utils/autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user