gphoto2 upgraded to 2.4.0: all-packages.nix
svn path=/nixpkgs/trunk/; revision=9724
This commit is contained in:
parent
d24dc0d7ea
commit
065e215dd3
|
@ -1951,7 +1951,7 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
libexif = import ../development/libraries/libexif {
|
libexif = import ../development/libraries/libexif {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv gettext;
|
||||||
};
|
};
|
||||||
|
|
||||||
libgcrypt = import ../development/libraries/libgcrypt {
|
libgcrypt = import ../development/libraries/libgcrypt {
|
||||||
|
@ -1963,7 +1963,7 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
libgphoto2 = import ../development/libraries/libgphoto2 {
|
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
|
# commented out because it's using the new configuration style proposal which is unstable
|
||||||
|
@ -3740,7 +3740,7 @@ rec {
|
||||||
} null;
|
} null;
|
||||||
|
|
||||||
gphoto2 = import ../applications/misc/gphoto2 {
|
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 {
|
gqview = import ../applications/graphics/gqview {
|
||||||
|
|
Loading…
Reference in New Issue