mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
yubioath-flutter: fix build by relaxing helper deps
This commit is contained in:
parent
963006aab3
commit
45d7f9fcc3
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user