gphoto2 upgraded to 2.4.0: all-packages.nix

svn path=/nixpkgs/trunk/; revision=9724
This commit is contained in:
Yury G. Kudryashov 2007-11-16 17:29:11 +00:00
parent d24dc0d7ea
commit 065e215dd3

View File

@ -1951,7 +1951,7 @@ rec {
};
libexif = import ../development/libraries/libexif {
inherit fetchurl stdenv;
inherit fetchurl stdenv gettext;
};
libgcrypt = import ../development/libraries/libgcrypt {
@ -1963,7 +1963,7 @@ rec {
};
libgphoto2 = import ../development/libraries/libgphoto2 {
inherit fetchurl stdenv pkgconfig libusb;
inherit fetchurl stdenv pkgconfig libusb libtool libexif libjpeg gettext;
};
# commented out because it's using the new configuration style proposal which is unstable
@ -3740,7 +3740,7 @@ rec {
} null;
gphoto2 = import ../applications/misc/gphoto2 {
inherit fetchurl stdenv pkgconfig libgphoto2 libexif popt;
inherit fetchurl stdenv pkgconfig libgphoto2 libexif popt readline gettext;
};
gqview = import ../applications/graphics/gqview {