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 ? {}
|
{ 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
|
||||||
|
|
Loading…
Reference in a new issue