realpine:configure: allow using passfile

This commit is contained in:
J Phani Mahesh 2016-08-25 11:55:31 +05:30
parent afb821fa15
commit cd3d8eee85

View file

@ -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"