1 { lib, buildPythonPackage, fetchPypi
2 , docopt, requests, pygments }:
4 buildPythonPackage rec {
10 sha256 = "abc919a1e99667f32fdde15dfb4bc527dbe22cf86a17acb78a449d7f2dfe937e";
14 sed -i 's/==/>=/' requirements.txt
17 propagatedBuildInputs = [ docopt requests pygments ];
19 # Error when running tests:
20 # No local packages or download links found for requests
24 homepage = "https://github.com/ncrocfer/clf";
25 description = "Command line tool to search snippets on Commandlinefu.com";
26 license = licenses.mit;
27 maintainers = with maintainers; [ koral ];