summary refs log tree commit diff
path: root/pkgs/data/fonts
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/data/fonts
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/data/fonts')
-rw-r--r--pkgs/data/fonts/clearlyU/1.9.nix2
-rw-r--r--pkgs/data/fonts/fontWrap/default.nix2
-rw-r--r--pkgs/data/fonts/junicode/0.6.15.nix2
-rw-r--r--pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/fonts/clearlyU/1.9.nix b/pkgs/data/fonts/clearlyU/1.9.nix
index e447dd3e0650..db5709bf0359 100644
--- a/pkgs/data/fonts/clearlyU/1.9.nix
+++ b/pkgs/data/fonts/clearlyU/1.9.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://crl.nmsu.edu/~mleisher/cu/cu12-1.9.tar.gz;
diff --git a/pkgs/data/fonts/fontWrap/default.nix b/pkgs/data/fonts/fontWrap/default.nix
index 875c65108ced..2c749ea609e0 100644
--- a/pkgs/data/fonts/fontWrap/default.nix
+++ b/pkgs/data/fonts/fontWrap/default.nix
@@ -1,5 +1,5 @@
 args : with args;
-	let localDefs = builderDefs.meta.function {
+	let localDefs = builderDefs.passthru.function {
 		src =""; /* put a fetchurl here */
 		buildInputs = [mkfontdir mkfontscale ttmkfdir];
 		configureFlags = [];
diff --git a/pkgs/data/fonts/junicode/0.6.15.nix b/pkgs/data/fonts/junicode/0.6.15.nix
index f6fcc1917b32..601b6671e95c 100644
--- a/pkgs/data/fonts/junicode/0.6.15.nix
+++ b/pkgs/data/fonts/junicode/0.6.15.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/junicode/junicode-0.6.15.zip;
diff --git a/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix b/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix
index 15a7edd6535a..da520e968321 100644
--- a/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix
+++ b/pkgs/data/fonts/wqy_zenhei/0.4.23-1.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/wqy/wqy-zenhei-0.4.23-1.tar.gz;