lol

haskellPackages.nvfetcher: disable check

authored by

Potato Hatsue and committed by
sterni
d55ffa5a 0365ec67

+2
+2
pkgs/development/haskell-modules/configuration-nix.nix
··· 932 932 # Runtime dependencies and CLI completion 933 933 nvfetcher = generateOptparseApplicativeCompletion "nvfetcher" (overrideCabal 934 934 super.nvfetcher (drv: { 935 + # test needs network 936 + doCheck = false; 935 937 buildTools = drv.buildTools or [ ] ++ [ pkgs.buildPackages.makeWrapper ]; 936 938 postInstall = drv.postInstall or "" + '' 937 939 wrapProgram "$out/bin/nvfetcher" --prefix 'PATH' ':' "${