Loading pkgs/development/python-modules/enamlx/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , enaml , pyqtgraph , pythonocc-core , typing-extensions }: buildPythonPackage rec { Loading @@ -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 Loading pkgs/development/python-modules/pythonocc-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "pythonocc-core"; version = "7.7.0"; version = "7.6.2"; src = fetchFromGitHub { owner = "tpaviot"; repo = "pythonocc-core"; rev = "refs/tags/${version}"; hash = "sha256-YybpwiCeBnwZfYS6ZxUbycHFn2DlqYxcNMylRN5ihFM="; hash = "sha256-45pqPQ07KYlpFwJSAYVHbzuqDQTbAvPpxReal52DCzU="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/enamlx/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , enaml , pyqtgraph , pythonocc-core , typing-extensions }: buildPythonPackage rec { Loading @@ -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 Loading
pkgs/development/python-modules/pythonocc-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "pythonocc-core"; version = "7.7.0"; version = "7.6.2"; src = fetchFromGitHub { owner = "tpaviot"; repo = "pythonocc-core"; rev = "refs/tags/${version}"; hash = "sha256-YybpwiCeBnwZfYS6ZxUbycHFn2DlqYxcNMylRN5ihFM="; hash = "sha256-45pqPQ07KYlpFwJSAYVHbzuqDQTbAvPpxReal52DCzU="; }; postPatch = '' Loading