opencv2: only works on linux

https://hydra.nixos.org/build/94234038
This commit is contained in:
Matthew Bauer 2019-06-05 23:45:27 -04:00
parent 1f22e71439
commit 50998c8475

View File

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = https://opencv.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin;
platforms = platforms.linux;
};
}