Skip to content

Commit

Permalink
geany-with-vte: fix desktop shortcut and man pages (#16759)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg authored and fpletz committed Jul 19, 2016
1 parent 039f0e5 commit ba0224f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/editors/geany/with-vte.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
let name = builtins.replaceStrings ["geany-"] ["geany-with-vte-"] geany.name;
in
runCommand "${name}" { nativeBuildInputs = [ makeWrapper ]; } "
mkdir -p $out
ln -s ${geany}/share $out
makeWrapper ${geany}/bin/geany $out/bin/geany --prefix LD_LIBRARY_PATH : ${gnome.vte}/lib
"

0 comments on commit ba0224f

Please sign in to comment.