Skip to content

Commit

Permalink
oraclejdk8: remove dependency on libav (#111528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Bettens authored Feb 1, 2021
1 parent e5749dc commit 5cbe469
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
, config
, glib
, libxml2
, libav_0_8
, ffmpeg_3
, libxslt
, libGL
Expand Down Expand Up @@ -171,8 +170,8 @@ let result = stdenv.mkDerivation rec {
* libXt is only needed on amd64
*/
libraries =
[stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg_3 libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk] ++
(if swingSupport then [xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt xorg.libXrender stdenv.cc.cc] else []);
[stdenv.cc.libc glib libxml2 ffmpeg_3 libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk] ++
lib.optionals swingSupport [xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt xorg.libXrender stdenv.cc.cc];

rpath = lib.strings.makeLibraryPath libraries;

Expand Down

0 comments on commit 5cbe469

Please sign in to comment.