~ruther/nix-fpga

ref: 63d383f79633efa8111c6032b2938f2417af66b9 nix-fpga/pkgs/xilinx/common.nix -rw-r--r-- 587 bytes
63d383f7 — Rutherther fix: ncurses library is inside of ncurses.out 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  targetPkgs = pkgs: with pkgs; [
    gnumake
    coreutils
    stdenv.cc.cc
    ncurses5
    ncurses
    zlib
    xorg.libX11
    xorg.libXrender
    xorg.libxcb
    xorg.libXext
    xorg.libXtst
    xorg.libXi
    freetype
    gtk2
    glib
    libxcrypt-legacy
    gperftools
    glibc.dev
    fontconfig
    liberation_ttf

    # Xilinx ISE
    glib
    iproute2
    libstdcxx5
    libusb-compat-0_1
    libuuid
    motif
    # motif3-compat
    xorg.libXcursor
    xorg.libXft
    xorg.libXmu
    xorg.libXp
    xorg.libXt
    xorg.libXrandr
    xorg.libSM
    xorg.libICE
  ];
}
Do not follow this link