15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-C4KqEdqToVnPXFPWvNkl/md9L2W4NxRd5jvZ4E7CtfA=";
26 cargoDeps = rustPlatform.fetchCargoTarball {
28 name = "${pname}-${version}";
29 hash = "sha256-PXO8E41KHPNOR527gs2vM3J9JMG0PWi8Eg/13UCkr3U=";
35 rustPlatform.cargoSetupHook
52 description = "GTK application for browsing and installing fonts from Google's font archive";
53 homepage = "https://github.com/mmstick/fontfinder";
54 changelog = "https://github.com/mmstick/fontfinder/releases/tag/${src.rev}";
55 license = licenses.mit;
56 maintainers = with maintainers; [ figsoda ];
57 mainProgram = "fontfinder-gtk";