nvfetcher: add missing dependency

main
midchildan 2 years ago
parent d89d7af1ba
commit 12feb97923
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935
  1. 2
      pkgs/development/haskell-modules/configuration-nix.nix

@ -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…
Cancel
Save