postgresql: less confusing argument organization

This commit is contained in:
Robert Vollmert 2022-07-26 10:22:34 +02:00
parent 037dd36923
commit f8e9b39cdb

View File

@ -4,14 +4,13 @@ let
# dependencies
{ stdenv, lib, fetchurl, makeWrapper
, glibc, zlib, readline, openssl, icu, lz4, systemd, libossp_uuid
, pkg-config, libxml2, tzdata
, pkg-config, libxml2, tzdata, libkrb5
# This is important to obtain a version of `libpq` that does not depend on systemd.
, enableSystemd ? (lib.versionAtLeast version "9.6" && !stdenv.isDarwin && !stdenv.hostPlatform.isStatic)
, gssSupport ? with stdenv.hostPlatform; !isWindows && !isStatic, libkrb5
, gssSupport ? with stdenv.hostPlatform; !isWindows && !isStatic
# for postgreql.pkgs
# for postgresql.pkgs
, this, self, newScope, buildEnv
# source specification