mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
67d9dfd583
svn path=/nixpkgs/trunk/; revision=5176
8 lines
91 B
Bash
8 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out
|
|
unpackPhase
|
|
cd $name
|
|
$apacheAnt/bin/ant
|
|
cp -R ./* $out
|