mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
|
||||
, 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
|
||||
@ -242,7 +242,7 @@ let
|
||||
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
|
||||
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
|
||||
};
|
||||
buildInputs = [ unzip ];
|
||||
buildInputs = [ autoreconfHook unzip ];
|
||||
meta = {
|
||||
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user