From 1691648bc602d7848d7c3ac0a3887fd0955a4e7a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:48:37 +0100 Subject: [PATCH] python313Packages.highdicom: skip bulk update --- pkgs/development/python-modules/highdicom/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/highdicom/default.nix b/pkgs/development/python-modules/highdicom/default.nix index fd3a9318b8ca..55cd74fc0593 100644 --- a/pkgs/development/python-modules/highdicom/default.nix +++ b/pkgs/development/python-modules/highdicom/default.nix @@ -91,6 +91,9 @@ buildPythonPackage rec { "highdicom.sc" ]; + # updates the wrong fetcher + passthru.skipBulkUpdate = true; + meta = with lib; { description = "High-level DICOM abstractions for Python"; homepage = "https://highdicom.readthedocs.io";