niri: drop redundant LIBCLANG_PATH

This commit is contained in:
Nick Cao 2024-04-16 20:27:21 -04:00
parent 8ab305986d
commit 2890d63ce3
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ rustPlatform.buildRustPackage rec {
libglvnd # For libEGL
];
LIBCLANG_PATH = "${libclang.lib}/lib";
passthru.providedSessions = ["niri"];
postPatch = ''