tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
{ stdenv
2
, fetchgit
0
3
, lib
4
, meson
5
, ninja
···
30
};
31
32
outputs = [ "out" "dev" "doc" ];
0
0
0
0
0
0
0
0
0
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/