mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 04:58:37 +00:00
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
@ -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 New Issue
Block a user