13 stdenv.mkDerivation rec {
14 pname = "cantarell-fonts";
18 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
19 sha256 = "+UY6BlnGPlfjgf3XU88ZKSJTlcW0kTWYlCR2GDBTBBE=";
26 python3.pkgs.psautohint
30 python3.pkgs.setuptools
36 # ad-hoc fix for https://github.com/NixOS/nixpkgs/issues/50855
37 # until we fix gettext's envHook
39 export GETTEXTDATADIRS="$GETTEXTDATADIRS_FOR_BUILD"
42 outputHashAlgo = "sha256";
43 outputHashMode = "recursive";
44 outputHash = "XeqHVdTQ7PTzxkjwfzS/BTR7+k/M69sfUKdRXGOTmZE=";
47 updateScript = gnome.updateScript {
53 description = "Default typeface used in the user interface of GNOME since version 3.0";
54 platforms = lib.platforms.all;
55 license = lib.licenses.ofl;