ovftool: replace libxcrypt with libxcrypt-legacy
This commit is contained in:
parent
499cad7a72
commit
e9c0fffbef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue