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