tre: fix cross build

This commit is contained in:
FliegendeWurst 2025-01-24 08:33:56 +01:00
parent a56b995263
commit cfd91265a6

View File

@ -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