Simplified lua-packages function arguments to look nicer in all-packages
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
for each package in a separate file: the call to the function would
|
||||
be almost as must code as the function itself. */
|
||||
|
||||
{pkgs}:
|
||||
pkgs:
|
||||
lua:
|
||||
|
||||
let self = _self; _self = with self; {
|
||||
|
||||
inherit (pkgs) fetchurl stdenv lua;
|
||||
inherit (pkgs) fetchurl stdenv;
|
||||
|
||||
inherit (stdenv.lib) maintainers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user