From 5461c5f633b0353e499e912b4f9e925fe84719ff Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Tue, 20 Oct 2020 13:44:06 +0200 Subject: [PATCH] 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 --- pkgs/applications/audio/faust/faust2jaqt.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/audio/faust/faust2jaqt.nix b/pkgs/applications/audio/faust/faust2jaqt.nix index 753208c54c2..76e4b5ce8db 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