summary refs log tree commit diff
path: root/pkgs/tools/text/ascii/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/ascii/default.nix')
-rw-r--r--pkgs/tools/text/ascii/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ascii/default.nix b/pkgs/tools/text/ascii/default.nix
index 455791645133..1dde1638b81d 100644
--- a/pkgs/tools/text/ascii/default.nix
+++ b/pkgs/tools/text/ascii/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     description = "Interactive ASCII name and synonym chart";
     homepage = "http://www.catb.org/~esr/ascii/";
     license = licenses.bsd3;
-    platforms = platforms.linux;
+    platforms = platforms.all;
     maintainers = [ maintainers.bjornfor ];
   };
 }