cosmic-comp: remove obsolete libXrandr input

libXrandr has not been required since winit 0.30.0[1]
(cosmic-comp 1.0.0-alpha.1).

Tested that it still starts on X11.

[1]: bb9b629bc3
This commit is contained in:
Alyssa Ross 2024-11-09 21:42:22 +01:00
parent a0bc021cae
commit d91e9dd0fa
No known key found for this signature in database
GPG Key ID: 5B459184230FF0A2

View File

@ -90,7 +90,7 @@ rustPlatform.buildRustPackage rec {
# be the common case, so just make them available, don't link them. # be the common case, so just make them available, don't link them.
postInstall = '' postInstall = ''
wrapProgramArgs=(--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ wrapProgramArgs=(--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr xorg.libX11 xorg.libXcursor xorg.libXi
]}) ]})
'' + lib.optionalString useXWayland '' '' + lib.optionalString useXWayland ''
wrapProgramArgs+=(--prefix PATH : ${lib.makeBinPath [ xwayland ]}) wrapProgramArgs+=(--prefix PATH : ${lib.makeBinPath [ xwayland ]})