J: mark as Linux-only until it has been tested on non-Linux

This commit is contained in:
Aristid Breitkreuz 2016-06-18 14:40:09 +02:00
parent 333a5bf42b
commit fd2d209fff

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "J programming language, an ASCII-based APL successor";
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
platforms = platforms.linux;
license = licenses.gpl3Plus;
homepage = http://jsoftware.com/;
};