mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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 a new issue