libxmlb: fix installedTest

This commit is contained in:
Léana 江 2025-05-09 17:29:29 +02:00
parent 8b3baa1402
commit d993907597
No known key found for this signature in database
GPG key ID: 4E887A4CA9714ADA

View file

@ -2,4 +2,10 @@
makeInstalledTest {
tested = pkgs.libxmlb;
testConfig = {
environment.variables = {
G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
};
};
}