Merge pull request #32856 from markus1189/http-prompt

http-prompt: disable tests

authored by Orivej Desh and committed by GitHub b58cda70 c2b8cf03

+4
+4
pkgs/tools/networking/http-prompt/default.nix
··· 20 20 six 21 21 ]; 22 22 23 + checkPhase = '' 24 + $out/bin/${name} --version | grep -q "${version}" 25 + ''; 26 + 23 27 meta = with stdenv.lib; { 24 28 description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting"; 25 29 homepage = https://github.com/eliangcs/http-prompt;