libxrender: propagate libx11
This commit is contained in:
@@ -32,7 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libx11
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ xorgproto ];
|
||||
propagatedBuildInputs = [
|
||||
xorgproto
|
||||
libx11
|
||||
];
|
||||
|
||||
configureFlags = lib.optional (
|
||||
stdenv.hostPlatform != stdenv.buildPlatform
|
||||
|
||||
Reference in New Issue
Block a user