Skip to content

Commit 3e0219d

Browse files
authored
Update libcamera.nix
1 parent 26d6ba2 commit 3e0219d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/libcamera.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final: prev:
2424
libcamera = prev.libcamera.overrideAttrs (old: {
2525
version = "0.1.0";
2626
src = libcamera-src;
27-
buildInputs = old.buildInputs ++ (with final; [ libpisp ]);
27+
buildInputs = old.buildInputs ++ (with final; [ libpisp python311Packages.pybind11 ]);
2828
patches = [ ];
2929
});
3030
}

0 commit comments

Comments
 (0)