mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
[Backport release-24.05] awsume: propagate setuptools build input (#365376)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
psutil,
|
||||
pluggy,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@@ -32,6 +33,7 @@ buildPythonApplication rec {
|
||||
psutil
|
||||
pluggy
|
||||
pyyaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user