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 {};
|
flameshot = pkgs.libsForQt5.callPackage ./flameshot {};
|
||||||
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 = pkgs.mercurialFull.withExtensions (pm: with pm; [
|
||||||
propagatedBuildInputs = [python3Packages.hg-evolve python3Packages.pygit2];
|
hg-evolve
|
||||||
}));
|
]);
|
||||||
netbox = pkgs.python3Packages.callPackage ./netbox {};
|
netbox = pkgs.python3Packages.callPackage ./netbox {};
|
||||||
prometheus-bird-exporter-lfty = pkgs.callPackage ./prometheus-bird-exporter-lfty.nix {};
|
prometheus-bird-exporter-lfty = pkgs.callPackage ./prometheus-bird-exporter-lfty.nix {};
|
||||||
eapol-test = pkgs.callPackage ./eapol-test.nix {};
|
eapol-test = pkgs.callPackage ./eapol-test.nix {};
|
||||||
|
|
Loading…
Reference in a new issue