Unverified Commit 8179c654 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #233654 from WolfangAukang/ovftool-fix

parents b6bd2a91 e9c0fffb
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