haskellPackages.nvfetcher: disable check

This commit is contained in:
Potato Hatsue
2021-09-30 23:01:19 +02:00
committed by sterni
parent 0365ec67af
commit d55ffa5a2f
@@ -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' ':' "${