diff --git a/pkgs/development/libraries/lensfun/default.nix b/pkgs/development/libraries/lensfun/default.nix index 6aa5867d8ffd..6d54dc25e945 100644 --- a/pkgs/development/libraries/lensfun/default.nix +++ b/pkgs/development/libraries/lensfun/default.nix @@ -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"; }; }