From b67e25bf89bf5db5e615a23e56bf1c5105332703 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Fri, 15 May 2020 12:16:10 +0100 Subject: [PATCH] accountsservice: add patch for upstream issue #55 https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55 --- pkgs/development/libraries/accountsservice/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix index 85b23de0c1c8..6bd76c62b974 100644 --- a/pkgs/development/libraries/accountsservice/default.nix +++ b/pkgs/development/libraries/accountsservice/default.nix @@ -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;