>From c7c016adc34c591febd0d3630f32dbecdd20ad7c Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sun, 2 Jun 2019 20:01:23 +0200 Subject: [PATCH 2/2] Make gnome-control-center find passwd binary. * gnu/packages/gnome.scm (gnome-control-center): Substitute correct path to passwd. --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6a2a683f58..2917107d18 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5879,6 +5879,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. -- 2.21.0