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:
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 }:
|
||||
|
Loading…
Reference in New Issue
Block a user