Merge pull request #184336 from risicle/ris-jruby-binary-bytecode

jruby: mark as `sourceProvenance` `binaryBytecode`
This commit is contained in:
Robert Scott 2022-08-14 21:21:38 +01:00 committed by GitHub
commit 4539e7b92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: {