From 27cafa39981cede1473a7bb2a9e5d8ccf1724b23 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 18 Feb 2026 10:04:20 -0800 Subject: [PATCH] python3Packages.spacy: remove dependency on typer-slim --- pkgs/development/python-modules/spacy/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/spacy/default.nix b/pkgs/development/python-modules/spacy/default.nix index 3f13dfc9c48f..c664201806e5 100644 --- a/pkgs/development/python-modules/spacy/default.nix +++ b/pkgs/development/python-modules/spacy/default.nix @@ -57,6 +57,11 @@ buildPythonPackage rec { hash = "sha256-pLn3fq6SDstkRIv+1fj1yEGTlAd1IAiVgRu25CnEV8E="; }; + postPatch = '' + substituteInPlace requirements.txt setup.cfg \ + --replace-fail typer-slim typer + ''; + build-system = [ cymem cython