geany-with-vte: fix desktop shortcut and man pages (#16759)
This commit is contained in:
parent
039f0e5cb0
commit
ba0224fa17
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user