mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
unityhub: update FHS dep openssl_1_1 -> openssl_3
This commit is contained in:
parent
d6259e6e5d
commit
578b1cd844
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user