coan: only build on Linux

This commit is contained in:
Tobias Geerinckx-Rice 2015-03-01 12:31:26 +01:00
parent 186765e0e3
commit ebf122c36f

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://coan2.sourceforge.net/; homepage = http://coan2.sourceforge.net/;
license = with licenses; bsd3; license = with licenses; bsd3;
platforms = with platforms; all; platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }