luaPackages: remove unused and wrong self reference

The argument was referring to pkgs.self instead of being a reference to
itself.
This commit is contained in:
zimbatm
2023-09-27 10:04:00 -03:00
committed by Anderson Torres
parent 23e8423184
commit d2aef1a145
@@ -5,7 +5,7 @@ nixpkgs$ ./maintainers/scripts/update-luarocks-packages
You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
*/
{ self, stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
{ stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
final: prev:
{
alt-getopt = callPackage({ luaAtLeast, lua, luaOlder, fetchgit, buildLuarocksPackage }: