2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-12 03:53:34 +08:00

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

This commit is contained in:
Harry Ho 2021-10-27 17:01:03 +08:00 committed by Sébastien Bourdeauducq
parent c940f104f1
commit 21b07dc667

View File

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