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 b8b6ce14cc
commit 275b00bfc2
1 changed files with 1 additions and 0 deletions

View File

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