tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
antlr4: enable more platforms
Vincent Laporte
8 years ago
b9d276bf
0b5fc7fa
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
parsing
antlr
4.7.nix
+1
-1
pkgs/development/tools/parsing/antlr/4.7.nix
···
36
walk parse trees.
37
'';
38
homepage = http://www.antlr.org/;
39
-
platforms = platforms.linux;
40
};
41
}
···
36
walk parse trees.
37
'';
38
homepage = http://www.antlr.org/;
39
+
platforms = platforms.unix;
40
};
41
}