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