10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "abc919a1e99667f32fdde15dfb4bc527dbe22cf86a17acb78a449d7f2dfe937e";
21 sed -i 's/==/>=/' requirements.txt
24 propagatedBuildInputs = [
30 # Error when running tests:
31 # No local packages or download links found for requests
35 homepage = "https://github.com/ncrocfer/clf";
36 description = "Command line tool to search snippets on Commandlinefu.com";
38 license = licenses.mit;
39 maintainers = with maintainers; [ koral ];