flake: fix missing freetype & fontconfig libs for Vivado GUI mode

pull/1773/head^2
Harry Ho 2021-10-27 17:01:03 +08:00 committed by Sébastien Bourdeauducq
parent c940f104f1
commit 21b07dc667
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
xorg.libXext
xorg.libXtst
xorg.libXi
freetype
fontconfig
];
sipyco = pkgs.python3Packages.buildPythonPackage {