From 45d7f9fcc39c820d11c72bf4c2f1f667b5c8d01e Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Wed, 17 May 2023 02:58:30 +0200 Subject: [PATCH] yubioath-flutter: fix build by relaxing helper deps --- pkgs/applications/misc/yubioath-flutter/helper.nix | 2 ++ 1 file changed, 2 insertions(+) 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 '';