Revert "flake: fix vivado on recent nixpkgs (closes #2274)"

This reverts commit 931b3172c4.
nac3
Sebastien Bourdeauducq 2023-12-03 10:27:01 +08:00
parent 9a9b3b7858
commit 8c520422f2
1 changed files with 1 additions and 3 deletions

View File

@ -173,9 +173,7 @@
vivado = pkgs.buildFHSEnv {
name = "vivado";
targetPkgs = vivadoDeps;
# Include /usr/lib to FHS env to fix `libtinfo.so.5` not found error
# Path has been removed in https://github.com/NixOS/nixpkgs/pull/263201
profile = "set -e; source /opt/Xilinx/Vivado/2022.2/settings64.sh; export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH";
profile = "set -e; source /opt/Xilinx/Vivado/2022.2/settings64.sh";
runScript = "vivado";
};