p2pvc: exlicitly use opencv2
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ stdenv, pkgconfig, fetchFromGitHub, opencv, ncurses, portaudio }:
|
||||
{ stdenv, pkgconfig, fetchFromGitHub, opencv2, ncurses, portaudio }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "p2pvc";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ opencv ncurses portaudio ];
|
||||
buildInputs = [ opencv2 ncurses portaudio ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user