unityhub: update FHS dep openssl_1_1 -> openssl_3

This commit is contained in:
huantian 2023-05-12 15:38:54 -07:00
parent d6259e6e5d
commit 578b1cd844
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5

View file

@ -1,4 +1,9 @@
{ lib, stdenv, fetchurl, dpkg, makeWrapper, buildFHSEnv
{ lib
, stdenv
, fetchurl
, dpkg
, makeWrapper
, buildFHSEnv
, extraPkgs ? pkgs: [ ]
, extraLibs ? pkgs: [ ]
}:
@ -62,7 +67,7 @@ stdenv.mkDerivation rec {
# Unity Hub additional dependencies
libva
openssl_1_1
openssl
cairo
xdg-utils
libnotify