summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-10-20 13:44:06 +0200
committerBart Brouns <bart@magnetophon.nl>2020-10-20 14:02:30 +0200
commit5461c5f633b0353e499e912b4f9e925fe84719ff (patch)
tree2fe980e69958038e65c16f421b091412d9c98694 /pkgs/applications/audio/faust
parentc5277d01c504f3c0a7fe480b9308e83995860e29 (diff)
faust2jaqt: remove opencv2
It's marked broken and it seems it wasn't needed in here in the first place.
https://github.com/NixOS/nixpkgs/commit/5e68d203f3f8abf8f928fb6788487b83e3a0e8ec
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2jaqt.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust2jaqt.nix b/pkgs/applications/audio/faust/faust2jaqt.nix
index 753208c54c259..76e4b5ce8dbbd 100644
--- a/pkgs/applications/audio/faust/faust2jaqt.nix
+++ b/pkgs/applications/audio/faust/faust2jaqt.nix
@@ -1,6 +1,5 @@
 { faust
 , jack2Full
-, opencv2
 , qt4
 , libsndfile
 , alsaLib
@@ -18,7 +17,6 @@ faust.wrapWithBuildEnv {
 
   propagatedBuildInputs = [
     jack2Full
-    opencv2
     qt4
     libsndfile
     alsaLib