meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
This commit is contained in:
@@ -2,7 +2,7 @@ args: with args;
|
||||
|
||||
let
|
||||
|
||||
localDefs = builderDefs.meta.function {
|
||||
localDefs = builderDefs.passthru.function {
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-0.9.5.1.1.tar.gz;
|
||||
|
||||
@@ -2,7 +2,7 @@ args: with args;
|
||||
|
||||
let
|
||||
|
||||
localDefs = builderDefs.meta.function {
|
||||
localDefs = builderDefs.passthru.function {
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-0.9.6.4.tar.gz;
|
||||
|
||||
Reference in New Issue
Block a user