mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
b5b189bed8
svn path=/nixpkgs/branches/stdenv-updates/; revision=10610
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
|