meta.function -> passthru.function, not killing other contents of passthru

svn path=/nixpkgs/trunk/; revision=13190
This commit is contained in:
Michael Raskin
2008-11-04 21:24:10 +00:00
parent 8b06e2e228
commit c5363217ad
68 changed files with 80 additions and 80 deletions
+1 -1
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 */
fetchurl {
url = ftp://ftp.dict.org/pub/dict/dictd-1.9.15.tar.gz;
+1 -1
View File
@@ -2,7 +2,7 @@
let makeDictdDB = _src: _name: _subdir: _locale:
with builderDefs;
let localDefs = builderDefs.meta.function (rec {
let localDefs = builderDefs.passthru.function (rec {
src=_src;
doInstall = FullDepEntry (''
ensureDir $out/share/dictd