libcamera: Fix build with sphinx>=7.0

+10
+10
pkgs/development/libraries/libcamera/default.nix
··· 1 1 { stdenv 2 2 , fetchgit 3 + , fetchpatch 3 4 , lib 4 5 , meson 5 6 , ninja ··· 30 31 }; 31 32 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 + ]; 33 43 34 44 postPatch = '' 35 45 patchShebangs utils/