mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #231547 from huantianad/unityhub-openssl3
This commit is contained in:
commit
a461d366c2
@ -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