conky: Link against GCC runtime library.
This is needed for Conky to shut down cleanly, because it relies on pthread_cancel() to work. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
d8a46149eb
commit
e07e3a7591
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0vxvjmi3cdvnp994sv5zcdyncfn0mlxa71p2wm9zpyrmy58bbwds";
|
||||
};
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
|
||||
buildInputs = [ pkgconfig glib ncurses ]
|
||||
++ optional luaSupport lua5
|
||||
++ optional wireless wirelesstools
|
||||
|
|
Loading…
Reference in New Issue