From df49847f0d424c243c5342352c37ce9ae5a83481 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Mon, 9 Mar 2026 20:26:27 +0100 Subject: [PATCH] python3Packages.sphinx-markdown-builder: fix build The patch linked to liran-funaro/sphinx-markdown-builder#32 was added to fix the tests. Patch is now included in the upstream 0.6.9 release, and can be removed. Introduced with commit f2c2da87dcd812ca7d59219e5b097f9508e63db7 (#482364) --- .../python-modules/sphinx-markdown-builder/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/python-modules/sphinx-markdown-builder/default.nix b/pkgs/development/python-modules/sphinx-markdown-builder/default.nix index ca5ea53928cd..900dd28ac63b 100644 --- a/pkgs/development/python-modules/sphinx-markdown-builder/default.nix +++ b/pkgs/development/python-modules/sphinx-markdown-builder/default.nix @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, nix-update-script, - fetchpatch2, # build system setuptools, @@ -43,15 +42,6 @@ buildPythonPackage rec { hash = "sha256-DTc+yVFOGLXFyrgkwfgY3X60chyU3UDs0GwuPCzff28="; }; - patches = [ - # FIX: tests (remove with the next release) - # https://github.com/liran-funaro/sphinx-markdown-builder/issues/32 - (fetchpatch2 { - url = "https://github.com/liran-funaro/sphinx-markdown-builder/commit/967edca036a73f7644251abd52a5da8451a10dd4.patch"; - hash = "sha256-FGMYzd5k3Q0UvOccCvUSW3y6gor+AUncj2qv38xyOp4="; - }) - ]; - build-system = [ setuptools wheel