civodul pushed a commit to branch master in repository guix. commit 1acd107c6b0e5613bc001347945d7c3f00e3157b Author: Florian Pelz <pelzflor...@pelzflorian.de> Date: Sun Jun 2 20:01:23 2019 +0200
gnu: gnome-control-center: Set correct file name for the 'passwd' binary. * gnu/packages/gnome.scm (gnome-control-center): Substitute correct path to passwd. Signed-off-by: Ludovic Courtès <l...@gnu.org> --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 561936f..d6f9f71 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5881,6 +5881,9 @@ devices using the GNOME desktop.") (("\"nm-connection-editor") (string-append "\"" nm-applet "/bin/nm-connection-editor"))) + (substitute* '("panels/user-accounts/run-passwd.c") + (("/usr/bin/passwd") + "/run/setuid-programs/passwd")) #t)))))) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.