rin/packages: switch from adoptopenjdk to openjdk
adoptopenjdk17 not yet available in nixpkgs
This commit is contained in:
parent
a1346138b8
commit
bf54c8b48b
1 changed files with 2 additions and 7 deletions
|
|
@ -49,7 +49,6 @@ in {
|
|||
|
||||
nodePackages_latest.pnpm
|
||||
] ++ lib.optionals enableGUI [
|
||||
adoptopenjdk-hotspot-bin-16
|
||||
brave
|
||||
discord
|
||||
element-desktop
|
||||
|
|
@ -59,13 +58,9 @@ in {
|
|||
kotatogram-desktop
|
||||
insomnia
|
||||
maim
|
||||
((multimc.override {
|
||||
jdk8 = adoptopenjdk-hotspot-bin-8;
|
||||
jdk = adoptopenjdk-hotspot-bin-16;
|
||||
}).overrideAttrs(o: {
|
||||
postPatch = lib.strings.replaceStrings ["/lib/openjdk"] [""] o.postPatch;
|
||||
}))
|
||||
multimc
|
||||
obs-studio
|
||||
openjdk17
|
||||
pavucontrol
|
||||
screenkey
|
||||
tor-browser-bundle-bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue