Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1ff37c7aadbe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bfbf44978db
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 14, 2019

  1. timescaledb: disable telemetry

    marsam committed Jun 14, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6063569 View commit details

Commits on Jun 18, 2019

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

    timescaledb: disable telemetry
    marsam authored Jun 18, 2019
    Copy the full SHA
    5bfbf44 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/servers/sql/postgresql/ext/timescaledb.nix
2 changes: 2 additions & 0 deletions pkgs/servers/sql/postgresql/ext/timescaledb.nix
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
sha256 = "1q3c4qsy4vb00a4p15km4w5d5xcppigf7rp4mqr3wln7i4d4lvnx";
};

cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" ];

# 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.
patchPhase = ''