about summary refs log tree commit diff
path: root/pkgs/development/interpreters/lua-5/wrap-lua.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-05-05 17:31:58 +0200
committerVladimír Čunát <v@cunat.cz>2024-05-05 17:31:58 +0200
commit93947b281226d5d89a39073b10caaf6c906070aa (patch)
treed55f8944fd90a3dd0d86e0f495f3d0bbdf795060 /pkgs/development/interpreters/lua-5/wrap-lua.nix
parent5dc079ed333c755fe000f2b86e97bf11f6f069a4 (diff)
parent100509c030faf7cca1582c5a7197b8d3a815d600 (diff)
Merge branch 'staging' into staging-next
Diffstat (limited to 'pkgs/development/interpreters/lua-5/wrap-lua.nix')
-rw-r--r--pkgs/development/interpreters/lua-5/wrap-lua.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/lua-5/wrap-lua.nix b/pkgs/development/interpreters/lua-5/wrap-lua.nix
index b6e24a44ee656..c5e7c806cd179 100644
--- a/pkgs/development/interpreters/lua-5/wrap-lua.nix
+++ b/pkgs/development/interpreters/lua-5/wrap-lua.nix
@@ -11,6 +11,4 @@ makeSetupHook {
   propagatedBuildInputs = [ makeWrapper ];
   substitutions.executable = lua.interpreter;
   substitutions.lua = lua;
-  substitutions.LuaPathSearchPaths = lib.escapeShellArgs lua.LuaPathSearchPaths;
-  substitutions.LuaCPathSearchPaths = lib.escapeShellArgs lua.LuaPathSearchPaths;
 } ./wrap.sh