Commit c82580fd authored by Colin's avatar Colin
Browse files

libHX: move libtool into nativeBuildInputs to unbreak cross compilation

parent 38f82eb8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {

  patches = [];

  nativeBuildInputs = [ autoconf automake ];
  buildInputs = [ libtool ];
  nativeBuildInputs = [ autoconf automake libtool ];

  preConfigure = ''
    sh autogen.sh