rtkit: add licenses

This commit is contained in:
Markus Kowalewski 2018-08-30 21:54:56 +02:00
parent a5dd0609b3
commit b67770e033
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -35,9 +35,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ dbus libcap ];
meta = {
meta = with stdenv.lib; {
homepage = http://0pointer.de/blog/projects/rtkit;
description = "A daemon that hands out real-time priority to processes";
platforms = stdenv.lib.platforms.linux;
license = with licenses; [ gpl3 bsd0 ]; # lib is bsd license
platforms = platforms.linux;
};
}