libgphoto2: removed unneeded gettext dependency
svn path=/nixpkgs/branches/stdenv-updates/; revision=10458
This commit is contained in:
parent
a20bd6bfa9
commit
56e0a4b43a
|
@ -7,9 +7,10 @@ stdenv.mkDerivation rec {
|
|||
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
|
||||
sha256 = "0yfvpgfly774jnjrfqjf89h99az3sgvzkfpb9diygpk8hmx6phhd";
|
||||
};
|
||||
buildInputs = [pkgconfig libusb libtool libexif libjpeg gettext];
|
||||
buildInputs = [pkgconfig libusb libtool libexif libjpeg];
|
||||
|
||||
meta = {
|
||||
license = "LGPL-2";
|
||||
license = "LGPL-2";
|
||||
homepage = http://www.gphoto.org/proj/libgphoto2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue