Skip to content

Commit fdc4f79

Browse files
authoredMar 19, 2025
postgresqlJitPackages.timescaledb: fix build (#391374)
2 parents a487c7e + 7106b62 commit fdc4f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkgs/servers/sql/postgresql/ext/timescaledb.nix

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ postgresqlBuildExtension rec {
3434
(lib.cmakeBool "REGRESS_CHECKS" false)
3535
(lib.cmakeBool "TAP_CHECKS" false)
3636
(lib.cmakeBool "APACHE_ONLY" (!enableUnfree))
37-
(lib.cmakeBool "LINTER" (!stdenv.hostPlatform.isDarwin))
3837
];
3938

4039
# Fix the install phase which tries to install into the pgsql extension dir,

0 commit comments

Comments
 (0)
Failed to load comments.