Unverified Commit 407a062f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.ctap-keyring-device: fixup fido2 override

Broken by the parent commit.  Uh, I dislike this overriding approach.
parent e3220320
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
let
  fido2_0 = fido2.overridePythonAttrs (oldAttrs: rec {
    version = "0.9.3";
    format = "setuptools";
    src = fetchPypi {
      inherit (oldAttrs) pname;
      inherit version;