This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-14 17:53:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62a3561b5e
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 15:38:32 +00: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 15:38:32 +00:00
cp -R *
$out
/
Reference in New Issue
Copy Permalink