nix/pkgs/mercurial: drop pygit2, add hg-git

This commit is contained in:
Luke Granger-Brown 2021-07-03 10:28:34 +00:00
parent 890ffcd477
commit 2b9e07816b

View file

@ -29,7 +29,7 @@
lukegb-wallpapers = pkgs.callPackage ./lukegb-wallpapers {};
rundeck-bin = pkgs.callPackage ./rundeck-bin {};
mercurial = with pkgs; (mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
propagatedBuildInputs = [python3Packages.hg-evolve python3Packages.pygit2];
}));
} // (import ./heptapod-runner.nix args)
// (import ./lightspeed args)