13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-gJl9SPL/KeYFzKIjwWPVR1iVy6h/W7OP7xE7krhYaY8=";
34 cargoHash = "sha256-9Ac2NuUFfluXN4NOT645gszGApBIsFxQiTZDf8PHbvo=";
36 passthru.updateScript = nix-update-script { };
39 description = "Find fonts which can show a specified character and preview them in browser";
40 homepage = "https://github.com/7sDream/fontfor";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ shamilton ];
43 platforms = platforms.linux;
44 mainProgram = "fontfor";