meta.function -> passthru.function

svn path=/nixos/trunk/; revision=13191
This commit is contained in:
Michael Raskin 2008-11-04 21:24:58 +00:00
parent f549ee6009
commit c76632804c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
args : with args; with builderDefs;
let localDefs = builderDefs.meta.function rec {
let localDefs = builderDefs.passthru.function rec {
src = "";/* put a fetchurl here */
buildInputs = [mkfontdir mkfontscale ttmkfdir];

View File

@ -44,7 +44,7 @@ let
else if builtins.isAttrs arg then {}
else null;
pcmciaUtils = pkgs.pcmciaUtils.meta.function {
pcmciaUtils = pkgs.pcmciaUtils.passthru.function {
inherit (config.hardware.pcmcia) firmware config;
};
in