1 { lib, fetchPypi, buildPythonPackage
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "48b4c4ab70826d3ddaaf7440564d513c02d78680fa690994b0640d383ffb8a7d";
14 nativeBuildInputs = [ pkg-config ];
16 buildInputs = [ libgphoto2 ];
18 doCheck = false; # No tests available
21 description = "Python interface to libgphoto2";
22 homepage = "https://github.com/jim-easterbrook/python-gphoto2";
23 license = licenses.gpl3;
24 maintainers = with maintainers; [ jfrankenau ];