Skip to content

Commit

Permalink
librealsense: unbreak on gcc13
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Jan 14, 2024
1 parent 3763c9f commit 4c18ac6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/librealsense/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ stdenv.mkDerivation rec {
patches = [
./py_pybind11_no_external_download.patch
./install-presets.patch
# https://github.com/IntelRealSense/librealsense/pull/11917
(fetchpatch {
name = "fix-gcc13-missing-cstdint.patch";
url = "https://github.com/IntelRealSense/librealsense/commit/b59b13671658910fc453a4a6bbd61f13ba6e83cc.patch";
hash = "sha256-zaW8HG8rfsApI5S/3x+x9Fx8xhyTIPNn/fJVFtkmlEA=";
})
];

nativeBuildInputs = [
Expand Down

0 comments on commit 4c18ac6

Please sign in to comment.