vr: remove pr #391367 fix

This commit is contained in:
Simon Gardling 2025-11-16 01:08:29 -05:00
parent 0758715282
commit 7a67120d15
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -14,15 +14,6 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
package = (
# https://github.com/NixOS/nixpkgs/pull/391367
pkgs.wivrn.overrideAttrs (old: {
cmakeFlags = old.cmakeFlags ++ [
(lib.cmakeFeature "OPENCOMPOSITE_SEARCH_PATH" "${pkgs.opencomposite}/lib/opencomposite")
];
})
);
# Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications # Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications
# will automatically read this and work with wivrn # will automatically read this and work with wivrn
defaultRuntime = true; defaultRuntime = true;