mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
libxmlb: fix installedTest
This commit is contained in:
parent
8b3baa1402
commit
d993907597
1 changed files with 6 additions and 0 deletions
|
@ -2,4 +2,10 @@
|
|||
|
||||
makeInstalledTest {
|
||||
tested = pkgs.libxmlb;
|
||||
|
||||
testConfig = {
|
||||
environment.variables = {
|
||||
G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue