forked from M-Labs/artiq
1
0
Fork 0

flake: fix libcrypt.so.1 not found by vivado

This commit is contained in:
Sebastien Bourdeauducq 2022-11-18 18:11:48 +08:00
parent 826281a529
commit ece1269c2a
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
}); });
vivadoDeps = pkgs: with pkgs; [ vivadoDeps = pkgs: with pkgs; [
libxcrypt
ncurses5 ncurses5
zlib zlib
libuuid libuuid