From 81192534597bffd5cb1237f2c84bc0619c1c0fc2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 24 Feb 2016 16:31:34 +0100 Subject: [PATCH] gnu: polkit: Fix pkexec authentication * gnu/packages/polkit.scm (polkit): Add patch from https://bugs.freedesktop.org/show_bug.cgi?id=94269. --- gnu/packages/polkit.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 0a4f70f..6adad30 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm @@ -48,7 +48,16 @@ (sha256 (base32 "109w86kfqrgz83g9ivggplmgc77rz8kx8646izvm2jb57h4rbh71")) - (patches (list (search-patch "polkit-drop-test.patch"))) + (patches + (list (search-patch "polkit-drop-test.patch") + (origin + (method url-fetch) + (uri "https://github.com/wingo/polkit/commit/\ +2b451ebf25f3d3f3f33c693213851a9ca45f1869.patch") + (sha256 + (base32 + "1dnix2pl9vj6gdv9rz0ja3gbijm632lfx7i0sbs0k8h358p06gpw")) + (file-name "polkit-cryptographically-strong-cookies.patch")))) (modules '((guix build utils))) (snippet '(begin -- 2.6.3