about summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-flutter
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2023-05-17 02:58:30 +0200
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2023-05-17 02:58:30 +0200
commit45d7f9fcc39c820d11c72bf4c2f1f667b5c8d01e (patch)
tree71d550057842cdba4bc627b787161069c7481afd /pkgs/applications/misc/yubioath-flutter
parent963006aab35e3e8ebbf6052b6bf4ea712fdd3c28 (diff)
yubioath-flutter: fix build by relaxing helper deps
Diffstat (limited to 'pkgs/applications/misc/yubioath-flutter')
-rw-r--r--pkgs/applications/misc/yubioath-flutter/helper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/yubioath-flutter/helper.nix b/pkgs/applications/misc/yubioath-flutter/helper.nix
index 12e5f52d6b2e7..2c188d833af6c 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
   '';