repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bitwarden-desktop: 2024.12.0 -> 2024.12.1 (#373177)
[NixPkgs.git]
/
nixos
/
tests
/
installed-tests
/
geocode-glib.nix
blob
76a32ee2849ab80c922b7811451a9bd0115ef9f4
1
{ pkgs, makeInstalledTest, ... }:
2
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
};
13
14
tested = pkgs.geocode-glib;
15
}