tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libcamera: Fix build with sphinx>=7.0
Martin Weinelt
2 years ago
d73f0a11
6515b811
+10
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libcamera
default.nix
+10
pkgs/development/libraries/libcamera/default.nix
···
1
1
{ stdenv
2
2
, fetchgit
3
3
+
, fetchpatch
3
4
, lib
4
5
, meson
5
6
, ninja
···
30
31
};
31
32
32
33
outputs = [ "out" "dev" "doc" ];
34
34
+
35
35
+
patches = [
36
36
+
(fetchpatch {
37
37
+
# https://git.libcamera.org/libcamera/libcamera.git/commit/?id=6cb92b523bd60bd7718df134cc5b1eff51cf42e5
38
38
+
name = "libcamera-sphinx7.0-compat.patch";
39
39
+
url = "https://git.libcamera.org/libcamera/libcamera.git/patch/?id=6cb92b523bd60bd7718df134cc5b1eff51cf42e5";
40
40
+
hash = "sha256-gs0EiT3gWlmRjDim+o2C0VmnoWqEouP5pNTD4XbNSdE=";
41
41
+
})
42
42
+
];
33
43
34
44
postPatch = ''
35
45
patchShebangs utils/