From 1e4d14863cb23c3beef952f8c0185cd3df33a6f1 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Wed, 18 Aug 2010 15:56:40 +0000 Subject: [PATCH] make lensfun configure output debug info svn path=/nixpkgs/trunk/; revision=23233 --- pkgs/development/libraries/lensfun/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; }; }