1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

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

View file

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