hardware/u2f: remove module

udev gained native support to handle FIDO security tokens, so we don't
need a module which only added the now obsolete udev rules.

Fixes: https://github.com/NixOS/nixpkgs/issues/76482
This commit is contained in:
Florian Klink
2020-06-14 15:13:31 +02:00
parent c92b33df88
commit 89c3e73dad
5 changed files with 12 additions and 28 deletions
@@ -14,10 +14,6 @@ stdenv.mkDerivation rec {
doCheck = true;
postInstall = ''
install -D -t $out/lib/udev/rules.d 70-u2f.rules
'';
meta = with stdenv.lib; {
homepage = "https://developers.yubico.com/libu2f-host";
description = "A C library and command-line tool that implements the host-side of the U2F protocol";