File tree Expand file tree Collapse file tree 15 files changed +45
-0
lines changed
Expand file tree Collapse file tree 15 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1515 ] ;
1616 passthru = {
1717 inherit ( postgresql ) version psqlSchema ;
18+ installedExtensions = [ self . packages . ${ pkgs . system } . "psql_orioledb-17/exts/orioledb" ] ;
1819 lib = pkg ;
1920 withPackages = _ : pkg ;
21+ withJIT = pkg ;
22+ withoutJIT = pkg ;
2023 } ;
2124 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2225 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 1919 ] ;
2020 passthru = {
2121 inherit ( postgresql ) version psqlSchema ;
22+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2223 lib = pkg ;
2324 withPackages = _ : pkg ;
25+ withJIT = pkg ;
26+ withoutJIT = pkg ;
2427 } ;
2528 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2629 pathsToLink = [
Original file line number Diff line number Diff line change 2424 ) ;
2525 passthru = {
2626 inherit ( postgresql ) version psqlSchema ;
27+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2728 lib = pkg ;
2829 withPackages = _ : pkg ;
30+ withJIT = pkg ;
31+ withoutJIT = pkg ;
2932 } ;
3033 nativeBuildInputs = [ pkgs . makeWrapper ] ;
3134 pathsToLink = [
Original file line number Diff line number Diff line change 2020 ] ;
2121 passthru = {
2222 inherit ( postgresql ) version psqlSchema ;
23+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2324 lib = pkg ;
2425 withPackages = _ : pkg ;
26+ withJIT = pkg ;
27+ withoutJIT = pkg ;
2528 } ;
2629 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2730 pathsToLink = [
You can’t perform that action at this time.
0 commit comments