Unverified Commit fdc4f794 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlJitPackages.timescaledb: fix build (#391374)

parents a487c7ea 7106b623
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,