python3Packages.ctap-keyring-device: fixup fido2 override

Broken by the parent commit.  Uh, I dislike this overriding approach.
This commit is contained in:
Vladimír Čunát 2023-04-26 10:47:17 +02:00
parent e3220320ca
commit 407a062f44
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -14,6 +14,7 @@
let
fido2_0 = fido2.overridePythonAttrs (oldAttrs: rec {
version = "0.9.3";
format = "setuptools";
src = fetchPypi {
inherit (oldAttrs) pname;
inherit version;