* Add rtkit to the channel.

svn path=/nixpkgs/branches/kde-4.7/; revision=28111
This commit is contained in:
Eelco Dolstra 2011-08-01 13:26:00 +00:00
parent 06a0d9d95c
commit e33ef05c26

View File

@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://0pointer.de/blog/projects/rtkit;
descriptions = "A daemon that hands out real-time priority to processes";
platforms = stdenv.lib.platforms.linux;
};
}