1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

batik: mark as sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2022-09-24 12:58:44 +01:00 committed by Rick van Schijndel
parent 5499415827
commit 687424678c

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
homepage = "https://xmlgraphics.apache.org/batik";
license = licenses.asl20;
platforms = platforms.unix;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
installPhase = ''