upower: fixup tests by upstream patch
According to the upstream merge request,
the upower tests got broken since ad9a05b57c
.
This commit is contained in:
parent
c866a07331
commit
56d8697a63
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, makeWrapper
|
||||
, pkg-config
|
||||
, libxslt
|
||||
|
@ -51,6 +52,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
./i686-test-remove-battery-check.patch
|
||||
] ++ [
|
||||
./installed-tests-path.patch
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/upower/upower/-/merge_requests/207.diff";
|
||||
hash = "sha256-ldr1bKbSAdYpwbbe/Iq9i0Q9zQrHWvIvBGym/F3+vxs=";
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue