From 9008bc4eb62c878d0812105ea1b34255d651df88 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Mon, 6 Nov 2023 21:07:29 +0100 Subject: quartus-prime-lite: expose all modelsim programs Just because nixpkgs can split upstream packages and hide certain programs doesn't mean we should. Upstream documents that users should add the ModelSim bin/ path to $PATH: https://www.intel.com/content/www/us/en/docs/programmable/683200/1-2-1-and-2-0-1/setting-up-the-environment.html This answers the comment "Should we install all executables?" -- yes. --- pkgs/applications/editors/quartus-prime/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/quartus-prime/default.nix b/pkgs/applications/editors/quartus-prime/default.nix index d68925e752f45..278296f12d40a 100644 --- a/pkgs/applications/editors/quartus-prime/default.nix +++ b/pkgs/applications/editors/quartus-prime/default.nix @@ -65,8 +65,7 @@ in buildFHSEnv rec { progs_to_wrap=( "${unwrapped}"/quartus/bin/* "${unwrapped}"/quartus/sopc_builder/bin/qsys-{generate,edit,script} - # Should we install all executables? - "${unwrapped}"/modelsim_ase/bin/{vsim,vlog,vlib,vcom,vdel,vmap} + "${unwrapped}"/modelsim_ase/bin/* "${unwrapped}"/modelsim_ase/linuxaloem/lmutil ) -- cgit 1.4.1