faust2jack: use opencv instead of opencv2
opencv2 is marked broken: https://github.com/NixOS/nixpkgs/commit/5e68d203f3f8abf8f928fb6788487b83e3a0e8ec This reverts https://github.com/NixOS/nixpkgs/commit/f68a0031bbf49dde2cf4026dc6d45d7f3835dc0b
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
, gtk2
|
, gtk2
|
||||||
, jack2Full
|
, jack2Full
|
||||||
, alsaLib
|
, alsaLib
|
||||||
, opencv2
|
, opencv
|
||||||
, libsndfile
|
, libsndfile
|
||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
@@ -20,7 +20,7 @@ faust.wrapWithBuildEnv {
|
|||||||
gtk2
|
gtk2
|
||||||
jack2Full
|
jack2Full
|
||||||
alsaLib
|
alsaLib
|
||||||
opencv2
|
opencv
|
||||||
libsndfile
|
libsndfile
|
||||||
which
|
which
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user