manylinux: use libxcrypt for libcrypt.so.1
This commit is contained in:
parent
6060f1268c
commit
bcb6dbbe30
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue