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:
parent
dc1f986944
commit
baf66467ac
|
@ -6,7 +6,7 @@ let
|
|||
|
||||
version = lib.attrByPath ["version"] "0.9.3" args;
|
||||
buildInputs = with args; [
|
||||
libpng libcv
|
||||
libpng opencv
|
||||
];
|
||||
in
|
||||
rec {
|
||||
|
|
Loading…
Reference in a new issue