We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e307eea commit 9b71a78Copy full SHA for 9b71a78
nix/ext/timescaledb.nix
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
5
version = "2.9.1";
6
7
- nativeBuildInputs = [ cmake ];
8
- buildInputs = [ postgresql openssl libkrb5 ];
+ nativeBuildInputs = [ cmake postgresql ];
+ buildInputs = [ postgresql.lib openssl libkrb5 ];
9
10
src = fetchFromGitHub {
11
owner = "timescale";
0 commit comments