From fd2d209fff843554ce4387832380120486cf7f72 Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Sat, 18 Jun 2016 14:40:09 +0200 Subject: [PATCH] J: mark as Linux-only until it has been tested on non-Linux --- pkgs/development/interpreters/j/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/j/default.nix b/pkgs/development/interpreters/j/default.nix index 7238197fd85..45355d41e0d 100644 --- a/pkgs/development/interpreters/j/default.nix +++ b/pkgs/development/interpreters/j/default.nix @@ -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/; };