libxmlb: fix installedTest

This commit is contained in:
Léana 江
2025-05-09 17:29:29 +02:00
parent 8b3baa1402
commit d993907597
+6
View File
@@ -2,4 +2,10 @@
makeInstalledTest {
tested = pkgs.libxmlb;
testConfig = {
environment.variables = {
G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
};
};
}