pythonPackages.pamela: fix resolution of libpam.so

This commit is contained in:
Charles Strahan 2017-11-22 16:12:22 -05:00 committed by Matan Shenhav
parent c8300a0596
commit 850799e607

View File

@ -5967,6 +5967,12 @@ in {
sha256 = "0ssxbqsshrm8p642g3h6wsq20z1fsqhpdvqdm827gn6dlr38868y";
};
postUnpack = ''
substituteInPlace $sourceRoot/pamela.py --replace \
'find_library("pam")' \
'"${getLib pkgs.pam}/lib/libpam.so"'
'';
doCheck = false;
meta = {