Loading nixos/modules/config/vte.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,12 @@ let vteInitSnippet = '' # Show current working directory in VTE terminals window title. # Supports both bash and zsh, requires interactive shell. . ${pkgs.vte.override { gtkVersion = null; }}/etc/profile.d/vte.sh . ${ pkgs.vte.override { withApp = false; gtkVersion = null; } }/etc/profile.d/vte.sh ''; in Loading pkgs/by-name/vt/vte/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ nixosTests, blackbox-terminal, darwinMinVersionHook, withApp ? true, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -71,6 +72,12 @@ stdenv.mkDerivation (finalAttrs: { url = "https://gitlab.gnome.org/GNOME/vte/-/commit/f672ed15a88dd3e25c33aa0a5ef6f6d291a6d5c7.patch"; hash = "sha256-JdLDild5j7marvR5n2heW9YD00+bwzJIoxDlzO5r/6w="; }) # Add option to not build the vte application (fetchpatch { url = "https://github.com/GNOME/vte/commit/6b7a6a7df9df99368b7ce5ac5903bd2578167567.patch"; hash = "sha256-s3HigfTZLtGmsZS6dfD3YE95ZdBjB4WOWDvuoatOu3o="; }) ]; nativeBuildInputs = [ Loading Loading @@ -118,6 +125,7 @@ stdenv.mkDerivation (finalAttrs: { mesonFlags = [ "-Ddocs=true" (lib.mesonBool "app" withApp) (lib.mesonBool "gtk3" (gtkVersion == "3")) (lib.mesonBool "gtk4" (gtkVersion == "4")) (lib.mesonBool "_systemd" (!systemdSupport)) Loading Loading
nixos/modules/config/vte.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,12 @@ let vteInitSnippet = '' # Show current working directory in VTE terminals window title. # Supports both bash and zsh, requires interactive shell. . ${pkgs.vte.override { gtkVersion = null; }}/etc/profile.d/vte.sh . ${ pkgs.vte.override { withApp = false; gtkVersion = null; } }/etc/profile.d/vte.sh ''; in Loading
pkgs/by-name/vt/vte/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ nixosTests, blackbox-terminal, darwinMinVersionHook, withApp ? true, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -71,6 +72,12 @@ stdenv.mkDerivation (finalAttrs: { url = "https://gitlab.gnome.org/GNOME/vte/-/commit/f672ed15a88dd3e25c33aa0a5ef6f6d291a6d5c7.patch"; hash = "sha256-JdLDild5j7marvR5n2heW9YD00+bwzJIoxDlzO5r/6w="; }) # Add option to not build the vte application (fetchpatch { url = "https://github.com/GNOME/vte/commit/6b7a6a7df9df99368b7ce5ac5903bd2578167567.patch"; hash = "sha256-s3HigfTZLtGmsZS6dfD3YE95ZdBjB4WOWDvuoatOu3o="; }) ]; nativeBuildInputs = [ Loading Loading @@ -118,6 +125,7 @@ stdenv.mkDerivation (finalAttrs: { mesonFlags = [ "-Ddocs=true" (lib.mesonBool "app" withApp) (lib.mesonBool "gtk3" (gtkVersion == "3")) (lib.mesonBool "gtk4" (gtkVersion == "4")) (lib.mesonBool "_systemd" (!systemdSupport)) Loading