rtkit: link with librt explicitly

This commit is contained in:
Vladimír Čunát
2019-01-06 12:12:49 +01:00
parent ac1122f264
commit 68c3097b96
+1
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;