cosmic-edit: Remove wrapped LD_LIBRARY_PATH

As per the comment `tiny-xclib` is now at version `0.2.4`.
This commit is contained in:
a-kenji 2025-02-02 12:00:23 +07:00
parent 0b3a807a63
commit 96f14317f9

View File

@ -79,20 +79,9 @@ rustPlatform.buildRustPackage rec {
"-Wl,--pop-state"
];
# LD_LIBRARY_PATH can be removed once tiny-xlib is bumped above 0.2.2
postInstall = ''
wrapProgram "$out/bin/cosmic-edit" \
--suffix XDG_DATA_DIRS : "${cosmic-icons}/share" \
--prefix LD_LIBRARY_PATH : ${
lib.makeLibraryPath [
xorg.libX11
xorg.libXcursor
xorg.libXi
vulkan-loader
libxkbcommon
wayland
]
}
--suffix XDG_DATA_DIRS : "${cosmic-icons}/share"
'';
meta = with lib; {