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:
parent
f0edf20be3
commit
5a322693f4
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dgtkdoc=true"
|
"-Dgtkdoc=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user