summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/x11vnc
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/tools/X11/x11vnc
parent8b06e2e2283f2a82f149bbcf71b656295233af8f (diff)
meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
Diffstat (limited to 'pkgs/tools/X11/x11vnc')
-rw-r--r--pkgs/tools/X11/x11vnc/0.9.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/x11vnc/0.9.3.nix b/pkgs/tools/X11/x11vnc/0.9.3.nix
index 72c0997cc6a5..3452d3f893ba 100644
--- a/pkgs/tools/X11/x11vnc/0.9.3.nix
+++ b/pkgs/tools/X11/x11vnc/0.9.3.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 = mirror://sourceforge/libvncserver/x11vnc-0.9.3.tar.gz;