mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
69 B
Bash
8 lines
69 B
Bash
set -e
|
|
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv jetty*/* $out
|