apriltag: drop GTK2 support from opencv4

This commit is contained in:
夜坂雅
2026-07-24 10:47:31 +08:00
parent 95bde44920
commit 3cc7f6670b
-1
View File
@@ -9,7 +9,6 @@
let
opencv4WithGtk = python3Packages.opencv4.override {
enableGtk2 = true; # For GTK2 support
enableGtk3 = true; # For GTK3 support
};
in