From c5363217ad6a5557525b72aa8210acce845a5d79 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 4 Nov 2008 21:24:10 +0000 Subject: meta.function -> passthru.function, not killing other contents of passthru svn path=/nixpkgs/trunk/; revision=13190 --- pkgs/tools/security/bmrsa/11.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/bmrsa') diff --git a/pkgs/tools/security/bmrsa/11.nix b/pkgs/tools/security/bmrsa/11.nix index 9a5468e8cc5f..69febaa6d2a7 100644 --- a/pkgs/tools/security/bmrsa/11.nix +++ b/pkgs/tools/security/bmrsa/11.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 */ fetchurl { url = http://prdownloads.sourceforge.net/sourceforge/bmrsa/bmrsa11.zip; -- cgit v1.2.3