summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-04-27 06:30:48 +0000
committerGitHub <noreply@github.com>2019-04-27 06:30:48 +0000
commiteda2463c4d9698188851529a4056d1b2bcc7ed8e (patch)
tree88d8473a96bf5f81bfcf40bfd31ecdca8ae5e077 /pkgs/development/interpreters
parentf96bf5bb2e80fe371b30374ca4aaa9ffc371a048 (diff)
parent612c8165965b9c916a8f820a6f30c80abff95a96 (diff)
downloadnixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar.gz
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar.bz2
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar.lz
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar.xz
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.tar.zst
nixpkgs-eda2463c4d9698188851529a4056d1b2bcc7ed8e.zip
Merge pull request #57945 from teto/lua/std_rename
lua: std._debug / std.normalize rename + move to automated.
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/lua-5/build-lua-package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/lua-5/build-lua-package.nix b/pkgs/development/interpreters/lua-5/build-lua-package.nix
index 6b356831b3b..bc41d86256b 100644
--- a/pkgs/development/interpreters/lua-5/build-lua-package.nix
+++ b/pkgs/development/interpreters/lua-5/build-lua-package.nix
@@ -150,6 +150,9 @@ builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
   installPhase = attrs.installPhase or ''
     runHook preInstall
 
+    # work around failing luarocks test for Write access
+    mkdir -p $out
+
     # luarocks make assumes sources are available in cwd
     # After the build is complete, it also installs the rock.
     # If no argument is given, it looks for a rockspec in the current directory