7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "65c9389bef7d1bb0b168813b6be21964df32016923aac7515bdf05366acbab6c";
17 substituteInPlace $sourceRoot/pamela.py --replace \
18 'find_library("pam")' \
19 '"${lib.getLib pkgs.pam}/lib/libpam.so"'
25 description = "PAM interface using ctypes";
26 homepage = "https://github.com/minrk/pamela";
27 license = licenses.mit;