Loading pkgs/servers/sql/postgresql/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/servers/sql/postgresql/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -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 Loading