pythonPackages.jishaku: update attributes
Uses the recent `build-system` and `dependencies` changes made to the python wrapper for clarity.
This commit is contained in:
@@ -39,9 +39,9 @@ buildPythonPackage rec {
|
||||
--replace-fail '"/bin/bash"' '"${lib.getExe bash}"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
discordpy
|
||||
click
|
||||
braceexpand
|
||||
|
||||
Reference in New Issue
Block a user