7 inherit (python3.pkgs) buildPythonPackage;
9 buildPythonPackage rec {
10 pname = "meerk40t-camera";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-uGCBHdgWoorVX2XqMCg0YBweb00sQ9ZSbJe8rlGeovs=";
20 sed -i '/meerk40t/d' setup.py
23 propagatedBuildInputs = with python3.pkgs; [
27 pythonImportsCheck = [
34 description = "MeerK40t camera plugin";
35 license = licenses.mit;
36 homepage = "https://github.com/meerk40t/meerk40t-camera";
37 maintainers = with maintainers; [ hexa ];