summary refs log tree commit diff
path: root/pkgs/development/interpreters/j
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2016-06-18 14:40:09 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2016-06-18 14:40:09 +0200
commitfd2d209fff843554ce4387832380120486cf7f72 (patch)
tree6498c16e0f3918b2d045ef55dbeca9dde57d33d3 /pkgs/development/interpreters/j
parent333a5bf42bca79c8b3d406c1c3159c3a9c484d6b (diff)
downloadnixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar.gz
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar.bz2
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar.lz
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar.xz
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.tar.zst
nixpkgs-fd2d209fff843554ce4387832380120486cf7f72.zip
J: mark as Linux-only until it has been tested on non-Linux
Diffstat (limited to 'pkgs/development/interpreters/j')
-rw-r--r--pkgs/development/interpreters/j/default.nix2
1 files changed, 1 insertions, 1 deletions
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/;
   };