pkgs/servers/x11/xorg/overrides.nix: xinput needs libXrender to build
This commit is contained in:
parent
f77a2f460a
commit
70334f04ee
@ -273,4 +273,7 @@ in
|
|||||||
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xinput = attrs: attrs // {
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.libXrender];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user