From 69847c62129a8c90984b877ee433df9b16227c25 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 13 Apr 2023 15:01:03 +0200 Subject: [PATCH 1/2] Revert "python3Packages.pythonocc-core: 7.6.2 -> 7.7.0" This reverts commit c8f346cb9df3e5da47077712fd192bebdce38d94. c8f346cb9df3e5da47077712fd192bebdce38d94 was part of a bulk auto-update of python packages, but broke the package as it needs to be updated in tandem with `opencascade-occt`. Adding `skipBulkUpdate` in a separate PR, #226020 . --- pkgs/development/python-modules/pythonocc-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pythonocc-core/default.nix b/pkgs/development/python-modules/pythonocc-core/default.nix index 5fa1b2d9b39d..7873574b0a1b 100644 --- a/pkgs/development/python-modules/pythonocc-core/default.nix +++ b/pkgs/development/python-modules/pythonocc-core/default.nix @@ -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 = '' From ab829c1b66512448e510edab0b4f5172b2118724 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 13 Apr 2023 15:08:07 +0200 Subject: [PATCH 2/2] python3Packages.enamlx: fix build --- pkgs/development/python-modules/enamlx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/enamlx/default.nix b/pkgs/development/python-modules/enamlx/default.nix index 795ebb49750d..82ddd9726dd0 100644 --- a/pkgs/development/python-modules/enamlx/default.nix +++ b/pkgs/development/python-modules/enamlx/default.nix @@ -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