Author: raskin
Date: Thu Oct 14 10:51:31 2010
New Revision: 24273
URL: https://svn.nixos.org/websvn/nix/?rev=24273&sc=1
Log:
Fix OpenCV reference
Modified:
nixpkgs/trunk/pkgs/tools/graphics/qrdecode/default.nix
Modified: nixpkgs/trunk/pkgs/tools/graphics/qrdecode/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/graphics/qrdecode/default.nix Thu Oct 14
10:45:36 2010 (r24272)
+++ nixpkgs/trunk/pkgs/tools/graphics/qrdecode/default.nix Thu Oct 14
10:51:31 2010 (r24273)
@@ -6,7 +6,7 @@
version = lib.attrByPath ["version"] "0.9.3" args;
buildInputs = with args; [
- libpng libcv
+ libpng opencv
];
in
rec {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits