3
0
Fork 0
forked from mirrors/nixpkgs

make lensfun configure output debug info

svn path=/nixpkgs/trunk/; revision=23233
This commit is contained in:
Yury G. Kudryashov 2010-08-18 15:56:40 +00:00
parent ee6b753bfe
commit 1e4d14863c

View file

@ -12,11 +12,12 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig glib zlib libpng ];
configureFlags = "-v";
meta = with stdenv.lib; {
platforms = platforms.all;
maintainers = [ maintainers.urkud ];
license = "LGPL3";
description = "An opensource database of photographic lenses and their
characteristics";
description = "An opensource database of photographic lenses and their characteristics";
};
}