-1
pkgs/servers/sql/postgresql/generic.nix
-1
pkgs/servers/sql/postgresql/generic.nix
···
106
106
++ lib.optionals zstdEnabled [ "--with-zstd" ]
107
107
++ lib.optionals gssSupport [ "--with-gssapi" ]
108
108
++ lib.optionals pythonSupport [ "--with-python" ]
109
-
++ lib.optionals stdenv'.hostPlatform.isRiscV [ "--disable-spinlocks" ]
110
109
++ lib.optionals jitSupport [ "--with-llvm" ]
111
110
++ lib.optionals stdenv'.isLinux [ "--with-pam" ];
112
111