lol

libcamera: Fix build with sphinx>=7.0

+10
+10
pkgs/development/libraries/libcamera/default.nix
··· 1 { stdenv 2 , fetchgit 3 , lib 4 , meson 5 , ninja ··· 30 }; 31 32 outputs = [ "out" "dev" "doc" ]; 33 34 postPatch = '' 35 patchShebangs utils/
··· 1 { stdenv 2 , fetchgit 3 + , fetchpatch 4 , lib 5 , meson 6 , ninja ··· 31 }; 32 33 outputs = [ "out" "dev" "doc" ]; 34 + 35 + patches = [ 36 + (fetchpatch { 37 + # https://git.libcamera.org/libcamera/libcamera.git/commit/?id=6cb92b523bd60bd7718df134cc5b1eff51cf42e5 38 + name = "libcamera-sphinx7.0-compat.patch"; 39 + url = "https://git.libcamera.org/libcamera/libcamera.git/patch/?id=6cb92b523bd60bd7718df134cc5b1eff51cf42e5"; 40 + hash = "sha256-gs0EiT3gWlmRjDim+o2C0VmnoWqEouP5pNTD4XbNSdE="; 41 + }) 42 + ]; 43 44 postPatch = '' 45 patchShebangs utils/