pythonPackages.jishaku: update attributes

Uses the recent `build-system` and `dependencies` changes
made to the python wrapper for clarity.
This commit is contained in:
itslychee 2024-03-24 07:42:37 -05:00
parent fe57668bca
commit 8b3d580186
No known key found for this signature in database

View file

@ -39,9 +39,9 @@ buildPythonPackage rec {
--replace-fail '"/bin/bash"' '"${lib.getExe bash}"'
'';
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
discordpy
click
braceexpand