mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 11:03:57 +00:00
7 lines
73 B
Bash
7 lines
73 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
unzip $src
|
||
|
cd hsqldb*
|
||
|
ensureDir $out
|
||
|
cp -R * $out/
|