Loading
davmail: Build from source with `ant`
Rather than building the derivation from a binary archive, this PR builds from a GitHub-tagged release. Other changes include: - Using the new `finalAttrs` methodology instead of `rec`. - Removing `fetchzip` and replacing with `fetchFromGitHub`. - Removing `rev` from the let-binding, as we build from GitHub. - Adding `ant` and `jre'` as a `nativeBuildInput` and `buildInput`, respectively. - Removing `unzip`. This is a BREAKING CHANGE for consumers, and should be communicated to downstream users.