nix/pkgs/mercurial: drop pygit2, add hg-git
This commit is contained in:
parent
890ffcd477
commit
2b9e07816b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
lukegb-wallpapers = pkgs.callPackage ./lukegb-wallpapers {};
|
lukegb-wallpapers = pkgs.callPackage ./lukegb-wallpapers {};
|
||||||
rundeck-bin = pkgs.callPackage ./rundeck-bin {};
|
rundeck-bin = pkgs.callPackage ./rundeck-bin {};
|
||||||
mercurial = with pkgs; (mercurial.overridePythonAttrs (origAttrs: {
|
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 ./heptapod-runner.nix args)
|
||||||
// (import ./lightspeed args)
|
// (import ./lightspeed args)
|
||||||
|
|
Loading…
Reference in a new issue