1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "RhodiumLibre";
7 src = fetchFromGitHub {
11 hash = "sha256-YCQvUdjEAj4G71WCRCM0+NwiqRqwt1Ggeg9jb/oWEsY=";
17 install -Dm444 -t $out/share/fonts/opentype/ RhodiumLibre-Regular.otf
18 install -Dm444 -t $out/share/fonts/truetype/ RhodiumLibre-Regular.ttf
24 description = "F/OSS/Libre font for Latin and Devanagari";
25 homepage = "https://github.com/DunwichType/RhodiumLibre";
26 license = licenses.ofl;
27 platforms = platforms.all;