SDL2_image: set strictDeps as true

This commit is contained in:
Anderson Torres
2024-07-13 07:22:09 -03:00
parent 093e3b60d3
commit 7f084a8532
+6 -1
View File
@@ -29,7 +29,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-j0hrv7z4Rk3VjJ5dkzlKsCVc5otRxalmqRgkSCCnbdw=";
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
SDL2
pkg-config
];
buildInputs = [
SDL2
@@ -59,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.enableFeature false "imageio")
];
strictDeps = true;
enableParallelBuilding = true;
meta = {