mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
antlr: supports darwin
This commit is contained in:
parent
1034aa8e9c
commit
e51405db3e
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ stdenv.mkDerivation {
|
|||
walk parse trees.
|
||||
'';
|
||||
homepage = http://www.antlr.org/;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue