From 21b07dc6673454b74ac9116cad59df65e6d9a467 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 27 Oct 2021 17:01:03 +0800 Subject: [PATCH] flake: fix missing freetype & fontconfig libs for Vivado GUI mode --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 1f5e2afef..a43321d0e 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,8 @@ xorg.libXext xorg.libXtst xorg.libXi + freetype + fontconfig ]; sipyco = pkgs.python3Packages.buildPythonPackage {