xine-lib: set strictDeps to true

This commit is contained in:
Anderson Torres 2024-09-09 10:09:07 -03:00
parent 1f15da3c69
commit d24640b9dd

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/";