meson & nix: install wlroots headers (#2287)

This commit is contained in:
Mihai Fufezan 2023-05-16 20:50:18 +03:00 committed by GitHub
parent b5b9af508a
commit 78826c6d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 2 deletions

View file

@ -113,6 +113,10 @@ in
}'
'';
postInstall = ''
ln -s ${wlroots}/include/wlr $dev/include/hyprland/wlroots
'';
passthru.providedSessions = ["hyprland"];
meta = with lib; {