forked from mirrors/nixpkgs
Fix upower warning
Namely "libgcc_s.so.1 must be installed for pthread_cancel to work".
This commit is contained in:
parent
8041a33726
commit
9278aa436e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue