17 buildPythonPackage rec {
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-BWnuk6h80cKwRECyTuRvnYnTC78219oraeTNoqWDd1c=";
31 # add entrypoint for install script
32 url = "https://github.com/Gorialis/jishaku/commit/b96cd55a1c2fd154c548f08019ccd6f7be9c7f90.patch";
33 hash = "sha256-laPoupwCC1Zthib8G+c1BXqTwZK0Z6up1DKVkhFicJ0=";
38 substituteInPlace jishaku/shell.py \
39 --replace-fail '"/bin/bash"' '"${lib.getExe bash}"'
42 build-system = [ setuptools ];
58 pythonImportsCheck = [
65 description = "Debugging and testing cog for discord.py bots";
66 homepage = "https://jishaku.readthedocs.io/en/latest";
67 changelog = "https://github.com/Gorialis/jishaku/releases/tag/${version}";
68 maintainers = with lib.maintainers; [ ];
69 mainProgram = "jishaku";
70 license = lib.licenses.mit;