mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-18 22:43:24 +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/
|