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 libxcb
]; ];
env.NIX_LDFLAGS = "-lxcb-shm";
enableParallelBuilding = true; enableParallelBuilding = true;
env.NIX_LDFLAGS = "-lxcb-shm"; strictDeps = true;
meta = { meta = {
homepage = "https://xine.sourceforge.net/"; homepage = "https://xine.sourceforge.net/";