Added ArkPandora fonts
svn path=/nixpkgs/trunk/; revision=12264
This commit is contained in:
parent
d5f8975449
commit
0160fb04ed
19
pkgs/data/fonts/arkpandora/default.nix
Normal file
19
pkgs/data/fonts/arkpandora/default.nix
Normal 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.";
|
||||
};
|
||||
}
|
@ -5332,6 +5332,8 @@ let pkgs = rec {
|
||||
|
||||
### DATA
|
||||
|
||||
arkpandora_ttf = builderDefsPackage (import ../data/fonts/arkpandora) {
|
||||
} null;
|
||||
|
||||
bakoma_ttf = import ../data/fonts/bakoma-ttf {
|
||||
inherit fetchurl stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user