* gphoto updated to 2.4.2.
svn path=/nixpkgs/trunk/; revision=12900
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
args: with args;
|
||||
{stdenv, fetchurl, pkgconfig, libusb, libtool, libexif, libjpeg, gettext}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgphoto2-2.4.0";
|
||||
name = "libgphoto2-2.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
|
||||
sha256 = "0yfvpgfly774jnjrfqjf89h99az3sgvzkfpb9diygpk8hmx6phhd";
|
||||
sha256 = "09jjfh9c7s02dxkwwr8j3kaqffsyiiz7ncbkmdvav1i14xdna6gk";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig libusb libtool libexif libjpeg gettext];
|
||||
|
||||
meta = {
|
||||
license = "LGPL-2";
|
||||
license = "LGPL-2";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user