batik: mark as sourceProvenance binaryBytecode
This commit is contained in:
parent
5499415827
commit
687424678c
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://xmlgraphics.apache.org/batik";
|
homepage = "https://xmlgraphics.apache.org/batik";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user