ops/nixos: remove propagatedBuildInputs from mercurial override

This commit is contained in:
Luke Granger-Brown 2020-11-25 13:12:36 +00:00
parent 9a29d05ec2
commit a589ca3e1f
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ in
environment.systemPackages = with pkgs; [
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump restic
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
}))
];

View file

@ -80,7 +80,7 @@ in
'')
rxvt_unicode.terminfo tmux rsync libarchive tcpdump restic
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
propagatedBuildInputs = [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
}))
]));