Commit 2d7bc394 authored by Weijia Wang's avatar Weijia Wang
Browse files

nitrokey-app2: fix build

parent c160c31c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
    usb-monitor
  ];

  pythonRelaxDeps = [ "pynitrokey" ];
  pythonRelaxDeps = [ "nitrokey" ];

  pythonImportsCheck = [
    "nitrokeyapp"