Unverified Commit b4308f5a authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

nitrokey-app2: fix build (#398580)

parents 45d101b0 2d7bc394
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"