Merge pull request #304671 from NickCao/niri

niri: drop redundant LIBCLANG_PATH
This commit is contained in:
Weijia Wang 2024-04-17 09:38:02 +02:00 committed by GitHub
commit b04468d169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''