upower: fixup tests by upstream patch

According to the upstream merge request,
the upower tests got broken since ad9a05b57ce9cb1.

+5
+5
pkgs/os-specific/linux/upower/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 + , fetchpatch 4 5 , makeWrapper 5 6 , pkg-config 6 7 , libxslt ··· 51 52 ./i686-test-remove-battery-check.patch 52 53 ] ++ [ 53 54 ./installed-tests-path.patch 55 + (fetchpatch { 56 + url = "https://gitlab.freedesktop.org/upower/upower/-/merge_requests/207.diff"; 57 + hash = "sha256-ldr1bKbSAdYpwbbe/Iq9i0Q9zQrHWvIvBGym/F3+vxs="; 58 + }) 54 59 ]; 55 60 56 61 strictDeps = true;