openjdk: add license on Darwin
This commit is contained in:
parent
0f11643580
commit
ad4a78fee8
@ -52,7 +52,10 @@ let
|
||||
home = jdk;
|
||||
};
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
|
||||
};
|
||||
in jdk
|
||||
|
@ -53,7 +53,10 @@ let
|
||||
home = jdk;
|
||||
};
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
|
||||
};
|
||||
in jdk
|
||||
|
@ -52,7 +52,10 @@ let
|
||||
home = jdk;
|
||||
};
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
|
||||
};
|
||||
in jdk
|
||||
|
Loading…
Reference in New Issue
Block a user