Merge pull request #17981 from phanimahesh/realpine
realpine: allow using passfile
This commit is contained in:
commit
be29e814c1
@ -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 {
|
||||
|
@ -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 {
|
||||
@ -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 = ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
|
||||
|
Loading…
Reference in New Issue
Block a user