make lensfun configure output debug info
svn path=/nixpkgs/trunk/; revision=23233
This commit is contained in:
parent
ee6b753bfe
commit
1e4d14863c
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user