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:
parent
0b3a807a63
commit
96f14317f9
@ -79,20 +79,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
"-Wl,--pop-state"
|
"-Wl,--pop-state"
|
||||||
];
|
];
|
||||||
|
|
||||||
# LD_LIBRARY_PATH can be removed once tiny-xlib is bumped above 0.2.2
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram "$out/bin/cosmic-edit" \
|
wrapProgram "$out/bin/cosmic-edit" \
|
||||||
--suffix XDG_DATA_DIRS : "${cosmic-icons}/share" \
|
--suffix XDG_DATA_DIRS : "${cosmic-icons}/share"
|
||||||
--prefix LD_LIBRARY_PATH : ${
|
|
||||||
lib.makeLibraryPath [
|
|
||||||
xorg.libX11
|
|
||||||
xorg.libXcursor
|
|
||||||
xorg.libXi
|
|
||||||
vulkan-loader
|
|
||||||
libxkbcommon
|
|
||||||
wayland
|
|
||||||
]
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user