scrot: set strictDeps, structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:51:51 -04:00
parent 0ec9b63333
commit 5ba329e9c1
+3
View File
@@ -18,6 +18,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "scrot";
version = "1.12.1";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "resurrecting-open-source-projects";
repo = "scrot";