mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
luaPackages.lua-resty-openidc: fix build
This commit is contained in:
parent
8a79a0eaa1
commit
cad647ca6f
|
@ -425,6 +425,13 @@ in
|
|||
# meta.broken = true;
|
||||
# });
|
||||
|
||||
lua-resty-openidc = prev.lua-resty-openidc.overrideAttrs (_: {
|
||||
postConfigure = ''
|
||||
substituteInPlace ''${rockspecFilename} \
|
||||
--replace '"lua-resty-session >= 2.8, <= 3.10",' '"lua-resty-session >= 2.8",'
|
||||
'';
|
||||
});
|
||||
|
||||
lua-yajl = prev.lua-yajl.overrideAttrs (oa: {
|
||||
buildInputs = oa.buildInputs ++ [
|
||||
yajl
|
||||
|
|
Loading…
Reference in a new issue