diff --git a/pkgs/applications/misc/yubioath-flutter/helper.nix b/pkgs/applications/misc/yubioath-flutter/helper.nix index 12e5f52d6b2..2c188d833af 100644 --- a/pkgs/applications/misc/yubioath-flutter/helper.nix +++ b/pkgs/applications/misc/yubioath-flutter/helper.nix @@ -23,6 +23,8 @@ buildPythonApplication { sed -i \ -e 's,zxing-cpp = .*,zxing-cpp = "*",g' \ -e 's,mss = .*,mss = "*",g' \ + -e 's,yubikey-manager = .*,yubikey-manager = "*",g' \ + -e 's,Pillow = .*,Pillow = "*",g' \ pyproject.toml '';