tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libxmlb: fix installedTest
Léana 江
8 months ago
d9939075
8b3baa14
+6
1 changed file
expand all
collapse all
unified
split
nixos
tests
installed-tests
libxmlb.nix
+6
nixos/tests/installed-tests/libxmlb.nix
···
2
2
3
3
makeInstalledTest {
4
4
tested = pkgs.libxmlb;
5
5
+
6
6
+
testConfig = {
7
7
+
environment.variables = {
8
8
+
G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
9
9
+
};
10
10
+
};
5
11
}