opencv: mark support for FreeBSD

This commit is contained in:
Audrey Dutcher
2025-03-05 23:57:54 +01:00
committed by Sandro Jäckel
parent 8dd49365b5
commit 406efa0443
+1 -1
View File
@@ -668,6 +668,6 @@ effectiveStdenv.mkDerivation {
homepage = "https://opencv.org/";
license = if enableUnfree then lib.licenses.unfree else lib.licenses.bsd3;
maintainers = with lib.maintainers; [ basvandijk ];
platforms = with lib.platforms; linux ++ darwin;
platforms = lib.platforms.unix;
};
}