Commit ca7f83f6 authored by Robert Scott's avatar Robert Scott
Browse files

tomcat*: add sourceProvenance binaryBytecode

parent 2ab106dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ let
      platforms = platforms.all;
      maintainers = [ ];
      license = [ licenses.asl20 ];
      sourceProvenance = with sourceTypes; [ binaryBytecode ];
    };
  });