haskellPackages.Unixutils: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-03 17:05:48 +02:00
parent 76700598c5
commit 6f1812a595
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2541,6 +2541,13 @@ self: super: {
doCheck = false;
}) super.crypt-sha512;
Unixutils = overrideCabal (drv: {
librarySystemDepends = [
pkgs.libxcrypt
];
}) super.Unixutils;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
# We need to build purescript with these dependencies and thus also its reverse
# dependencies to avoid version mismatches in their dependency closure.