0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

nixos/tests/geocode-glib: point to geocode-glib_2

This commit is contained in:
Grimmauld 2025-04-16 09:51:05 +02:00
parent ecada6f9ea
commit 25aeff88f5
No known key found for this signature in database

View file

@ -11,5 +11,5 @@ makeInstalledTest {
];
};
tested = pkgs.geocode-glib;
tested = pkgs.geocode-glib_2;
}