8 name = "geany-with-vte-${geany.version}";
10 # TODO: add geany-plugins
11 paths = with geany; [ out doc man ];
13 nativeBuildInputs = [ makeWrapper ];
16 # need to replace the directory since it is a symlink
17 rm -r $out/bin; mkdir $out/bin
18 makeWrapper ${geany}/bin/geany $out/bin/geany \
19 --prefix LD_LIBRARY_PATH : ${vte}/lib