mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
pythonPackages.pamela: fix resolution of libpam.so
This commit is contained in:
parent
c8300a0596
commit
850799e607
@ -5967,6 +5967,12 @@ in {
|
|||||||
sha256 = "0ssxbqsshrm8p642g3h6wsq20z1fsqhpdvqdm827gn6dlr38868y";
|
sha256 = "0ssxbqsshrm8p642g3h6wsq20z1fsqhpdvqdm827gn6dlr38868y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postUnpack = ''
|
||||||
|
substituteInPlace $sourceRoot/pamela.py --replace \
|
||||||
|
'find_library("pam")' \
|
||||||
|
'"${getLib pkgs.pam}/lib/libpam.so"'
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user