accountsservice: add patch for upstream issue #55

https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55
This commit is contained in:
Piotr Bogdan 2020-05-15 12:16:10 +01:00
parent c034e19e76
commit b67e25bf89

View file

@ -54,6 +54,11 @@ stdenv.mkDerivation rec {
'';
patches = [
# https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55
(fetchpatch {
url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/58.patch";
sha256 = "1pnwq4ycnryb2kkgvnz44qzm71240ybqj6507wynlkdsw8180fdw";
})
(substituteAll {
src = ./fix-paths.patch;
inherit shadow coreutils;