Unverified Commit e9c0fffb authored by P. R. d. O's avatar P. R. d. O
Browse files

ovftool: replace libxcrypt with libxcrypt-legacy

parent 499cad7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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