2012-01-18 12:53:01 -08:00
|
|
|
{ stdenv, fetchurl }:
|
2012-01-06 12:10:23 -08:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2016-01-03 12:28:38 -08:00
|
|
|
name = "cantarell-fonts-0.0.17";
|
2012-01-06 12:10:23 -08:00
|
|
|
|
|
|
|
src = fetchurl {
|
2016-01-03 12:28:38 -08:00
|
|
|
url = mirror://gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.17.tar.xz;
|
|
|
|
sha256 = "0kx05fw1i11zcqx5yv9y9iprpl49k51sibz86bc58a50n1w6gcwn";
|
2012-01-06 12:10:23 -08:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
2014-09-30 03:29:11 -07:00
|
|
|
description = "Default typeface used in the user interface of GNOME since version 3.0";
|
2012-01-06 12:10:23 -08:00
|
|
|
platforms = stdenv.lib.platforms.all;
|
2014-09-30 03:14:59 -07:00
|
|
|
license = stdenv.lib.licenses.ofl;
|
|
|
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
2012-01-06 12:10:23 -08:00
|
|
|
};
|
|
|
|
}
|