1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-G/DIHWs91HYVbrV/jZ4aFsCCjqORo8YeqcHGN0LZ8p4=";
17 install -Dm644 -t $out/share/fonts/otf exports/SNPro/*.otf
18 install -Dm644 -t $out/share/fonts/woff2 exports/SNPro/*.woff2
24 description = "SN Pro Font Family";
25 homepage = "https://github.com/supernotes/sn-pro";
26 license = licenses.ofl;
27 maintainers = with maintainers; [ colemickens ];
28 platforms = platforms.all;