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:
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "geocode-glib_2";
|
||||
packageName = "geocode-glib";
|
||||
};
|
||||
tests = {
|
||||
|
||||
Reference in New Issue
Block a user