nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.hg-git: fix build (#451123)

authored by

Yohann Boniface and committed by
GitHub
97163999 7dd0cf72

+2
+2
pkgs/development/python-modules/hg-git/default.nix
··· 32 32 mercurial 33 33 ]; 34 34 35 + pythonRelaxDeps = [ "dulwich" ]; 36 + 35 37 pythonImportsCheck = [ "hggit" ]; 36 38 37 39 meta = with lib; {