grails: mark as sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2022-07-23 18:30:02 +01:00
parent 10e96b76b3
commit bba36e0154

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://grails.org/";
license = licenses.asl20;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};