From b9d276bf4c9169481aefa9335cdd9e2ac6668aa0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 10 Oct 2017 07:21:24 +0000 Subject: [PATCH] antlr4: enable more platforms --- pkgs/development/tools/parsing/antlr/4.7.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/parsing/antlr/4.7.nix b/pkgs/development/tools/parsing/antlr/4.7.nix index acf7edf0145..41b079bbd23 100644 --- a/pkgs/development/tools/parsing/antlr/4.7.nix +++ b/pkgs/development/tools/parsing/antlr/4.7.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { walk parse trees. ''; homepage = http://www.antlr.org/; - platforms = platforms.linux; + platforms = platforms.unix; }; }