summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/cpsm
blob: c3a210a642d2ef7d68edb96baed4971ba0e1167d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
    buildInputs = [
      python3
      stdenv
      cmake
      boost
      icu
      ncurses
    ];
    buildPhase = ''
      patchShebangs .
      export PY3=ON
      ./install.sh
    '';