* Fixed the gphoto2 build.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15267
This commit is contained in:
Eelco Dolstra 2009-04-23 11:12:25 +00:00
parent e13bce06c4
commit acd26a3353

View File

@ -8,7 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "1pipdwjxbjg7y9n5ldz6qlpiiiqyba6jx315277ams5d8jxg2bfk";
};
buildInputs = [pkgconfig libusb libtool libexif libjpeg gettext];
buildInputs = [pkgconfig libtool libjpeg gettext];
# These are mentioned in the Requires line of libgphoto's pkg-config file.
propagatedBuildInputs = [libusb libexif];
meta = {
homepage = http://www.gphoto.org/proj/libgphoto2/;