Skip to content

Commit

Permalink
yubioath-flutter: Relax python deps in helper
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed May 11, 2023
1 parent a610c86 commit 36fb23c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/misc/yubioath-flutter/helper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ buildPythonApplication {
sourceRoot = "source/helper";
format = "pyproject";

nativeBuildInputs = [
pythonRelaxDepsHook
];

pythonRelaxDeps = [ "yubikey-manager" ];

postPatch = ''
sed -i \
-e 's,zxing-cpp = .*,zxing-cpp = "*",g' \
Expand Down

0 comments on commit 36fb23c

Please sign in to comment.