Skip to content

Commit

Permalink
{gjs,geocode-glib}.tests.installed-tests: Fix (#338891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 3, 2024
2 parents 521f790 + a93d672 commit 5b6e67c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion nixos/tests/installed-tests/geocode-glib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ makeInstalledTest {
testConfig = {
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
# The tests require this locale available.
# The tests require these locales.
"en_GB.UTF-8/UTF-8"
"cs_CZ.UTF-8/UTF-8"
"sv_SE.UTF-8/UTF-8"
];
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gjs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

let
testDeps = [
gtk3 atk pango.out gdk-pixbuf harfbuzz
gtk3 atk pango.out gdk-pixbuf harfbuzz glib.out
];
in stdenv.mkDerivation (finalAttrs: {
pname = "gjs";
Expand Down

0 comments on commit 5b6e67c

Please sign in to comment.