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
python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git]
/
nixos
/
tests
/
installed-tests
/
geocode-glib.nix
blob
fcb38c96ab0f6516f5e1a3735c5f76f9a460c46f
1
{ pkgs, makeInstalledTest, ... }:
2
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
};
11
12
tested = pkgs.geocode-glib;
13
}