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