bolt: disable tests
They are failing with GLib 2.73: https://gitlab.freedesktop.org/bolt/bolt/-/issues/181
This commit is contained in:
parent
93807a6352
commit
4255bb62dd
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ stdenv.mkDerivation rec {
|
|||
systemd
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
# https://gitlab.freedesktop.org/bolt/bolt/-/issues/181
|
||||
doCheck = false;
|
||||
|
||||
preCheck = ''
|
||||
export LD_LIBRARY_PATH=${umockdev.out}/lib/
|
||||
|
|
Loading…
Reference in a new issue