7 stdenvNoCC.mkDerivation (finalAttrs: {
8 pname = "linearicons-free";
12 url = "https://cdn.linearicons.com/free/${finalAttrs.version}/Linearicons-Free-v${finalAttrs.version}.zip";
13 hash = "sha256-0Gb0CRdgzSnpeN+x8TrH5TCrAA57+jsBWZ4FgJ8cm08=";
19 install -D -m444 -t $out/share/fonts/truetype $src/Desktop\ Font/Linearicons-Free.ttf
25 description = "Crisp Line Icons by Perxis";
27 See cheat sheet here: https://linearicons.com/free#cheat-sheet
29 homepage = "https://linearicons.com/free";
30 license = lib.licenses.cc-by-sa-40;
31 maintainers = [ lib.maintainers.CardboardTurkey ];
32 platforms = lib.platforms.all;