forked from mirrors/nixpkgs
Merge pull request #32856 from markus1189/http-prompt
http-prompt: disable tests
This commit is contained in:
commit
b58cda709d
|
@ -20,6 +20,10 @@ pythonPackages.buildPythonApplication rec {
|
|||
six
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
$out/bin/${name} --version | grep -q "${version}"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting";
|
||||
homepage = https://github.com/eliangcs/http-prompt;
|
||||
|
|
Loading…
Reference in a new issue