9 name = "geany-with-vte-${geany.version}";
11 # TODO: add geany-plugins
18 nativeBuildInputs = [ makeWrapper ];
21 # need to replace the directory since it is a symlink
22 rm -r $out/bin; mkdir $out/bin
23 makeWrapper ${geany}/bin/geany $out/bin/geany \
24 --prefix LD_LIBRARY_PATH : ${vte}/lib
27 inherit (geany.meta) ;