ovftool: replace libxcrypt with libxcrypt-legacy

This commit is contained in:
P. R. d. O 2023-05-23 11:33:46 -06:00
parent 499cad7a72
commit e9c0fffbef
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

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