7 stdenvNoCC.mkDerivation {
9 version = "2011-05-25";
11 src = fetchFromGitHub {
12 owner = "theleagueof";
14 rev = "a3f7ae6c4cac1b7e5ce5269e1fcc6a2fbb9e31ee";
15 hash = "sha256-EjXcLjzVQeOJgLxGua8t0oMc+APOsONGGpG6VJVCgFw=";
21 install -D -m444 -t $out/share/fonts/opentype $src/*.otf
27 description = "Digital version of Frederic Goudy’s Deepdene";
29 Linden Hill is a digital version of Frederic Goudy’s Deepdene. The
30 package includes roman and italic.
32 homepage = "https://www.theleagueofmoveabletype.com/linden-hill";
33 license = lib.licenses.ofl;
34 maintainers = with lib.maintainers; [ minijackson ];