Author: urkud
Date: Wed Aug 18 15:56:40 2010
New Revision: 23233
URL: https://svn.nixos.org/websvn/nix/?rev=23233&sc=1
Log:
make lensfun configure output debug info
Modified:
nixpkgs/trunk/pkgs/development/libraries/lensfun/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/lensfun/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/lensfun/default.nix Wed Aug
18 15:55:12 2010 (r23232)
+++ nixpkgs/trunk/pkgs/development/libraries/lensfun/default.nix Wed Aug
18 15:56:40 2010 (r23233)
@@ -12,11 +12,12 @@
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";
};
}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits