liquibase: disable analytics by default

@norpol 1db3660e da1943d3

+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"}