3
0
Fork 0
forked from mirrors/nixpkgs

rfkill-udev: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:27:03 +02:00
parent 2b99f89db3
commit 7e2278e691
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -47,9 +47,10 @@ in stdenv.mkDerivation {
cp ${rfkillHook} "$out/bin/rfkill-hook.sh"
'';
meta = {
meta = with stdenv.lib; {
homepage = "http://wireless.kernel.org/en/users/Documentation/rfkill";
description = "Rules+hook for udev to catch rfkill state changes";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.mit;
};
}