Unverified Commit ab829c1b authored by Arnout Engelen's avatar Arnout Engelen
Browse files

python3Packages.enamlx: fix build

parent 69847c62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, enaml
, pyqtgraph
, pythonocc-core
, typing-extensions
}:

buildPythonPackage rec {
@@ -22,6 +23,7 @@ buildPythonPackage rec {
    # Until https://github.com/inkcut/inkcut/issues/105 perhaps
    pyqtgraph
    pythonocc-core
    typing-extensions
  ];

  # qt_occ_viewer test requires enaml.qt.QtOpenGL which got dropped somewhere