Fix the libgcc_s problem in alpine
This commit is contained in:
parent
ff2a1a3691
commit
09288d4c01
@ -24,6 +24,9 @@ stdenv.mkDerivation {
|
|||||||
"--with-ssl-include-dir=${openssl}/include/openssl"
|
"--with-ssl-include-dir=${openssl}/include/openssl"
|
||||||
"--with-tcl-lib=tcl8.5"
|
"--with-tcl-lib=tcl8.5"
|
||||||
];
|
];
|
||||||
|
preConfigure = ''
|
||||||
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''Console mail reader'';
|
description = ''Console mail reader'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user