manylinux: use libxcrypt for libcrypt.so.1

This commit is contained in:
Martin Weinelt 2022-11-28 16:09:52 +01:00 committed by Frederik Rietdijk
parent 6060f1268c
commit bcb6dbbe30

View File

@ -65,7 +65,7 @@ let
manylinux1Libs = getLibOutputs(manylinux2010Libs // (with pkgs; {
"libpanelw.so.5" = ncurses5;
"libncursesw.so.5" = ncurses5;
"libcrypt.so.1" = glibc;
"libcrypt.so.1" = libxcrypt;
}));
in {