Fix upower warning

Namely "libgcc_s.so.1 must be installed for pthread_cancel to work".
This commit is contained in:
Eelco Dolstra 2013-09-12 10:44:04 +02:00
parent 8041a33726
commit 9278aa436e

View File

@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
--replace /usr/bin/dbus-send ${dbus_tools}/bin/dbus-send
'';
NIX_CFLAGS_LINK = "-lgcc_s";
installFlags = "historydir=$(TMPDIR)/foo";
meta = {