summary refs log tree commit diff
diff options
context:
space:
mode:
authorhuantian <davidtianli@gmail.com>2023-05-12 15:38:54 -0700
committerhuantian <davidtianli@gmail.com>2023-05-12 15:38:54 -0700
commit578b1cd844e30d257af47162df000662e717e7ab (patch)
treef6d7088797af56ee0c60a82e13ccd840605538ee
parentd6259e6e5daf6ca16083bf7366f93d48f4746931 (diff)
downloadnixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar.gz
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar.bz2
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar.lz
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar.xz
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.tar.zst
nixpkgs-578b1cd844e30d257af47162df000662e717e7ab.zip
unityhub: update FHS dep openssl_1_1 -> openssl_3
-rw-r--r--pkgs/development/tools/unityhub/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/development/tools/unityhub/default.nix b/pkgs/development/tools/unityhub/default.nix
index 113af6161d8..6341c229999 100644
--- a/pkgs/development/tools/unityhub/default.nix
+++ b/pkgs/development/tools/unityhub/default.nix
@@ -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