From 4a2e28d5b6007f8beb1695d40763453f86cc71a5 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 1 May 2025 11:44:27 +0200 Subject: [PATCH] geocode-glib_2.updateScript: Fix eval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes `maintainers/scripts/update.nix` returning an error when looking for update scripts: error: Cannot find attribute ‘geocode-glib’. Follow up to 8a11a371d9b9cf63d70edbd85fd2344a95da5def. --- pkgs/by-name/ge/geocode-glib_2/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ge/geocode-glib_2/package.nix b/pkgs/by-name/ge/geocode-glib_2/package.nix index 297cabbe3010..31fc68259b27 100644 --- a/pkgs/by-name/ge/geocode-glib_2/package.nix +++ b/pkgs/by-name/ge/geocode-glib_2/package.nix @@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { updateScript = gnome.updateScript { + attrPath = "geocode-glib_2"; packageName = "geocode-glib"; }; tests = {