libgphoto2: removed unneeded gettext dependency

svn path=/nixpkgs/branches/stdenv-updates/; revision=10458
This commit is contained in:
Yury G. Kudryashov 2008-02-02 20:40:23 +00:00
parent a20bd6bfa9
commit 56e0a4b43a

View file

@ -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;
};
}