python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git] / nixos / tests / installed-tests / geocode-glib.nix
blobfcb38c96ab0f6516f5e1a3735c5f76f9a460c46f
1 { pkgs, makeInstalledTest, ... }:
3 makeInstalledTest {
4   testConfig = {
5     i18n.supportedLocales = [
6       "en_US.UTF-8/UTF-8"
7       # The tests require this locale available.
8       "en_GB.UTF-8/UTF-8"
9     ];
10   };
12   tested = pkgs.geocode-glib;