15 stdenv.mkDerivation rec {
20 url = "https://repo.or.cz/alpine.git";
22 hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0=";
25 depsBuildBuild = [ buildPackages.stdenv.cc ];
28 ncurses tcl openssl pam libkrb5 openldap libxcrypt
31 hardeningDisable = [ "format" ];
34 "--with-ssl-include-dir=${openssl.dev}/include/openssl"
35 "--with-passfile=.pine-passfile"
36 "--with-c-client-target=slx"
39 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
42 description = "Console mail reader";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ raskin rhendric ];
45 platforms = platforms.linux;
46 homepage = "https://alpineapp.email/";