···257 withJIT = if jitSupport then this else jitToggle;
258 withoutJIT = if jitSupport then jitToggle else this;
25900260 pkgs = let
261 scope = {
262 postgresql = this;
···257 withJIT = if jitSupport then this else jitToggle;
258 withoutJIT = if jitSupport then jitToggle else this;
259260+ dlSuffix = if olderThan "16" then ".so" else stdenv.hostPlatform.extensions.sharedLibrary;
261+262 pkgs = let
263 scope = {
264 postgresql = this;