antlr: supports darwin
This commit is contained in:
parent
a708fd840f
commit
b9c8a0182a
|
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
||||||
walk parse trees.
|
walk parse trees.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.antlr.org/;
|
homepage = http://www.antlr.org/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue