grails: mark as sourceProvenance binaryBytecode
This commit is contained in:
parent
10e96b76b3
commit
bba36e0154
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://grails.org/";
|
||||
license = licenses.asl20;
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue