8 buildPythonPackage rec {
10 version = "unstable-2019-07-24";
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "4b28037e328da3d0fe8165c11b800cbaddcb525e";
17 sha256 = "07sq3517wzn04j2dzlmczmcvx3w6r7xnzz3634zgf1zi6dbr2a3g";
20 propagatedBuildInputs = [ cmigemo ];
22 # package has no tests
24 pythonImportsCheck = [ "percol" ];
27 homepage = "https://github.com/mooz/percol";
28 description = "Adds flavor of interactive filtering to the traditional pipe concept of shell";
29 mainProgram = "percol";
30 license = licenses.mit;
31 maintainers = with maintainers; [ koral ];