manylinux: use libxcrypt for libcrypt.so.1

authored by Martin Weinelt and committed by Frederik Rietdijk bcb6dbbe 6060f126

+1 -1
+1 -1
pkgs/development/interpreters/python/manylinux/default.nix
··· 65 65 manylinux1Libs = getLibOutputs(manylinux2010Libs // (with pkgs; { 66 66 "libpanelw.so.5" = ncurses5; 67 67 "libncursesw.so.5" = ncurses5; 68 - "libcrypt.so.1" = glibc; 68 + "libcrypt.so.1" = libxcrypt; 69 69 })); 70 70 71 71 in {