batik: mark as sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott
2022-10-16 22:28:54 +02:00
committed by Rick van Schijndel
parent 5499415827
commit 687424678c
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
homepage = "https://xmlgraphics.apache.org/batik";
license = licenses.asl20;
platforms = platforms.unix;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
installPhase = ''