18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-DYLDQ9QwdK/a8eY0bFX31UNgxm8FUOaeNAnisFcyFNI=";
37 propagatedBuildInputs = [
48 # qt bindings cannot be found during tests
51 pythonImportsCheck = [
57 # qt bindings cannot be found during checking
67 description = "Declarative User Interfaces for Python";
68 homepage = "https://github.com/nucleic/enaml";
69 changelog = "https://github.com/nucleic/enaml/releases/tag/${version}";
70 license = licenses.bsd3;
71 maintainers = with maintainers; [ raboof ];