3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.nvfetcher: disable check

This commit is contained in:
Potato Hatsue 2021-09-30 16:28:05 -04:00 committed by sterni
parent 0365ec67af
commit d55ffa5a2f

View file

@ -932,6 +932,8 @@ self: super: builtins.intersectAttrs super {
# Runtime dependencies and CLI completion
nvfetcher = generateOptparseApplicativeCompletion "nvfetcher" (overrideCabal
super.nvfetcher (drv: {
# test needs network
doCheck = false;
buildTools = drv.buildTools or [ ] ++ [ pkgs.buildPackages.makeWrapper ];
postInstall = drv.postInstall or "" + ''
wrapProgram "$out/bin/nvfetcher" --prefix 'PATH' ':' "${