opencv: mark support for FreeBSD
This commit is contained in:
committed by
Sandro Jäckel
parent
8dd49365b5
commit
406efa0443
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user