8 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 sha256 = "1a3l427ibwck9zzzy1sp10hmjgminya08i4r9j4559qzy7lxghs1";
19 substituteInPlace setup.py \
20 --replace 'click>=7.0,<8.0' 'click' \
21 --replace 'termcolor>=1.1.0,<2.0.0' 'termcolor'
24 nativeBuildInputs = with python3Packages; [
28 propagatedBuildInputs = with python3Packages; [
38 # tests are not in pypi package
41 passthru.tests = nixosTests.pinnwand;
44 homepage = "https://github.com/supakeen/steck";
45 license = licenses.mit;
46 description = "Client for pinnwand pastebin";
47 mainProgram = "steck";
48 maintainers = with maintainers; [ hexa ];