10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-cndmxdo00TLq1Cy66IFwcT5CKBavaFAfknkpLZCYvUQ=";
24 propagatedBuildInputs = [
33 # Requires https://github.com/boylea/qtbot which is unmaintained
36 pythonImportsCheck = [
41 description = "Iconic fonts in PyQt and PySide applications";
42 homepage = "https://github.com/spyder-ide/qtawesome";
43 changelog = "https://github.com/spyder-ide/qtawesome/blob/v${version}/CHANGELOG.md";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];
46 platforms = platforms.linux; # fails on Darwin