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