mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-23 00:11:11 +08:00
7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
source $stdenv/setup
|
|
|
|
unzip $src
|
|
cd hsqldb*
|
|
mkdir -p $out
|
|
cp -R * $out/
|