This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
396b9d760f
nixpkgs
/
pkgs
/
development
/
libraries
/
java
/
hsqldb
/
builder.sh
7 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
hsqldb: Forgot these 2 svn path=/nixpkgs/trunk/; revision=9264
2007-09-06 16:38:32 +01:00
source
$stdenv
/setup
unzip
$src
cd
hsqldb*
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
mkdir -p
$out
hsqldb: Forgot these 2 svn path=/nixpkgs/trunk/; revision=9264
2007-09-06 16:38:32 +01:00
cp -R *
$out
/
Reference in New Issue
Copy Permalink