wayvr: install desktop file and icon

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-03-15 16:20:09 +01:00
parent 1169a4deab
commit 3f7e2ac81e
+5
View File
@@ -75,6 +75,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
]
++ lib.optionals withOpenVR [ "openvr" ];
postInstall = ''
install -D wayvr/wayvr.desktop -t $out/share/applications
install -D wayvr/wayvr.svg -t $out/share/icons/hicolor/scalable/apps
'';
passthru = {
tests.testVersion = testers.testVersion { package = wayvr; };