1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "http://andreas.vdr-developer.org/fonts/download/${pname}-ttf-${version}.tgz";
9 hash = "sha256-YxB+JcDkta5are+OQyP/WKDL0vllgn0m26bU9mQ3C/Q=";
15 install -Dm444 -t "$out/share/fonts/truetype" *.ttf
21 description = "DejaVu fonts with additional symbols used by VDR";
22 homepage = "http://andreas.vdr-developer.org/fonts/";
23 platforms = platforms.all;
24 maintainers = with maintainers; [ ck3d ];
26 # Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
27 # Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
28 # DejaVu changes are in public domain
29 # See https://dejavu-fonts.github.io/License.html for details
30 license = with licenses; [ bitstreamVera publicDomain ];