Loading pkgs/development/interpreters/lua-5/build-luarocks-package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ let luarocksConfig = let externalDepsGenerated = lib.filter (drv: !drv ? luaModule) ( self.nativeBuildInputs ++ self.propagatedBuildInputs ++ self.buildInputs self.finalPackage.nativeBuildInputs ++ self.propagatedBuildInputs ++ self.buildInputs ); generatedConfig = luaLib.generateLuarocksConfig { Loading @@ -157,7 +157,7 @@ let # closure, as it doesn't have a rock tree :) # luaLib.hasLuaModule requiredLuaRocks = lib.filter luaLib.hasLuaModule ( lua.pkgs.requiredLuaModules (self.nativeBuildInputs ++ self.propagatedBuildInputs) lua.pkgs.requiredLuaModules (self.finalPackage.nativeBuildInputs ++ self.propagatedBuildInputs) ); }; Loading pkgs/top-level/lua-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,7 @@ rec { ; # wraps programs in $out/bin with valid LUA_PATH/LUA_CPATH wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { inherit (pkgs.buildPackages) makeSetupHook makeWrapper; }; wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { }; luarocks_bootstrap = toLuaModule (callPackage ../development/tools/misc/luarocks/default.nix { }); Loading Loading
pkgs/development/interpreters/lua-5/build-luarocks-package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ let luarocksConfig = let externalDepsGenerated = lib.filter (drv: !drv ? luaModule) ( self.nativeBuildInputs ++ self.propagatedBuildInputs ++ self.buildInputs self.finalPackage.nativeBuildInputs ++ self.propagatedBuildInputs ++ self.buildInputs ); generatedConfig = luaLib.generateLuarocksConfig { Loading @@ -157,7 +157,7 @@ let # closure, as it doesn't have a rock tree :) # luaLib.hasLuaModule requiredLuaRocks = lib.filter luaLib.hasLuaModule ( lua.pkgs.requiredLuaModules (self.nativeBuildInputs ++ self.propagatedBuildInputs) lua.pkgs.requiredLuaModules (self.finalPackage.nativeBuildInputs ++ self.propagatedBuildInputs) ); }; Loading
pkgs/top-level/lua-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,7 @@ rec { ; # wraps programs in $out/bin with valid LUA_PATH/LUA_CPATH wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { inherit (pkgs.buildPackages) makeSetupHook makeWrapper; }; wrapLua = callPackage ../development/interpreters/lua-5/wrap-lua.nix { }; luarocks_bootstrap = toLuaModule (callPackage ../development/tools/misc/luarocks/default.nix { }); Loading