about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-04-06 11:33:31 -0500
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-04-10 19:27:03 +0200
commita4f75867ee9c13fdb1f4501108eb37790081ced1 (patch)
tree8724a24d14d0892dc33974496da331785b23e360 /pkgs/applications/editors
parent512e017782548931aeae5265c0c3ccce2371aa42 (diff)
quartus-prime-lite: add more qsys requirements
Needed on certain systems and for certain SoC designs.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/quartus-prime/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/quartus-prime/default.nix b/pkgs/applications/editors/quartus-prime/default.nix
index 8275be235b431..679a9ffbd2a13 100644
--- a/pkgs/applications/editors/quartus-prime/default.nix
+++ b/pkgs/applications/editors/quartus-prime/default.nix
@@ -37,6 +37,8 @@ in buildFHSEnv rec {
     # qsys requirements
     xorg.libXtst
     xorg.libXi
+    dejavu_fonts
+    gnumake
   ];
 
   # Also support 32-bit executables.