From c76632804c8142be7e27e563202bcae93e2064f2 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 4 Nov 2008 21:24:58 +0000 Subject: [PATCH] meta.function -> passthru.function svn path=/nixos/trunk/; revision=13191 --- system/fontdir.nix | 2 +- upstart-jobs/pcmcia.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/fontdir.nix b/system/fontdir.nix index 032785291adb..852279309885 100644 --- a/system/fontdir.nix +++ b/system/fontdir.nix @@ -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]; diff --git a/upstart-jobs/pcmcia.nix b/upstart-jobs/pcmcia.nix index b084f47beb4f..77db881856e5 100644 --- a/upstart-jobs/pcmcia.nix +++ b/upstart-jobs/pcmcia.nix @@ -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