summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/realpine
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/mailreaders/realpine')
-rw-r--r--pkgs/applications/networking/mailreaders/realpine/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/realpine/default.nix b/pkgs/applications/networking/mailreaders/realpine/default.nix
index 7ba582cdb5d0..c196ce777ffc 100644
--- a/pkgs/applications/networking/mailreaders/realpine/default.nix
+++ b/pkgs/applications/networking/mailreaders/realpine/default.nix
@@ -1,6 +1,7 @@
 {stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
 , openldap
 }:
+# NOTE: Please check if any changes here are applicable to ../alpine/ as well
 let
   baseName = "re-alpine";
   version = "2.03";
@@ -23,6 +24,7 @@ stdenv.mkDerivation {
   configureFlags = [
     "--with-ssl-include-dir=${openssl.dev}/include/openssl"
     "--with-tcl-lib=${tcl.libPrefix}"
+    "--with-passfile=.pine-passfile"
   ];
 
   preConfigure = ''