Merge pull request #63144 from marsam/timescaledb-disable-telemetry

timescaledb: disable telemetry
This commit is contained in:
Mario Rodas 2019-06-17 22:36:03 -05:00 committed by GitHub
commit 5bfbf44978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
sha256 = "1q3c4qsy4vb00a4p15km4w5d5xcppigf7rp4mqr3wln7i4d4lvnx"; sha256 = "1q3c4qsy4vb00a4p15km4w5d5xcppigf7rp4mqr3wln7i4d4lvnx";
}; };
cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" ];
# Fix the install phase which tries to install into the pgsql extension dir, # Fix the install phase which tries to install into the pgsql extension dir,
# and cannot be manually overridden. This is rather fragile but works OK. # and cannot be manually overridden. This is rather fragile but works OK.
patchPhase = '' patchPhase = ''