jruby: mark as sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2022-07-31 21:56:36 +01:00
parent b91029be03
commit a043195d2c

View File

@ -56,6 +56,7 @@ jruby = stdenv.mkDerivation rec {
license = with licenses; [ cpl10 gpl2 lgpl21 ];
platforms = platforms.unix;
maintainers = [ maintainers.fzakaria ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
};
in jruby.overrideAttrs (oldAttrs: {