xine-lib: set strictDeps to true

This commit is contained in:
Anderson Torres
2024-09-10 11:52:25 -03:00
parent 1f15da3c69
commit d24640b9dd
+3 -1
View File
@@ -79,9 +79,11 @@ stdenv.mkDerivation (finalAttrs: {
libxcb
];
env.NIX_LDFLAGS = "-lxcb-shm";
enableParallelBuilding = true;
env.NIX_LDFLAGS = "-lxcb-shm";
strictDeps = true;
meta = {
homepage = "https://xine.sourceforge.net/";