caffe2: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-14 22:03:41 +01:00
parent c195e52df5
commit a378141684
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
algorithms. You can bring your creations to scale using the power of GPUs in the algorithms. You can bring your creations to scale using the power of GPUs in the
cloud or to the masses on mobile with Caffe2's cross-platform libraries. cloud or to the masses on mobile with Caffe2's cross-platform libraries.
''; '';
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ yuriaisaka ]; maintainers = with stdenv.lib.maintainers; [ yuriaisaka ];
}; };