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 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 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 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 1818 ] ;
1919 passthru = {
2020 inherit ( postgresql ) version psqlSchema ;
21+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2122 lib = pkg ;
2223 withPackages = _ : pkg ;
24+ withJIT = pkg ;
25+ withoutJIT = pkg ;
2326 } ;
2427 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2528 pathsToLink = [
Original file line number Diff line number Diff line change 2121 ) self . packages . ${ pkgs . system } . "psql_orioledb-17/exts/orioledb" ;
2222 passthru = {
2323 inherit ( postgresql ) version psqlSchema ;
24+ installedExtensions = [ ( installedExtension majorVersion ) ] ;
2425 lib = pkg ;
2526 withPackages = _ : pkg ;
27+ withJIT = pkg ;
28+ withoutJIT = pkg ;
2629 } ;
2730 nativeBuildInputs = [ pkgs . makeWrapper ] ;
2831 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 = [
You can’t perform that action at this time.
0 commit comments