meta.function -> passthru.function
svn path=/nixos/trunk/; revision=13191
This commit is contained in:
parent
f549ee6009
commit
c76632804c
@ -1,5 +1,5 @@
|
|||||||
args : with args; with builderDefs;
|
args : with args; with builderDefs;
|
||||||
let localDefs = builderDefs.meta.function rec {
|
let localDefs = builderDefs.passthru.function rec {
|
||||||
src = "";/* put a fetchurl here */
|
src = "";/* put a fetchurl here */
|
||||||
|
|
||||||
buildInputs = [mkfontdir mkfontscale ttmkfdir];
|
buildInputs = [mkfontdir mkfontscale ttmkfdir];
|
||||||
|
@ -44,7 +44,7 @@ let
|
|||||||
else if builtins.isAttrs arg then {}
|
else if builtins.isAttrs arg then {}
|
||||||
else null;
|
else null;
|
||||||
|
|
||||||
pcmciaUtils = pkgs.pcmciaUtils.meta.function {
|
pcmciaUtils = pkgs.pcmciaUtils.passthru.function {
|
||||||
inherit (config.hardware.pcmcia) firmware config;
|
inherit (config.hardware.pcmcia) firmware config;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user