2008-04-28 12:08:40 +02:00
|
|
|
args: with args;
|
|
|
|
rec{
|
|
|
|
src = fetchurl {
|
|
|
|
url = http://downloads.sourceforge.net/linuxlibertine/LinLibertineFont-2.7.tgz;
|
|
|
|
sha256 = "06xm3np2xx41fr2yc00q0z2qy9s6p860f18ns1f1f00vi54dm4c5";
|
|
|
|
};
|
|
|
|
|
|
|
|
buildInputs = [];
|
|
|
|
phaseNames = ["doUnpack" "installFonts"];
|
|
|
|
|
2009-11-18 10:39:59 +01:00
|
|
|
name = "linux-libertine-2.7";
|
2008-04-28 12:08:40 +02:00
|
|
|
meta = {
|
|
|
|
description = "Linux Libertine Fonts";
|
|
|
|
homepage = http://linuxlibertine.sf.net;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|