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:
parent
da6fc4476a
commit
1d846ea9e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user