From 42dfe8f4e109241126aeb370d6d5cf1b519c0397 Mon Sep 17 00:00:00 2001 From: Stéphane Jourdois Date: Wed, 28 Oct 2015 18:53:31 +0100 Subject: ascii: allow build on darwin --- pkgs/tools/text/ascii/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/text/ascii/default.nix b/pkgs/tools/text/ascii/default.nix index 4557916451330..1dde1638b81d5 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 ]; }; } -- cgit 1.4.1