nvfetcher: add missing dependency

This commit is contained in:
midchildan 2022-05-13 13:36:36 +09:00
parent d89d7af1ba
commit 12feb97923
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935

View File

@ -866,7 +866,7 @@ self: super: builtins.intersectAttrs super {
buildTools = drv.buildTools or [ ] ++ [ pkgs.buildPackages.makeWrapper ];
postInstall = drv.postInstall or "" + ''
wrapProgram "$out/bin/nvfetcher" --prefix 'PATH' ':' "${
pkgs.lib.makeBinPath [ pkgs.nvchecker pkgs.nix-prefetch-git ]
pkgs.lib.makeBinPath [ pkgs.nvchecker pkgs.nix-prefetch ]
}"
'';
}) super.nvfetcher);