rtkit: link with librt explicitly

This commit is contained in:
Vladimír Čunát
2019-01-05 15:44:12 +01:00
parent ac1122f264
commit 68c3097b96

View File

@@ -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;