crda: Add usage hint to longDescription.

Reported by samae on #nixos.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-20 23:22:28 +01:00
parent b74866953b
commit 4a53b2eaf7
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -40,7 +40,13 @@ stdenv.mkDerivation rec {
longDescription = ''
CRDA acts as the udev helper for communication between the kernel and
userspace for regulatory compliance. It relies on nl80211 for communication.
CRDA is intended to be run only through udev communication from the kernel.
To use it under NixOS, add
services.udev.packages = [ pkgs.crda ];
to the system configuration.
'';
homepage = http://drvbp1.linux-foundation.org/~mcgrof/rel-html/crda/;
license = licenses.free; # "copyleft-next 0.3.0", as yet without a web site