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