13 src = fetchFromGitHub {
17 sha256 = "sha256-DtajGhx79DiecglXHja9q/TKVq8Jl2faQdA5Ib/yT88=";
20 buildInputs = [ qttools qtwebkit ];
22 nativeBuildInputs = [ cmake ];
25 description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac";
26 homepage = "https://github.com/fontmatrix/fontmatrix";
27 license = licenses.gpl2Plus;
28 platforms = platforms.linux;