gscreenshot: remove setuptools dependency

This commit is contained in:
Tomás Rivera
2026-06-14 10:15:06 +02:00
parent 512b81bf8e
commit 13db573f35
-1
View File
@@ -57,7 +57,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
++ (with python3Packages; [
pillow
pygobject3
setuptools
]);
patches = [ ./0001-Changing-paths-to-be-nix-compatible.patch ];