mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
ca096067f7
commit
4a2e28d5b6
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "geocode-glib_2";
|
||||
packageName = "geocode-glib";
|
||||
};
|
||||
tests = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue