steam: use jdk8

gstqt5
Gabriel Ebner 2020-09-19 15:29:19 +02:00
parent 2ecc520aa8
commit 6784e7ec75
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ let
# Steam VR
procps
usbutils
] ++ lib.optional withJava jdk
] ++ lib.optional withJava jdk8 # TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731
++ lib.optional withPrimus primus
++ extraPkgs pkgs;