mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
* Fixed the gphoto2 build.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15267
This commit is contained in:
parent
e13bce06c4
commit
acd26a3353
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue