From 8d4076fc119dc8a35f54bcfb487fbc6104c07a8c Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Thu, 7 Nov 2024 13:04:04 -0500 Subject: [PATCH] python312Packages.gdcm: unbreak --- pkgs/development/libraries/gdcm/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix index 50ad7bdd9fd6..befb715e2583 100644 --- a/pkgs/development/libraries/gdcm/default.nix +++ b/pkgs/development/libraries/gdcm/default.nix @@ -77,6 +77,8 @@ stdenv.mkDerivation rec { "TestSCUValidation" # errors because 3 classes not wrapped: "TestWrapPython" + # AttributeError: module 'gdcm' has no attribute 'UIDGenerator_SetRoot'; maybe a wrapping regression: + "TestUIDGeneratorPython" ] ++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [ "TestRescaler2" ];