power-profiles-daemon: Fix GI_TYPELIB_PATH for tests
gobject-introspection doesn't handle checkInputs since https://github.com/NixOS/nixpkgs/pull/177538. Added umockdev to buildInputs.
This commit is contained in:
parent
9b0f3bcc82
commit
ae5ee42597
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
|
|||
glib
|
||||
polkit
|
||||
python3 # for cli tool
|
||||
# Duplicate from checkInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved
|
||||
umockdev
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue