Commit 4a2e28d5 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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 8a11a371.
parent ca096067
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    updateScript = gnome.updateScript {
      attrPath = "geocode-glib_2";
      packageName = "geocode-glib";
    };
    tests = {