rtkit: add licenses
This commit is contained in:
parent
a5dd0609b3
commit
b67770e033
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user