From 8c520422f267811840f054b4b707b6b31fd7a677 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 3 Dec 2023 10:27:01 +0800 Subject: [PATCH] Revert "flake: fix vivado on recent nixpkgs (closes #2274)" This reverts commit 931b3172c40bc19d5f8b7e47639c61d7b10a5766. --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bcbb2349e..51e72c917 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };