Refactored to use callPackage right
This commit is contained in:
@@ -5,13 +5,10 @@
|
||||
for each package in a separate file: the call to the function would
|
||||
be almost as must code as the function itself. */
|
||||
|
||||
pkgs:
|
||||
lua:
|
||||
{fetchurl, stdenv, lua}:
|
||||
|
||||
let self = _self; _self = with self; {
|
||||
|
||||
inherit (pkgs) fetchurl stdenv;
|
||||
|
||||
inherit (stdenv.lib) maintainers;
|
||||
|
||||
#define build lua package function
|
||||
|
||||
Reference in New Issue
Block a user