xine-lib: set strictDeps to true
This commit is contained in:
parent
1f15da3c69
commit
d24640b9dd
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user