1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "mirror://apache/xmlgraphics/batik/binaries/batik-bin-${version}.tar.gz";
9 sha256 = "sha256-sEJphF3grlwZCEt3gHHm4JF8RpvKKBLLvKXf2lu/dhA=";
13 description = "Java based toolkit for handling SVG";
14 homepage = "https://xmlgraphics.apache.org/batik";
15 license = licenses.asl20;
16 platforms = platforms.unix;
17 sourceProvenance = with sourceTypes; [ binaryBytecode ];