libHX: move libtool into nativeBuildInputs to unbreak cross compilation
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user