wivrn: wrap server with adb for wired functionality

This commit is contained in:
Lyna
2026-04-11 21:08:25 +01:00
parent 205b13add2
commit c1b7cc0456
+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) [