mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #172804 from midchildan/fix/nvfetcher-deps
nvfetcher: add missing dependency
This commit is contained in:
commit
2d08c8ebc4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user