6 buildPythonPackage rec {
7 pname = "fontawesomefree";
11 # they only provide a wheel
13 inherit pname version format;
16 hash = "sha256-jexKLuN7+OUzeeu/DTjO/sTgbHySJ/Wa8527exYygXs=";
19 pythonImportsCheck = [
24 homepage = "https://github.com/FortAwesome/Font-Awesome";
25 description = "Icon library and toolkit";
26 license = with licenses; [ ofl cc-by-40 ];
27 maintainers = with maintainers; [ netali ];