liquibase: disable analytics/telemetry which is on by default since v4.30 (since NixOS 25.05) (#426771)

This commit is contained in:
Paul Haerle
2025-08-03 19:37:17 +02:00
committed by GitHub
+1
View File
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
# theres a lot of escaping, but Im not sure how to improve that
cat > $out/bin/liquibase <<EOF
#!/usr/bin/env bash
export LIQUIBASE_ANALYTICS_ENABLED="\''${LIQUIBASE_ANALYTICS_ENABLED:-false}"
# taken from the executable script in the source
CP=""
${addJars "$out/internal/lib"}