bitwarden-desktop: 2024.12.0 -> 2024.12.1 (#373177)
[NixPkgs.git] / nixos / tests / installed-tests / geocode-glib.nix
blob76a32ee2849ab80c922b7811451a9bd0115ef9f4
1 { pkgs, makeInstalledTest, ... }:
3 makeInstalledTest {
4   testConfig = {
5     i18n.supportedLocales = [
6       "en_US.UTF-8/UTF-8"
7       # The tests require these locales.
8       "en_GB.UTF-8/UTF-8"
9       "cs_CZ.UTF-8/UTF-8"
10       "sv_SE.UTF-8/UTF-8"
11     ];
12   };
14   tested = pkgs.geocode-glib;