Unverified Commit 77c0b0b5 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

halloy: remove obsolete libXrandr input

libXrandr has not been required since winit 0.30.0[1] (halloy 2024.8).

Tested that it still starts on X11.

[1]: https://github.com/rust-windowing/winit/commit/bb9b629bc34c6db8fa1ebda24a03ce0ddbc1d51e
parent 68d10c6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ rustPlatform.buildRustPackage rec {
      xorg.libX11
      xorg.libXcursor
      xorg.libXi
      xorg.libXrandr
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      darwin.apple_sdk.frameworks.AppKit