awsume: propagate setuptools build input (#364972)

This commit is contained in:
Aleksana
2024-12-15 22:05:08 +08:00
committed by GitHub
+2
View File
@@ -9,6 +9,7 @@
psutil,
pluggy,
pyyaml,
setuptools,
}:
buildPythonApplication rec {
@@ -32,6 +33,7 @@ buildPythonApplication rec {
psutil
pluggy
pyyaml
setuptools
];
postPatch = ''