Merge staging-next into staging
This commit is contained in:
@@ -469,6 +469,13 @@ in
|
||||
buildInputs = old.buildInputs ++ [
|
||||
yajl
|
||||
];
|
||||
luarocksConfig = old.luarocksConfig // {
|
||||
variables = {
|
||||
# Since yajl's outputs are split, we need to help luarocks find the
|
||||
# include directory.
|
||||
YAJL_INCDIR = "${lib.getDev yajl}/include";
|
||||
};
|
||||
};
|
||||
});
|
||||
|
||||
lua-zlib = prev.lua-zlib.overrideAttrs (old: {
|
||||
|
||||
Reference in New Issue
Block a user