J: mark as Linux-only until it has been tested on non-Linux
This commit is contained in:
parent
333a5bf42b
commit
fd2d209fff
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "J programming language, an ASCII-based APL successor";
|
description = "J programming language, an ASCII-based APL successor";
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
homepage = http://jsoftware.com/;
|
homepage = http://jsoftware.com/;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user