1 { lib, stdenv, fetchurl, libtool, pkg-config, libgphoto2, fuse, glib }:
3 stdenv.mkDerivation rec {
7 url="mirror://sourceforge/gphoto/gphotofs/${version}/gphotofs-0.5.tar.bz2";
8 sha256 = "1k23ncbsbh64r7kz050bg31jqamchyswgg9izhzij758d7gc8vk7";
11 nativeBuildInputs = [ pkg-config ];
13 libgphoto2 fuse glib libtool
17 description = "Fuse FS to mount a digital camera";
18 homepage = "http://www.gphoto.org/";
19 maintainers = [ maintainers.raskin ];
20 platforms = platforms.linux;
21 license = with licenses; [ lgpl2 gpl2 ];