treewide: stub tests (#6275)
* ranger: stub tests * alacritty: stub tests * broot: stub tests * zsh: stub tests * vim-vint: stub tests
This commit is contained in:
parent
456e599f91
commit
fcc4259cdb
19 changed files with 68 additions and 59 deletions
|
|
@ -142,7 +142,7 @@ in {
|
|||
config = mkIf cfg.enable (mkMerge [
|
||||
{
|
||||
programs.ranger.finalPackage = cfg.package.overrideAttrs (oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs
|
||||
propagatedBuildInputs = (oldAttrs.propagatedBuildInputs or [ ])
|
||||
++ cfg.extraPackages;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue