parent
5c63fbdafb
commit
397a618e34
|
@ -22,6 +22,11 @@ in stdenv.mkDerivation rec {
|
|||
for p in $(ls $out/bin/) ; do
|
||||
wrapProgram $out/bin/$p --prefix PATH ":" ${jre}/bin ;
|
||||
done
|
||||
|
||||
if [ -f $out/LICENSE ]; then
|
||||
install -D $out/LICENSE $out/share/kotlin/LICENSE
|
||||
rm $out/LICENSE
|
||||
fi
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue