tomcat*: add sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2023-05-20 13:03:13 +01:00
parent 2ab106dda3
commit ca7f83f6df

View file

@ -26,6 +26,7 @@ let
platforms = platforms.all;
maintainers = [ ];
license = [ licenses.asl20 ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
});