nixpkgs/pkgs/servers/sql/postgresql/builder.sh

9 lines
130 B
Bash
Raw Normal View History

. $stdenv/setup
configureFlags=""
if test "$jdbcSupport"; then
configureFlags="--with-java $configureFlags"
fi
genericBuild