1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation {
4 pname = "borg-sans-mono";
8 # https://github.com/marnen/borg-sans-mono/issues/19
9 url = "https://github.com/marnen/borg-sans-mono/files/107663/BorgSansMono.ttf.zip";
10 hash = "sha256-nn7TGeVm45t7QI8+eEREBTFg9aShYYKtdEYEwQwO2fQ=";
16 install -Dm644 *.ttf -t $out/share/fonts/truetype
22 description = "Droid Sans Mono Slashed + Hasklig-style ligatures";
23 homepage = "https://github.com/marnen/borg-sans-mono";
24 license = licenses.asl20;
25 platforms = platforms.all;
26 maintainers = with maintainers; [ atila ];