7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "sha256-1LE5/mAOGS4Xaio2gFkgemv/oOeHmHmxP0/LoBY0gb4=";
18 substituteInPlace $sourceRoot/pamela.py --replace \
19 'find_library("pam")' \
20 '"${lib.getLib pkgs.pam}/lib/libpam.so"'
26 description = "PAM interface using ctypes";
27 homepage = "https://github.com/minrk/pamela";
28 license = licenses.mit;