Revert "vivado: fix ncurses"

Doesn't evaluate.

This reverts commit 02ffc97089.
master
Sebastien Bourdeauducq 2023-12-03 10:35:51 +08:00
parent 98f03c4833
commit 05be2516c6
1 changed files with 2 additions and 9 deletions

View File

@ -6,15 +6,8 @@
pkgs.buildFHSUserEnv {
name = "vivado";
targetPkgs = pkgs: (
with pkgs; let
# Apply patch from https://github.com/nix-community/nix-environments/pull/54
# to fix ncurses libtinfo.so's soname issue
ncurses' = ncurses5.overrideAttrs (old: {
configureFlags = old.configureFlags ++ [ "--with-termlib" ];
postFixup = "";
});
in [
(ncurses'.override { unicodeSupport = false; })
with pkgs; [
ncurses5
zlib
libuuid
xorg.libSM