geany: add geany-with-vte to use the terminal
This commit is contained in:
parent
b79d3c266b
commit
4f8fa82a39
6
pkgs/applications/editors/geany/with-vte.nix
Normal file
6
pkgs/applications/editors/geany/with-vte.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ runCommand, makeWrapper, geany, gnome }:
|
||||
let name = builtins.replaceStrings ["geany-"] ["geany-with-vte-"] geany.name;
|
||||
in
|
||||
runCommand "${name}" { nativeBuildInputs = [ makeWrapper ]; } "
|
||||
makeWrapper ${geany}/bin/geany $out/bin/geany --prefix LD_LIBRARY_PATH : ${gnome.vte}/lib
|
||||
"
|
@ -11374,6 +11374,7 @@ let
|
||||
fvwm = callPackage ../applications/window-managers/fvwm { };
|
||||
|
||||
geany = callPackage ../applications/editors/geany { };
|
||||
geany-with-vte = callPackage ../applications/editors/geany/with-vte.nix { };
|
||||
|
||||
gksu = callPackage ../applications/misc/gksu { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user