mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 10:00:56 +00:00
8 lines
85 B
Bash
8 lines
85 B
Bash
|
set -e
|
||
|
|
||
|
source $stdenv/setup
|
||
|
|
||
|
unzip $src
|
||
|
ensureDir $out/$name
|
||
|
mv jetty*/* $out/$name
|