Unverified Commit 090d4dfb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

libxmlb: fix installedTest (#405623)

parents 80c9e5d6 d9939075
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,4 +2,10 @@

makeInstalledTest {
  tested = pkgs.libxmlb;

  testConfig = {
    environment.variables = {
      G_TEST_SRCDIR = "${pkgs.libxmlb.installedTests}/libexec/installed-tests/libxmlb";
    };
  };
}