opencv: cleanup unused code

This commit is contained in:
Sandro Jäckel
2025-02-28 16:43:51 +01:00
parent 65e5bedcf9
commit 2eafee5fcd
@@ -15,7 +15,6 @@
, protobuf_29
, config
, ocl-icd
, buildPackages
, qimgv
, opencv4
@@ -100,7 +99,6 @@
let
inherit (lib.attrsets) mapAttrsToList optionalAttrs;
inherit (lib.lists) last optionals;
inherit (lib.meta) getExe;
inherit (lib.strings) cmakeBool cmakeFeature cmakeOptionType concatStrings concatStringsSep optionalString;
inherit (lib.trivial) flip;