Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-21 06:45:45 +00:00
committed by GitHub
47 changed files with 105 additions and 130 deletions
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
preConfigure = ''
cd angelscript/projects/gnuc
sed -i makefile -e "s@LOCAL = .*@LOCAL = $out@"
export SHARED=1
export SHARED=1
export VERSION="${s.version}"
mkdir -p "$out/lib" "$out/bin" "$out/share" "$out/include"
'';