mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
09ab596e0f
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
12 lines
161 B
Bash
12 lines
161 B
Bash
source $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
cd polyglot-*
|
|
|
|
ant polyglot-jar
|
|
ant cup
|
|
|
|
ensureDir $out/jars/
|
|
mv lib/java_cup.jar $out/jars/
|
|
mv lib/polyglot*.jar $out/jars/
|