Fix the libgcc_s problem in alpine

This commit is contained in:
Michael Raskin 2014-11-23 19:23:03 +03:00
parent ff2a1a3691
commit 09288d4c01

View File

@ -24,6 +24,9 @@ stdenv.mkDerivation {
"--with-ssl-include-dir=${openssl}/include/openssl"
"--with-tcl-lib=tcl8.5"
];
preConfigure = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
'';
meta = {
inherit (s) version;
description = ''Console mail reader'';