forked from mirrors/nixpkgs
luastdlib: fix build by adding autoreconfHook
This commit is contained in:
parent
eb2a02dd4a
commit
3296b5e6b1
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{ fetchurl, fetchzip, stdenv, lua, callPackage, unzip, zziplib, pkgconfig, libtool
|
{ fetchurl, fetchzip, stdenv, lua, callPackage, unzip, zziplib, pkgconfig, libtool
|
||||||
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat, cairo
|
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat, cairo
|
||||||
, perl, gtk, python, glib, gobjectIntrospection, libevent, zlib
|
, perl, gtk, python, glib, gobjectIntrospection, libevent, zlib, autoreconfHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -242,7 +242,7 @@ let
|
||||||
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
|
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
|
||||||
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
|
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
|
||||||
};
|
};
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ autoreconfHook unzip ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue