postgresqlJitPackages.timescaledb: fix build

This commit is contained in:
Nikolay Korotkiy
2025-03-20 00:43:45 +04:00
parent d0b4d5a210
commit 7106b62394
@@ -34,7 +34,6 @@ postgresqlBuildExtension rec {
(lib.cmakeBool "REGRESS_CHECKS" false)
(lib.cmakeBool "TAP_CHECKS" false)
(lib.cmakeBool "APACHE_ONLY" (!enableUnfree))
(lib.cmakeBool "LINTER" (!stdenv.hostPlatform.isDarwin))
];
# Fix the install phase which tries to install into the pgsql extension dir,