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

authored by Paul Haerle and committed by GitHub f0fa7336 36075523

+1
+1
pkgs/by-name/li/liquibase/package.nix
··· 64 64 # there’s a lot of escaping, but I’m not sure how to improve that 65 65 cat > $out/bin/liquibase <<EOF 66 66 #!/usr/bin/env bash 67 + export LIQUIBASE_ANALYTICS_ENABLED="\''${LIQUIBASE_ANALYTICS_ENABLED:-false}" 67 68 # taken from the executable script in the source 68 69 CP="" 69 70 ${addJars "$out/internal/lib"}