libHX: move libtool into nativeBuildInputs to unbreak cross compilation

This commit is contained in:
Colin
2023-04-07 03:26:27 +00:00
parent 38f82eb826
commit c82580fd11
+2 -3
View File
@@ -11,12 +11,11 @@ stdenv.mkDerivation rec {
patches = [];
nativeBuildInputs = [ autoconf automake ];
buildInputs = [ libtool ];
nativeBuildInputs = [ autoconf automake libtool ];
preConfigure = ''
sh autogen.sh
'';
'';
meta = with lib; {
homepage = "https://libhx.sourceforge.net/";