From cd3d8eee852462efdfda373650583f7bc0c51a99 Mon Sep 17 00:00:00 2001 From: J Phani Mahesh Date: Thu, 25 Aug 2016 11:55:31 +0530 Subject: [PATCH 1/2] realpine:configure: allow using passfile --- pkgs/applications/networking/mailreaders/realpine/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/realpine/default.nix b/pkgs/applications/networking/mailreaders/realpine/default.nix index 2247398ef78..91e65aa6f1d 100644 --- a/pkgs/applications/networking/mailreaders/realpine/default.nix +++ b/pkgs/applications/networking/mailreaders/realpine/default.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation { configureFlags = [ "--with-ssl-include-dir=${openssl.dev}/include/openssl" "--with-tcl-lib=${tcl.libPrefix}" + "--with-passfile=.pine-passfile" ]; preConfigure = '' export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s" From d228789e58d6f9bc2d90a62f7b8b8c73142e1b71 Mon Sep 17 00:00:00 2001 From: J Phani Mahesh Date: Thu, 25 Aug 2016 11:58:45 +0530 Subject: [PATCH 2/2] add cross-referencing notes to alpine and realpine --- pkgs/applications/networking/mailreaders/alpine/default.nix | 1 + pkgs/applications/networking/mailreaders/realpine/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/applications/networking/mailreaders/alpine/default.nix b/pkgs/applications/networking/mailreaders/alpine/default.nix index f2769946f70..129595efaaa 100644 --- a/pkgs/applications/networking/mailreaders/alpine/default.nix +++ b/pkgs/applications/networking/mailreaders/alpine/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 ../realpine/ as well let s = rec { diff --git a/pkgs/applications/networking/mailreaders/realpine/default.nix b/pkgs/applications/networking/mailreaders/realpine/default.nix index 91e65aa6f1d..94653868575 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 s = rec {