1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
9 "http://distcache.FreeBSD.org/ports-distfiles/ttf-arkpandora-${version}.tgz"
10 "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ttf-arkpandora-${version}.tgz"
11 "http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-${version}.tgz"
13 hash = "sha256-ofyVPJjQD8w+8WgETF2UcJlfbSsKQgBsH3ob+yjvrpo=";
19 mkdir -p $out/share/fonts/truetype
20 cp *.ttf $out/share/fonts/truetype
26 description = "Font, metrically identical to Arial and Times New Roman";
27 license = lib.licenses.bitstreamVera;