Skip to content

Commit

Permalink
libgudev: Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jul 6, 2023
1 parent d9a4482 commit a27a2a8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/development/libraries/libgudev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
, vala
, gobject-introspection
, fetchpatch
, glibcLocales
, umockdev
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -59,11 +61,13 @@ stdenv.mkDerivation rec {
glib
];

mesonFlags = [
# There's a dependency cycle with umockdev and the tests fail to LD_PRELOAD anyway
"-Dtests=disabled"
checkInputs = [
glibcLocales
umockdev
];

doCheck = true;

passthru = {
updateScript = gnome.updateScript {
packageName = pname;
Expand Down

0 comments on commit a27a2a8

Please sign in to comment.