geocode-glib_2.updateScript: Fix eval

Fixes `maintainers/scripts/update.nix` returning an error when looking for update scripts:

    error: Cannot find attribute ‘geocode-glib’.

Follow up to 8a11a371d9.
This commit is contained in:
Jan Tojnar 2025-05-01 11:44:27 +02:00
parent ca096067f7
commit 4a2e28d5b6

View file

@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = gnome.updateScript {
attrPath = "geocode-glib_2";
packageName = "geocode-glib";
};
tests = {