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