mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
nginxModules.lua: replace all occurences
Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
parent
0e25cc73c8
commit
58abb21bbe
@ -282,7 +282,7 @@ let self = {
|
|||||||
cp -r "${src}/" "$lua_src"
|
cp -r "${src}/" "$lua_src"
|
||||||
chmod -R +w "$lua_src"
|
chmod -R +w "$lua_src"
|
||||||
patch -p1 -d $lua_src -i ${nginx-1-23-patch}
|
patch -p1 -d $lua_src -i ${nginx-1-23-patch}
|
||||||
export configureFlags="''${configureFlags/"${src}"/"$lua_src"}"
|
export configureFlags="''${configureFlags//"${src}"/"$lua_src"}"
|
||||||
unset lua_src
|
unset lua_src
|
||||||
'';
|
'';
|
||||||
allowMemoryWriteExecute = true;
|
allowMemoryWriteExecute = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user