liquibase: disable analytics by default

@norpol 1db3660e da1943d3

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