slint-lsp: remove obsolete libXrandr input
libXrandr has not been required since winit 0.30.0[1] (slint-lsp 1.7.0). Tested that previews still work on X11. [1]: https://github.com/rust-windowing/winit/commit/bb9b629bc34c6db8fa1ebda24a03ce0ddbc1d51e
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
rpathLibs = [ fontconfig libGL xorg.libxcb xorg.libX11 xorg.libXcursor xorg.libXrandr xorg.libXi ]
|
||||
rpathLibs = [ fontconfig libGL xorg.libxcb xorg.libX11 xorg.libXcursor xorg.libXi ]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ libxkbcommon wayland ];
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
||||
Reference in New Issue
Block a user