Added ArkPandora fonts

svn path=/nixpkgs/trunk/; revision=12264
This commit is contained in:
Michael Raskin 2008-07-05 05:26:58 +00:00
parent d5f8975449
commit 0160fb04ed
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
args : with args;
let version = lib.getAttr ["version"] "2.04" args; in
rec {
src = fetchurl {
url = "http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-${version}.tgz";
sha256 = "16mfxwlgn6vs3xn00hha5dnmz6bhjiflq138y4zcq3yhk0y9bz51";
};
buildInputs = [];
configureFlags = [];
/* doConfigure should be specified separately */
phaseNames = ["doUnpack" "installFonts"];
name = "arkpandora-" + version;
meta = {
description = "ArkPandora fonts, metrically identical to Arial and Times New Roman.";
};
}

View File

@ -5332,6 +5332,8 @@ let pkgs = rec {
### DATA ### DATA
arkpandora_ttf = builderDefsPackage (import ../data/fonts/arkpandora) {
} null;
bakoma_ttf = import ../data/fonts/bakoma-ttf { bakoma_ttf = import ../data/fonts/bakoma-ttf {
inherit fetchurl stdenv; inherit fetchurl stdenv;