libcamera: 0.2.0 → 0.3.0
This commit is contained in:
@@ -25,18 +25,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcamera";
|
pname = "libcamera";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.libcamera.org/libcamera/libcamera.git";
|
url = "https://git.libcamera.org/libcamera/libcamera.git";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-x0Im9m9MoACJhQKorMI34YQ+/bd62NdAPc2nWwaJAvM=";
|
hash = "sha256-eCtOtdjpwn0S56ZyRVdG1QCBk1KGPh8YTXD50xev7Bc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs utils/
|
patchShebangs src/py/ utils/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# libcamera signs the IPA module libraries at install time, but they are then
|
# libcamera signs the IPA module libraries at install time, but they are then
|
||||||
@@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
|
|||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3
|
||||||
python3Packages.jinja2
|
python3Packages.jinja2
|
||||||
|
python3Packages.pybind11
|
||||||
python3Packages.pyyaml
|
python3Packages.pyyaml
|
||||||
python3Packages.ply
|
python3Packages.ply
|
||||||
python3Packages.sphinx
|
python3Packages.sphinx
|
||||||
|
|||||||
Reference in New Issue
Block a user