summary refs log tree commit diff
path: root/pkgs/development/interpreters/pyrex
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-11-04 21:24:10 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-11-04 21:24:10 +0000
commitc5363217ad6a5557525b72aa8210acce845a5d79 (patch)
treeecb6751ada88aed90bd8e7422fe05b4c1b18eb5b /pkgs/development/interpreters/pyrex
parent8b06e2e2283f2a82f149bbcf71b656295233af8f (diff)
downloadnixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar.gz
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar.bz2
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar.lz
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar.xz
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.tar.zst
nixlib-c5363217ad6a5557525b72aa8210acce845a5d79.zip
meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
Diffstat (limited to 'pkgs/development/interpreters/pyrex')
-rw-r--r--pkgs/development/interpreters/pyrex/0.9.5.nix2
-rw-r--r--pkgs/development/interpreters/pyrex/0.9.6.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/pyrex/0.9.5.nix b/pkgs/development/interpreters/pyrex/0.9.5.nix
index 0b57d690e01f..415ed78f117b 100644
--- a/pkgs/development/interpreters/pyrex/0.9.5.nix
+++ b/pkgs/development/interpreters/pyrex/0.9.5.nix
@@ -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;
diff --git a/pkgs/development/interpreters/pyrex/0.9.6.nix b/pkgs/development/interpreters/pyrex/0.9.6.nix
index 7125a2aff20e..471532be2feb 100644
--- a/pkgs/development/interpreters/pyrex/0.9.6.nix
+++ b/pkgs/development/interpreters/pyrex/0.9.6.nix
@@ -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;