wivrn: wrap dashboard with adb for wired functions (#509067)

This commit is contained in:
isabel
2026-04-11 20:14:28 +00:00
committed by GitHub
+4 -1
View File
@@ -6,6 +6,7 @@
fetchFromGitLab,
applyPatches,
autoAddDriverRunpath,
android-tools,
avahi,
boost,
cli11,
@@ -107,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
android-tools
eigen
freetype
glm
@@ -179,7 +181,8 @@ stdenv.mkDerivation (finalAttrs: {
preFixup = lib.optional (!clientLibOnly) ''
wrapQtApp "$out/bin/wivrn-dashboard" \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]}
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]} \
--prefix PATH : ${lib.makeBinPath [ android-tools ]}
'';
desktopItems = lib.optionals (!clientLibOnly) [