From f87e573852eb1652f1f5fb4718d5bae0dbf49ffe Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sat, 11 Oct 2025 22:57:01 +0200 Subject: [PATCH] python313Packages.hg-git: fix build --- pkgs/development/python-modules/hg-git/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hg-git/default.nix b/pkgs/development/python-modules/hg-git/default.nix index 04e8fe1cc581..e714a9f5ee1b 100644 --- a/pkgs/development/python-modules/hg-git/default.nix +++ b/pkgs/development/python-modules/hg-git/default.nix @@ -32,6 +32,8 @@ buildPythonPackage rec { mercurial ]; + pythonRelaxDeps = [ "dulwich" ]; + pythonImportsCheck = [ "hggit" ]; meta = with lib; {