mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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 ];
|
buildInputs = [ pkgconfig glib zlib libpng ];
|
||||||
|
|
||||||
|
configureFlags = "-v";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.urkud ];
|
maintainers = [ maintainers.urkud ];
|
||||||
license = "LGPL3";
|
license = "LGPL3";
|
||||||
description = "An opensource database of photographic lenses and their
|
description = "An opensource database of photographic lenses and their characteristics";
|
||||||
characteristics";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue