mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #232322 from teutat3s/fix/yubioath-flutter
yubioath-flutter: fix build by relaxing python helper deps
This commit is contained in:
commit
b5f747c7b1
@ -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