1 { stdenv, fetchurl, lib }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/openpam/openpam/Resedacea/${pname}-${version}.tar.gz";
9 sha256 = "0pz8kf9mxj0k8yp8jgmhahddz58zv2b7gnyjwng75xgsx4i55xi2";
13 homepage = "https://www.openpam.org";
14 description = "An open source PAM library that focuses on simplicity, correctness, and cleanliness";
15 platforms = platforms.unix;
16 maintainers = with maintainers; [ matthewbauer ];
17 license = licenses.bsd3;