diff --git a/pkgs/by-name/sc/scrot/package.nix b/pkgs/by-name/sc/scrot/package.nix index 3fc1fccb4a66..a6edebf62222 100644 --- a/pkgs/by-name/sc/scrot/package.nix +++ b/pkgs/by-name/sc/scrot/package.nix @@ -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";