alvr: don't build xtask

This commit is contained in:
Marie Ramlow
2025-08-11 16:30:32 +02:00
parent 865725e544
commit bc69e094f2
+5
View File
@@ -77,6 +77,11 @@ rustPlatform.buildRustPackage rec {
"-Wl,--pop-state"
];
cargoBuildFlags = [
"--exclude alvr_xtask"
"--workspace"
];
nativeBuildInputs = [
rust-cbindgen
pkg-config