Fix OpenCV reference

svn path=/nixpkgs/trunk/; revision=24273
This commit is contained in:
Michael Raskin 2010-10-14 10:51:31 +00:00
parent dc1f986944
commit baf66467ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
version = lib.attrByPath ["version"] "0.9.3" args; version = lib.attrByPath ["version"] "0.9.3" args;
buildInputs = with args; [ buildInputs = with args; [
libpng libcv libpng opencv
]; ];
in in
rec { rec {