{ lib, stdenv, fetchurl, ant, jdk, jre, makeWrapper, stripJavaArchivesHook, }: stdenv.mkDerivation (finalAttrs: { pname = "freemind"; version = "1.0.1"; src = fetchurl { url = "mirror://sourceforge/freemind/freemind-src-${finalAttrs.version}.tar.gz"; hash = "sha256-AYKFEmsn6uc5K4w7+1E/Jb1wuZB0QOXrggnyC0+9hhk="; }; nativeBuildInputs = [ ant jdk makeWrapper stripJavaArchivesHook ]; postPatch = '' # disable the task because it would edit version.properties # and add a "last edited" header to it, which is non-deterministic sed -i '/