Skip to content

Commit

Permalink
ungoogled-chromium: use jre8
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 19, 2020
1 parent 705ecdc commit 33bae62
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
, libXScrnSaver, libXcursor, libXtst, libGLU, libGL
, protobuf, speechd, libXdamage, cups
, ffmpeg_3, libxslt, libxml2, at-spi2-core
, jre
, jre8
, pipewire_0_2

# optional dependencies
Expand Down Expand Up @@ -52,6 +52,8 @@ with stdenv.lib;
# see http://www.linuxfromscratch.org/blfs/view/cvs/xsoft/chromium.html

let
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731

# The additional attributes for creating derivations based on the chromium
# source tree.
extraAttrs = buildFun base;
Expand Down

0 comments on commit 33bae62

Please sign in to comment.