accountsservice: add patch for upstream issue #55
https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55
This commit is contained in:
parent
c034e19e76
commit
b67e25bf89
@ -54,6 +54,11 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
# https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/58.patch";
|
||||||
|
sha256 = "1pnwq4ycnryb2kkgvnz44qzm71240ybqj6507wynlkdsw8180fdw";
|
||||||
|
})
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
inherit shadow coreutils;
|
inherit shadow coreutils;
|
||||||
|
Loading…
Reference in New Issue
Block a user