10 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-LHqOZ1uLWFbUeQAGKoMH9GljhRq1K4RTVWzgV/pt3g8=";
21 propagatedBuildInputs = [
23 # Until https://github.com/inkcut/inkcut/issues/105 perhaps
29 # qt_occ_viewer test requires enaml.qt.QtOpenGL which got dropped somewhere
30 # between enaml 0.9.0 and 0.10.0
33 pythonImportsCheck = [
40 homepage = "https://github.com/frmdstryr/enamlx";
41 description = "Additional Qt Widgets for Enaml";
42 license = licenses.mit;
43 maintainers = with maintainers; [ raboof ];