mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-13 12:08:49 +00: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/
|