mirror of https://github.com/m-labs/artiq.git
Revert "flake: fix vivado on recent nixpkgs (closes #2274)"
This reverts commit 931b3172c4
.
This commit is contained in:
parent
9a9b3b7858
commit
8c520422f2
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue