mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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;
|
||||
let localDefs = builderDefs.meta.function rec {
|
||||
let localDefs = builderDefs.passthru.function rec {
|
||||
src = "";/* put a fetchurl here */
|
||||
|
||||
buildInputs = [mkfontdir mkfontscale ttmkfdir];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user