Skip to content

Commit

Permalink
Merge pull request #234659 from NixOS/backport-233654-to-release-23.05
Browse files Browse the repository at this point in the history
[Backport release-23.05] ovftool: replace libxcrypt with libxcrypt-legacy
  • Loading branch information
wegank committed May 28, 2023
2 parents b2ea802 + cc1d74e commit e59879a
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 e59879a

Please sign in to comment.