9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "1rlrx3cw6h1zl9svnqbzwdfy8469qa1y7w6576lbhdwpfhpipscy";
21 # Minimally modified version of https://github.com/frmdstryr/enamlx/commit/16df11227b8cee724624541d274e481802ea67e3
22 # (without the change to setup.py), already on master and expected in the first post-0.4.3 release
23 ./replace-unicode-with-str.patch
26 propagatedBuildInputs = [
28 # Until https://github.com/inkcut/inkcut/issues/105 perhaps
33 # qt_occ_viewer test requires enaml.qt.QtOpenGL which got dropped somewhere
34 # between enaml 0.9.0 and 0.10.0
37 pythonImportsCheck = [
44 homepage = "https://github.com/frmdstryr/enamlx";
45 description = "Additional Qt Widgets for Enaml";
46 license = licenses.mit;
47 maintainers = with maintainers; [ raboof ];