luarocks-update-packages: pass "lib" in arguments

This commit is contained in:
Matthieu Coudron 2021-01-22 12:16:11 +01:00
parent e964e6e35d
commit b20b9f98b8
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ nixpkgs$ ${0} ${GENERATED_NIXFILE}
These packages are manually refined in lua-overrides.nix
*/
{ self, stdenv, fetchurl, fetchgit, pkgs, ... } @ args:
{ self, stdenv, lib, fetchurl, fetchgit, pkgs, ... } @ args:
self: super:
with self;
{

View File

@ -5,7 +5,7 @@ nixpkgs$ maintainers/scripts/update-luarocks-packages pkgs/development/lua-modul
These packages are manually refined in lua-overrides.nix
*/
{ self, lib, stdenv, fetchurl, fetchgit, pkgs, ... } @ args:
{ self, stdenv, lib, fetchurl, fetchgit, pkgs, ... } @ args:
self: super:
with self;
{