Loading pkgs/servers/sql/postgresql/buildPostgresqlExtension.nix +2 −0 Original line number Diff line number Diff line Loading @@ -84,7 +84,9 @@ let )); }; strictDeps = true; buildInputs = [ postgresql ] ++ prevAttrs.buildInputs or [ ]; nativeBuildInputs = [ postgresql ] ++ prevAttrs.nativeBuildInputs or [ ]; installFlags = [ "DESTDIR=${placeholder "out"}" Loading pkgs/servers/sql/postgresql/ext/anonymizer.nix +1 −3 Original line number Diff line number Diff line Loading @@ -15,9 +15,7 @@ buildPostgresqlExtension (finalAttrs: { inherit (pg-dump-anon) version src; nativeBuildInputs = [ postgresql ] ++ lib.optional jitSupport llvm; strictDeps = true; nativeBuildInputs = lib.optional jitSupport llvm; # Needs to be after postInstall, where removeNestedNixStore runs preFixup = '' Loading pkgs/servers/sql/postgresql/ext/apache_datasketches.nix +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ lib, fetchFromGitHub, postgresql, boost, boost186, postgresqlTestExtension, buildPostgresqlExtension, }: Loading Loading @@ -39,7 +39,8 @@ buildPostgresqlExtension (finalAttrs: { sourceRoot = main_src.name; buildInputs = [ boost ]; # fails to build with boost 1.87 buildInputs = [ boost186 ]; patchPhase = '' runHook prePatch Loading pkgs/servers/sql/postgresql/ext/cstore_fdw.nix +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ buildPostgresqlExtension rec { pname = "cstore_fdw"; version = "1.7.0-unstable-2021-03-08"; buildInputs = [ protobufc ]; nativeBuildInputs = [ protobufc ]; src = fetchFromGitHub { Loading pkgs/servers/sql/postgresql/ext/pg-gvm.nix +0 −3 Original line number Diff line number Diff line Loading @@ -23,12 +23,9 @@ buildPostgresqlExtension (finalAttrs: { hash = "sha256-Sa9ltW3KV/69OCxD3gRcp5owL0oW+z3fs4fRBHbSh30="; }; strictDeps = true; nativeBuildInputs = [ cmake pkg-config postgresql ]; buildInputs = [ Loading Loading
pkgs/servers/sql/postgresql/buildPostgresqlExtension.nix +2 −0 Original line number Diff line number Diff line Loading @@ -84,7 +84,9 @@ let )); }; strictDeps = true; buildInputs = [ postgresql ] ++ prevAttrs.buildInputs or [ ]; nativeBuildInputs = [ postgresql ] ++ prevAttrs.nativeBuildInputs or [ ]; installFlags = [ "DESTDIR=${placeholder "out"}" Loading
pkgs/servers/sql/postgresql/ext/anonymizer.nix +1 −3 Original line number Diff line number Diff line Loading @@ -15,9 +15,7 @@ buildPostgresqlExtension (finalAttrs: { inherit (pg-dump-anon) version src; nativeBuildInputs = [ postgresql ] ++ lib.optional jitSupport llvm; strictDeps = true; nativeBuildInputs = lib.optional jitSupport llvm; # Needs to be after postInstall, where removeNestedNixStore runs preFixup = '' Loading
pkgs/servers/sql/postgresql/ext/apache_datasketches.nix +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ lib, fetchFromGitHub, postgresql, boost, boost186, postgresqlTestExtension, buildPostgresqlExtension, }: Loading Loading @@ -39,7 +39,8 @@ buildPostgresqlExtension (finalAttrs: { sourceRoot = main_src.name; buildInputs = [ boost ]; # fails to build with boost 1.87 buildInputs = [ boost186 ]; patchPhase = '' runHook prePatch Loading
pkgs/servers/sql/postgresql/ext/cstore_fdw.nix +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ buildPostgresqlExtension rec { pname = "cstore_fdw"; version = "1.7.0-unstable-2021-03-08"; buildInputs = [ protobufc ]; nativeBuildInputs = [ protobufc ]; src = fetchFromGitHub { Loading
pkgs/servers/sql/postgresql/ext/pg-gvm.nix +0 −3 Original line number Diff line number Diff line Loading @@ -23,12 +23,9 @@ buildPostgresqlExtension (finalAttrs: { hash = "sha256-Sa9ltW3KV/69OCxD3gRcp5owL0oW+z3fs4fRBHbSh30="; }; strictDeps = true; nativeBuildInputs = [ cmake pkg-config postgresql ]; buildInputs = [ Loading