Merge pull request #233654 from WolfangAukang/ovftool-fix

This commit is contained in:
Sandro 2023-05-28 20:10:25 +02:00 committed by GitHub
commit 8179c65465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, system ? builtins.currentSystem, ovftoolBundles ? {}
, requireFile, autoPatchelfHook, makeWrapper, unzip
, glibc, c-ares, libxcrypt, expat, icu60, xercesc, zlib
, glibc, c-ares, libxcrypt-legacy, expat, icu60, xercesc, zlib
}:
let
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
# Some dependencies are not loaded until operations actually occur!
buildInputs = [
glibc
libxcrypt
libxcrypt-legacy
c-ares
expat
icu60