Unverified Commit a0bc021c authored by Alyssa Ross's avatar Alyssa Ross
Browse files

coppwr: remove obsolete libXrandr input

libXrandr has not been required since winit 0.30.0[1] (coppwr 1.6.1).

Tested that it still starts on X11.

[1]: https://github.com/rust-windowing/winit/commit/bb9b629bc34c6db8fa1ebda24a03ce0ddbc1d51e
parent 0927ff82
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
    libGL
    xorg.libXcursor
    xorg.libXi
    xorg.libXrandr
    xorg.libX11
  ];