From 75b977b49c1ba4a347414fa9d0fd07e8b87bc7f3 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Wed, 6 May 2026 20:17:07 -0700 Subject: [PATCH] python3Packages.affinegap: add passthru.skipBulkUpdate --- pkgs/development/python-modules/affinegap/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/affinegap/default.nix b/pkgs/development/python-modules/affinegap/default.nix index 6d315b347729..994e32f831c2 100644 --- a/pkgs/development/python-modules/affinegap/default.nix +++ b/pkgs/development/python-modules/affinegap/default.nix @@ -41,6 +41,8 @@ buildPythonPackage rec { "affinegap" ]; + passthru.skipBulkUpdate = true; + meta = { description = "Cython implementation of the affine gap string distance"; homepage = "https://github.com/dedupeio/affinegap";