libxmlb: fix build

Tests failed with:
ERROR:../src/xb-self-test.c:462:xb_builder_ensure_watch_source_func: assertion failed (error == NULL)
cannot process file of type application/x-zerosize (g-io-error-quark, 15)

See: https://hydra.nixos.org/build/88774485
This commit is contained in:
worldofpeace 2019-02-16 02:40:40 -05:00
parent f0edf20be3
commit 5a322693f4

View File

@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
"-Dgtkdoc=true"
];
preCheck = ''
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
'';
doCheck = true;
meta = with stdenv.lib; {