11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "1b07hd41blwsnb91vh2ax9zigm4lh8n0i5man0cjmxhavvbfy12b";
32 cargoSha256 = "194c4knjfb3pnpvw3zl1srwx3q1jp6z78vzln0q2mk5nf0a35yy0";
35 description = "Find fonts which can show a specified character and preview them in browser";
36 homepage = "https://github.com/7sDream/fontfor";
37 license = with licenses; [ gpl3Plus ];
38 maintainers = with maintainers; [ shamilton ];
39 platforms = platforms.linux;