9 stdenv.mkDerivation (finalAttrs: {
14 url = "mirror://sourceforge/openpam/openpam/Ximenia/openpam-${finalAttrs.version}.tar.gz";
15 hash = "sha256-DZrI9bVaYkH1Bz8T7/HpVGFCLEWsGjBEXX4QaOkdtP0=";
25 __structuredAttrs = true;
28 homepage = "https://www.openpam.org";
29 description = "Open source PAM library that focuses on simplicity, correctness, and cleanliness";
30 platforms = platforms.unix;
31 maintainers = with maintainers; [ matthewbauer ];
32 license = licenses.bsd3;