nix/pkgs/mercurial: switch to mercurialFull instead

This commit is contained in:
Luke Granger-Brown 2021-09-26 21:16:05 +01:00
parent c976214bf8
commit 7800222723

View file

@ -28,9 +28,9 @@
flameshot = pkgs.libsForQt5.callPackage ./flameshot {};
lukegb-wallpapers = pkgs.callPackage ./lukegb-wallpapers {};
rundeck-bin = pkgs.callPackage ./rundeck-bin {};
mercurial = with pkgs; (mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = [python3Packages.hg-evolve python3Packages.pygit2];
}));
mercurial = pkgs.mercurialFull.withExtensions (pm: with pm; [
hg-evolve
]);
netbox = pkgs.python3Packages.callPackage ./netbox {};
prometheus-bird-exporter-lfty = pkgs.callPackage ./prometheus-bird-exporter-lfty.nix {};
eapol-test = pkgs.callPackage ./eapol-test.nix {};