From 7106b623945e327c7b2275b98bbc50d4d74cb89c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Thu, 20 Mar 2025 00:37:23 +0400 Subject: [PATCH] postgresqlJitPackages.timescaledb: fix build --- pkgs/servers/sql/postgresql/ext/timescaledb.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix index 4644441ba44d..1c1117b2d831 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix @@ -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,