Loading pkgs/by-name/os/oscavmgr/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ openxr-loader, pkg-config, rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -32,6 +33,9 @@ rustPlatform.buildRustPackage rec { openxr-loader ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; postPatch = '' alvr_session=$(echo $cargoDepsCopy/alvr_session-*/) substituteInPlace "$alvr_session/build.rs" \ Loading Loading
pkgs/by-name/os/oscavmgr/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ openxr-loader, pkg-config, rustPlatform, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -32,6 +33,9 @@ rustPlatform.buildRustPackage rec { openxr-loader ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; postPatch = '' alvr_session=$(echo $cargoDepsCopy/alvr_session-*/) substituteInPlace "$alvr_session/build.rs" \ Loading