Skip to content

Commit 9b71a78

Browse files
committed
feat: target deps timescale
1 parent e307eea commit 9b71a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/timescaledb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
44
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
55
version = "2.9.1";
66

7-
nativeBuildInputs = [ cmake ];
8-
buildInputs = [ postgresql openssl libkrb5 ];
7+
nativeBuildInputs = [ cmake postgresql ];
8+
buildInputs = [ postgresql.lib openssl libkrb5 ];
99

1010
src = fetchFromGitHub {
1111
owner = "timescale";

0 commit comments

Comments
 (0)