mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
162 B
Bash
Executable File
11 lines
162 B
Bash
Executable File
source $stdenv/setup
|
|
|
|
export LANG=en_US
|
|
|
|
# configureFlags=""
|
|
# if test "$jdbcSupport"; then
|
|
# configureFlags="--with-java $configureFlags"
|
|
# fi
|
|
|
|
genericBuild
|