gnome.gnome-terminal: Fix updateScript

See https://gitlab.gnome.org/GNOME/gnome-terminal/-/blob/3.47.0/src/terminal-util.cc#L226-L230
This commit is contained in:
Bobby Rong 2023-03-04 18:50:49 +08:00 committed by Jan Tojnar
parent da6fc4476a
commit 1d846ea9e5

View File

@ -8,7 +8,7 @@
, python3
, libxml2
, gnome
, nix-update-script
, gitUpdater
, nautilus
, glib
, gtk4
@ -91,7 +91,9 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = nix-update-script { };
updateScript = gitUpdater {
odd-unstable = true;
};
tests = {
test = nixosTests.terminal-emulators.gnome-terminal;