mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
p2pvc: exlicitly use opencv2
This commit is contained in:
parent
c0137489ef
commit
8277f8a4ec
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user