Merge pull request #172804 from midchildan/fix/nvfetcher-deps

nvfetcher: add missing dependency
main
Sandro 2 years ago committed by GitHub
commit 2d08c8ebc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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