rtkit: link with librt explicitly
This commit is contained in:
parent
ac1122f264
commit
68c3097b96
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ dbus libcap ];
|
||||
NIX_LDFLAGS = [ "-lrt" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://0pointer.de/blog/projects/rtkit;
|
||||
|
Loading…
Reference in New Issue
Block a user