libxmlb: fix installedTest
This commit is contained in:
parent
8b3baa1402
commit
d993907597
@ -2,4 +2,10 @@
|
||||
|
||||
makeInstalledTest {
|
||||
tested = pkgs.libxmlb;
|
||||
|
||||
testConfig = {
|
||||
environment.variables = {
|
||||
G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user