nix/pkgs/mercurial: switch to mercurialFull instead
This commit is contained in:
parent
c976214bf8
commit
7800222723
1 changed files with 3 additions and 3 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue