sta: enable strictDeps

This commit is contained in:
Winter
2025-05-11 21:37:55 -04:00
parent c4f6f75afc
commit baf6ebeba5
+2
View File
@@ -17,6 +17,8 @@ stdenv.mkDerivation {
sha256 = "sha256-AiygCfBze7J1Emy6mc27Dim34eLR7VId9wodUZapIL4=";
};
strictDeps = true;
nativeBuildInputs = [ autoreconfHook ];
doCheck = true;