libx11: fix libxcb not being in propagatedBuildInputs
This commit is contained in:
committed by
Alyssa Ross
parent
01f76a6c4a
commit
d93967f383
@@ -39,7 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xtrans
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ xorgproto ];
|
||||
propagatedBuildInputs = [
|
||||
xorgproto
|
||||
libxcb
|
||||
];
|
||||
|
||||
configureFlags =
|
||||
lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "--enable-malloc0returnsnull"
|
||||
|
||||
Reference in New Issue
Block a user