buildLuarocksPackage: forcefully create $out
Allows to work around https://github.com/luarocks/luarocks/issues/988 on darwin
This commit is contained in:
parent
e195a37fd9
commit
612c816596
@ -150,6 +150,9 @@ builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
|
|||||||
installPhase = attrs.installPhase or ''
|
installPhase = attrs.installPhase or ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
# work around failing luarocks test for Write access
|
||||||
|
mkdir -p $out
|
||||||
|
|
||||||
# luarocks make assumes sources are available in cwd
|
# luarocks make assumes sources are available in cwd
|
||||||
# After the build is complete, it also installs the rock.
|
# After the build is complete, it also installs the rock.
|
||||||
# If no argument is given, it looks for a rockspec in the current directory
|
# If no argument is given, it looks for a rockspec in the current directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user