mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
monado: use absolute runtime path in manifest
It used a weird mangled relative path that didn't work before and we have the luxury that absolute paths always work exactly as we want them with Nix.
This commit is contained in:
parent
3b7fe79bce
commit
9b2a771b8f
@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DXRT_FEATURE_SERVICE=${if serviceSupport then "ON" else "OFF"}"
|
||||
"-DXRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH=ON"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user