1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-t5EnM4WaDbOTPM+rJW+hQxBgNErnnZEN9lZvxTKoDhA=";
38 description = "Ready to use set of digital camera software applications";
41 A set of command line utilities for manipulating over 1400 different
42 digital cameras. Through libgphoto2, it supports PTP, MTP, and much more..
45 homepage = "http://www.gphoto.org/";
46 license = licenses.gpl2Plus;
47 platforms = platforms.unix;
48 maintainers = [ maintainers.jcumming ];
49 mainProgram = "gphoto2";