Skip to content

Commit

Permalink
ovftool: replace libxcrypt with libxcrypt-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfangAukang committed May 23, 2023
1 parent 499cad7 commit e9c0fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/ovftool/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e9c0fff

Please sign in to comment.