runescape-launcher: Switch to openssl_1_1

The Runescape launcher requires  1.1.x versions of openssl libs (specifically
libssl.so.1.1 and libcrypto.so.1.1). The default
openssl package being v3.x.y was too new
and caused the build to fail.
This commit is contained in:
Andrew Morgan 2023-01-01 16:16:31 +00:00
parent 26969c3a81
commit 04b55451e8

View File

@ -1,6 +1,6 @@
{ stdenv, lib, buildFHSUserEnv, dpkg, glibc, gcc-unwrapped, autoPatchelfHook, fetchurl, wrapGAppsHook
, gnome2, xorg
, libSM, libXxf86vm, libX11, glib, pango, cairo, gtk2-x11, zlib, openssl
, libSM, libXxf86vm, libX11, glib, pango, cairo, gtk2-x11, zlib, openssl_1_1
, libpulseaudio
, SDL2, xorg_sys_opengl, libGL
}:
@ -34,7 +34,7 @@ let
cairo
gtk2-x11
zlib
openssl
openssl_1_1
];
runtimeDependencies = [
@ -42,7 +42,7 @@ let
libGL
SDL2
xorg_sys_opengl
openssl
openssl_1_1
zlib
];
@ -96,7 +96,7 @@ in
targetPkgs = pkgs: [
runescape
dpkg glibc gcc-unwrapped
libSM libXxf86vm libX11 glib pango cairo gtk2-x11 zlib openssl
libSM libXxf86vm libX11 glib pango cairo gtk2-x11 zlib openssl_1_1
libpulseaudio
xorg.libX11
SDL2 xorg_sys_opengl libGL